/* BeanieBuckets CSS */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {font: 85%/1.5 Verdana, Arial, sans-serif;
	margin: 0; padding: 0;
  background: #3b3b3b; color: #fff;
  position: relative;}

a {text-decoration: none;}
a:link {color: #c00;}
a:visited {color: #777;}
a:hover {text-decoration: underline;}
a:active {color: #900;}
a:focus {outline: none;}
p {margin: 0 0 1em;}
h2 {font-size: 130%; font-weight: bold; margin: 0;}
h3 {font: bold 115% Verdana, sans-serif;}
ul, ol {padding-left: 2em;}


#shadowtop {
    background: url(images/background.png) repeat-y;
    width: 730px;
    margin: 0 auto;
    padding: 0;
}
#shadowbottom {
    background: url(images/background_bottom.png) repeat-y;
    width: 730px;
    margin: 0 auto;
    padding: 0;
    height: 20px;
}

#upper {
	width: 696px;
    background: url(images/uppergradient.png) repeat-x 0 bottom;
    margin: 0 15px;
    padding: 33px 0px 4px 0px;
    border: 2px solid #000;
}

#lower {
    background: url(images/lowergradient.png) repeat-x 0 bottom;
    margin: 0 15px;
    border: 2px solid #000;
    border-top-width: 0;
    width: 696px;
	overflow: hidden;
	clear: both;
}


#header {
    margin: 0 auto 24px;
    padding: 0;
    width: 664px;
    white-space: nowrap;
    border: 0px solid white;
}

#header #logo {
    margin: 0 4px;
}


#airbrushsamples {
    margin: 0 auto;
    width: 522px;
}

#airbrushsamples img {
    margin: 0 2px;
}


#lowerleft {
	margin: 0;
    padding: 10px 10px 2px 20px;
    width: 316px;
	float: left;
    border-right: 2px solid #000;
}

#helmets {
    margin: 2px 0 0 -6px;
    width: 333px;
    white-space: nowrap;
    position: relative;
}

#lowerright {
	margin-left: -2px;
    padding: 10px 20px 2px 12px;
    width: 316px;
    border-left: 2px solid #000;
    float: left;
    clear: right;
}

#footer {
	clear: both;
    color: #666;
    width: 696px;
    font-size: 80%;
    padding-bottom: 40px;
    margin: 0px auto 60px auto;
    text-align: left;
    position: relative;
}

#footer #copyright {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.content {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px;
}

#orderbutton {
    height: 29px !important;
    width: 141px !important;
    display: block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    font: bold 16px/16px arial, sans-serif;
    text-transform: uppercase;
    background: url(images/orderbutton.png);
    text-indent: -200px;
    border: 0px;
}

#orderbutton:hover {
    background-position: 0 -29px;
}

#orderbutton:active {
    background-position: 0 -58px;
}

form {
    font-size:90%;    
}

form label, form input {
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 12px;
}

form label {
    text-align: right;
    vertical-align: bottom;
    padding-right: 0px;
    margin-right: 10px;
    width: 150px;
    padding-top: 4px;
}

form br {
    clear: both;
}

form .note {
    margin: -12px 0 12px 160px;
    width: auto;
    font-size: 9px;
    color: #999;
    line-height: 15px;
}

form .indent {
    margin-left: 160px;
    margin-bottom: 0;
    width: 400px;
}

form div.clear {
    margin: 0; padding: 0;
    clear: both;
} /* Needed for IE6 hurrrr I'm a browsarrr */

form textarea {
    padding: 0;
    margin-left: 160px;
    width: 400px;
    margin-bottom: 12px;
} 

form #submit {
	height: 29px !important;
    width: 141px !important;
    border: 0;
	padding: 0;
	margin-top: 10px;
    margin-left: 160px;
    display: inline; /* ie6 */
}

.error {	width: 400px;
	margin: 0 auto;}.error .heading {	color: red;	font-weight: bold;}

