/*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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

p { margin-bottom:10px;}


#wrapper {position: relative; width: 960px; margin: 50px auto;  border:1px solid #e7e7e7; padding: 20px;}
#c1, #c2, #c3, #c4 {background: #999; width: 20px; height: 50px; position: absolute;}
#c1 {top: -6px; left: -6px; background: url(../images/c1.jpg) 0 0 no-repeat;}
#c2 {top: -6px; left: 991px; background: url(../images/c2.jpg) 0 0 no-repeat;}
#c3 {bottom: -6px; *bottom:4px; /*ie7*/ left: -26px; background: url(../images/c3.jpg) 0 0 no-repeat;}
#c4 {bottom: -6px; *bottom:4px; /*ie7*/ left: 971px; background: url(../images/c4.jpg) 0 0 no-repeat;}

#logo img {position: relative; top: -14px;}

#header {position: relative; margin-top: -50px; }
#main_nav{
float:right; 
*margin-top: -70px;/* IE7 and below */ }
#main_nav ul li{display: inline; margin-left: 20px;}
#main_nav ul li a{font:normal normal 10px Arial, Helvetica, sans-serif; text-decoration: none; color: #9a9a9a; }
#main_nav ul li a:hover{color: #99c800; }

#content_info{ position:relative; width:960px; margin:auto;}
#content_info h2{color: #999; font: normal normal 18px Arial, Helvetica, sans-serif;}
#content_info p{color: #999; font: normal normal 12px Arial, Helvetica, sans-serif;}

#home_text {position: relative; margin: 100px 0 100px 100px; top:50px;}
#home_text h1 {font: normal bold 30px Arial, Helvetica, sans-serif; border: none;}
#home_text h1 span {color: #98C800;}
#home_text h3 {font:  normal normal 18px Arial, Helvetica, sans-serif; border: none;}


#footer {position: relative; top: 65px; clear: both;}
#credits {text-align: center;}
#credits p, #credits a {color: #999; font: normal normal 11px Arial, Helvetica, sans-serif;}
#credits a {margin-left: 3px;}
#credits a:hover {text-decoration: none;}

/*ABOUT*/
#about_info { margin-left:30px; margin-top:20px;}
.col1, .col2, .col3 {float:left;}
.col1 {width:400px; margin-right:30px;}
.col2 {width:300px; margin-right:10px;}
.col3 {width:300px; margin-left:20px;}

.clear { clear:both;}



/*home rotator*/
#home_rotator { position:relative; width:308px; height:378px; margin-top: -300px; margin-left: 550px;}
.galleria-image img { max-width:300px; height:auto;}


/*GALLERY*/

#gallery_wrapper { width:960px; position:relative; margin:auto;}
#press_gallery_wrapper { width:940px; position:relative; margin:auto;}

/*Dropdown*/
#gallery_nav{ position:absolute; height:37px; width:auto; display:block; padding:0; margin:0;  border:1px solid #E6E6E6; *left:0px; /*ie7*/} 
#gallery_nav > ul {list-style:inside none; padding:0; margin:0;} 
#gallery_nav > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;} 
#gallery_nav > ul > li > a{ color:#000; outline:none; display:block; position:relative; padding:12px 20px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none;} 

#gallery_nav ul li.has-sub:hover > a:after{top:0; bottom:0;} 
#gallery_nav > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #000; } 
#gallery_nav > ul > li.has-sub:hover > a:before{top:19px;} 
#gallery_nav ul li.has-sub:hover > a{ background:#EBEBEB; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; } 
#gallery_nav ul li.has-sub:hover > ul, #gallery_nav ul li.has-sub:hover > div{display:block;} 
#gallery_nav ul li.has-sub > a:hover{background:#EBEBEB; border-color:#3f3f3f;} 
#gallery_nav ul li > ul, #gallery_nav ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#EBEBEB; border-radius:0 0 5px 5px; z-index:999; } 
#gallery_nav ul li > ul{width:200px;} 
#gallery_nav ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} 
#gallery_nav ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#000; text-decoration:none;} 
#gallery_nav { background:#fff;} 
#gallery_nav > ul > li > ul > li a:hover { background:#CCC;}

#gallery_nav > ul > li > a:after{border-color:#6ed1ff;} 
#gallery_nav > ul > li > a:hover{background:#36acd2;} 

/*RETAIL*/
#retail p { margin-bottom:10px;}


/*CART ORDER FORM*/
#order_form_wrap { position:relative; width:740px; margin-left:140px;}

/*SHOW CART*/
#show_cart_wrap { position:relative; width:500px; margin:auto;}

/*CART RESULTS*/
#cart_results_wrap { position:relative; width:940px; margin-left:-25px;}




















