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

/*all the main parts*/
body {
	background-color:#ffffff;
	}
	
a {
	color:#0066FF;
	text-decoration:none;
}


p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

/* classes for formatting */
.alignright {
	float:right;
	padding: 5px 5px 5px 5px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
	display: block;
}

.wordpadding {
	padding: 5px 0 0 10px;
}

.listpadding {
	padding: 10px 0 10px 25px;
}


/* containing div for background */
#container {
	background: url(/images/bg.jpg) Center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

/* center MAIN wrapper */
#mainwrapper {
	width: 990px;
    margin-left: auto;
    margin-right: auto;	
	margin-bottom:0px;
}

/*div with all info*/
#content {
	padding: 0 0 0 0;
	margin: 0px;
	position: relative;
}


/* navigation at top */
#header {
	position:relative;
	width:993px;
	margin:0;
	padding:0;
	z-index: 1;
}

#navigation {
	position:relative;
	width:993px;
	margin:0;
	padding:0;
	z-index: 1;
}

#logo {
	background:url(/images/top_dots.gif);
}
/* end header div */

/* DROP DOWN MENUS*/

#nav_product_dropdown {
	visibility:hidden;
	position:absolute;
	width:900px;
	margin-left: 30px;
	background-color:#000;
	z-index: 100;
	/* not see through anymore and no text 
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FC0; */
}

#nav_media_dropdown {
	visibility:hidden;
	position:absolute;
	width:175px;
	margin-left: 199px;
	z-index:100;
}

/* nice way to do it with text 
#nav_product_dropdown p {
	display:block;
	padding-top: 5px;
	padding-left: 2px;
	font-weight:bold;
	font-size:18px;
	background-color:#000;
	border-bottom:1px solid #bbb;

}

#nav_product_dropdown ul {
	display:block;
	list-style:none;
}

#nav_product_dropdown ul li {
	background:#000;
	padding: 5px;
}

#nav_product_dropdown ul li:hover {
	background:#FC0;
}

#nav_product_dropdown ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	margin-left: 40px;
}

*/


/* HOME PAGE */
#topleft {
	width:153px;
	float:left;
	margin: 0;
}

#topright {
	width:153px;
	float:right;
	margin:0;
}

#bottomleft {
	width:153px;
	float:left;
	margin-top: 2px;
	margin-bottom: 5px;
}

#bottomright {
	width:153px;
	float:right;
	margin-top: 2px;	
	margin-bottom: 5px;
}

.homenews {
	display:block;
	margin: 0;
	width:665px;
	height: 150px;
	overflow: auto;
	background: url(/images/homepage/bg_grey_lines_words.jpg) top right;
	background-repeat:repeat-y;	
	padding: 2px;
}

.homenews img {
	float:left;
	margin: 5px;
}

.homenews ul li {
	// position:relative;
}

.homenewsheader {
	display:block;
	width: 665px;
	height: 23px;
	margin-top: 5px;
	background:url(/images/homepage/bg_grey_dots_titles.gif) top left;
	background-repeat:no-repeat;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

.homenewsheader red {
	color:#F00;
}

/* ========================= */
/* GLOBAL LEFT/RIGHT - home page style offset */

#leftside {
	width:670px;
	color:#000000;
	float:left;
	// padding-left: 25px;
	// background-color:#0F0;
}

#rightside {
	margin-left: 3px;
	margin-top: 2px;
	padding: 0;
	width:310px;
	color:#000000;
	float:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	// background-color:#FF3;
}

#rightside img {
	float:left;
	}

#leftside a {color:#0066FF;}
#rightside a {color:#0066FF;}
#leftside strong {color:#FFFF33;}
#rightside strong {color:#FFFF33;}
#content strong {color:#FFFF33;}

#leftside-even {
	padding-top: 3px;
	padding-left: 25px;
	width:468px;
	color:#000000;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	// padding-left: 25px;
	// background-color:#0F0;
}

#rightside-even {
	padding-top: 3px;
	padding-left: 3px;
	width:493px;
	color:#000000;
	float:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	// background-color:#FF3;
}

/* ==================== */
/* PRODUCTS  */

#full-wide {
	width:993;
	margin: 0;
	padding: 3px 5px; 0 0;
}

#full-wide img {
	margin: 0;
	padding: 2px;
}

#products-leftside {
	width:752px;
	margin-top: 2px;
	color:#000000;
	float:left;
	// padding-left: 25px;
	// background-color:#0F0;
}

#products-rightside {
	// margin-left: 2px;
	margin-top: 2px;
	padding: 0;
	width:235px;
	color:#000000;
	float:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}

#products-rightside p {
	margin-top: 5px;
	margin-left: 15px;
}

#product_info {
	width:755px;
	// background-color:#F39;
}

#product_photos {
	position:relative;
	width:325px;
	float:left;
	margin-left: 25px;
	padding:0;
	// background-color: #0FF;
}	

#productPhoto {
	width:325px;
}

#product_photos_small {
	margin:0px;
	position:relative;
	margin-bottom: 3px;
	width:314px;
	padding:0;
	background-color:#525252;
}	

#product_windrange {
	width:314px;
}

#product_text {
	display:block;
	float:right;
	width:360px;
	margin-top: 5px;
	margin-right: 20px;
	padding:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	// background-color: #CF0;
}	

#product_text h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
}

#product_features {
	width:752px;
	display:none;
}

#product_features img {
	margin-left: 3px;
}

#product_videos{
	width:752px;
	display:none;
	padding-left: 10px;
	padding-top: 10px;
}

#product_videos iframe {
	margin: 10px;
}

#product_colors{
	width:752px;
	display:none;
}




/* left side DIV tabs */
.tab-image {
	width:500px;
	display:none;
}



/* TEAM */
#leftsideteam {
	margin: 0;
	width:500px;
	float:left;
}

#rightsideteam {
	margin: 0;
	padding: 10px;
	width:450px;
	color: #000000;
	border: 1px solid #cccccc;
	float:right;
	line-height: 1.8em;
}

#rightsideteam strong { 
	font-size:14px;
	color:#009;
}


/* MEDIA section*/
.mediaslider {
	position:relative;
	display:block;
	overflow: auto;
	height: 200px;
	width:990px;
}

#feature-large-images {
	position:relative;
	display:none;
/*	height: 500px;
	width:450px;*/
}

/* hidden DIV's for loading extra media*/

.hiddenbox {
	position:absolute;
	visibility:hidden;
	z-index: 99;
}

/* button for the Visit our Store on the products page. Thanks freecssmenus.co.uk!!
http://www.freecssmenus.co.uk/button.php?pageno=1&pagestyle=1&catnum=14&catname=button
*/
/* ********************************************* 
* This notice MUST stay intact for legal use.
* This script was created for FREE CSS Menus.
* Visit: www.freecssmenus.co.uk for more CSS. 
* Also visit our Free online menu creator.
************************************************ */ 
/*Credits: www.freecssmenus.co.uk */
/* Large Button */
a.buttonlg{ background: url(/products/images/greenbutton.gif) no-repeat top left;
text-decoration: none;
display: block;
float: right;
width:101px;
height:82px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color:#444499;
}

a:visited.buttonlg,a:active.buttonlg{ 
	color:#006633 !important;
}

a:hover.buttonlg{ 
	background: url(/products/images/greenbutton.gif) no-repeat bottom right;
	color:#000033 !important;
}
a.buttonlg span{ 
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 30px;
}

a:hover.buttonlg span{ 
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 30px;
}













