/* AtariCollector.com web design by SeanHQ.com */

/* Reset Code */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img { 
border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym { border:0;
}

/* Layout */

body {
background: url(images/background.png) top center repeat-y #000;
color: #CCC;
font: 12px Arial, Helvetica, sans-serif;
text-align: center;
}

#wrap {
background: url(images/bottom.png) bottom center no-repeat #ABABAB;
margin: 0 auto;
width: 850px;
}

#container {
background: #000;	
margin: 0 auto;
padding: 20px 20px 0 20px;
text-align: left;
width: 720px;
}

#header {
background: #000; 
height: 32px;
margin: 0 0 40px 0;
}

#header h1 {
visibility: hidden;
}

.header_right {
float: right;
}

.header_left {
float: left;
}

#footer {
text-align: center;
}

#footer a {
text-decoration: none;
}


/* General Styles */

a {
color: #FF6;
}

a:hover {
color: #0BAF1C;
}

b, strong {
color: #FFF;
}

i, em {
font-family: Georgia, serif;
font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
color: #FF811E;
}

h1 {
font-size: 22px;
}

h2 {
font-size: 20px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 14px;
}

h6 {
font-size: 12px;
}

p {
padding: .75em 0;
line-height: 1.5em;
}

ol {
list-style: decimal;
margin-left: 30px;
}

ul {
list-style: square;
margin-left: 30px;
}

li {
line-height: 1em;
margin: .5em 0;
}

li.c1 {
list-style: none; 
display: inline
}

.list1 {
float: left;
width: 355px;
}

.list2 {
float: left;
width: 355px;
}


blockquote {
background: url(images/quote.png) no-repeat #222;
border: 1px solid #444;
border-bottom: 6px solid #444;
font: 13px Georgia, serif;
font-style: italic;
margin: 0 auto;
padding: 5px 10px 0 50px;
width: 75%;
}

/* Top Navigation */

#navigation {
list-style: none;
font-size: 16px;
text-align: center;
margin: 0;
}

#navigation li {
display: inline;
padding-bottom: 2px;
margin: 0;
}

#navigation li a {
color: #DDD;
text-decoration: none;
}

#navigation li.m1 a:hover, #navigation li.m1 { color: #CD3ECF; border-bottom-color: #CD3ECF; }
#navigation li.m2 a:hover, #navigation li.m2 { color: #FA5255; border-bottom-color: #FA5255; }
#navigation li.m3 a:hover, #navigation li.m3 { color: #FF811E; border-bottom-color: #FF811E; }
#navigation li.m4 a:hover, #navigation li.m4 { color: #FF9C33; border-bottom-color: #FF9C33; }
#navigation li.m5 a:hover, #navigation li.m5 { color: #0BAF1C; border-bottom-color: #0BAF1C; }
#navigation li.m6 a:hover, #navigation li.m6 { color: #6B64FF; border-bottom-color: #6B64FF; }

#navigation li.current {
border-bottom-width: 4px;
border-bottom-style: solid;
}

#navigation li.spacer {
padding: 0 10px;
}

#brick_wall {
background: url(images/top.png) top right repeat-x;
height: 90px;
margin: 15px -20px 5px -20px;
}

/* Site images */

.atari_collector {
background: url(images/atari_collector.png) no-repeat;
float: left;
height: 30px;
width: 306px;
}

.rick_weis {
background: url(images/rick_weis.png) no-repeat;
float: right;
height: 30px;
width: 194px;
}

.joystick {
background: url(images/joystick.jpg) no-repeat;
margin-right: 5px;
float: left;
height: 32px;
width: 32px;
}

.bottom_img {
background: url(images/bottom.png) no-repeat;
height: 105px;
margin: 15px auto 5px auto;
width: 160px;
}

.float_left {
border: 2px solid #CD3ECF;
float: left;
margin: 4px 8px 4px 0;
padding: 4px;
}

.float_right {
border: 2px solid #FF811E;
float: right;
margin: 4px 0 4px 8px;
padding: 4px;
}

.float_center {
clear:both;
display:block;
text-align:center;
border:1px solid #CD3ECF;
margin:8px auto;
padding:2px;
}

.center_no_cap {
border: 2px solid #6B64FF;
display: block;
margin: 8px auto;
text-align: center;
padding: 4px;
}

div.center_w_cap {
text-align: center;
}

div.center_w_cap img {
border: 2px solid #6B64FF;
display: block;
margin: 8px auto 0 auto;
padding: 4px;
}

div.center_w_cap span {
color: #CECCFF;
font-size: 11px;
position: relative;
top: -8px;
}

/* Forms */

form.contact label {
display: block;
float: left;
text-align: right;
margin-right: 10px;
width: 200px;
}

input,
textarea {
background: #111;
border: 1px solid #666;
color: #CCC;
font: 14px Arial, Helvetica, sans-serif;
padding: 4px;
width: 220px;
}

textarea {
width: 320px;
}

button {
background: #333;
border: 1px solid #555;
color: #F90;
cursor: pointer;
padding: 6px 12px;
margin: 0 20px 0 0;
}

/* Gallery */

#slider {
width: 620px;
margin: 0 auto;
position: relative;
border: 4px solid #ABABAB;
}

.scroll {
overflow: hidden;
width: 620px;
margin: 0 auto;
position: relative;
}

.scrollContainer {
position: relative;
}

.scrollContainer div.panel {
padding: 10px;
width: 274px;
height: 324px;
}

.inside {
padding: 10px;
border: 1px solid #999;
}

.inside img {
display: block;
border: 1px solid #666;
margin: 0 0 10px 0;
width: 250px;
}

.inside p {
font-size: 11px;
text-align:center;
color: #CCC;
}

.scrollButtons {
position: absolute;
top: 127px;
cursor: pointer;
}

.scrollButtons.left {
left: -45px;
}

.scrollButtons.right {
right: -45px;
}

.hide {
display: none;
}