@import url("products.css");

@import url("uniquepagedivs.css");
/* ---- MAIN ELEMENTS ---- */
body {
	color: #434449;
	font-size:76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
}
h1 {
	font-size: 100%;
	padding: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
}
h2 {
	font-size: 110%;
}


/* ---- DIVS ---- */


#background {
	height:auto!important; /* real browsers */
	height:600px; /* IE6: treaded as min-height*/
	min-height:550px;
	border: 1px solid #999999;
	background-repeat: no-repeat;
}

#IEroot #background {
	height: 550px;
	width: 975px;
}

*html #background {
	height: 550px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#container {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	height:auto!important; /* real browsers */
	height:550px; /* IE6: treaded as min-height*/
	min-height:550px;
	background-repeat: no-repeat;
}



#columnscontainer {
	width: 100%;
	margin-top: 10px;
	height:auto !important; /* real browsers */
	height:500px; /* IE6: treaded as min-height*/
	min-height:500px; /* real browsers */
}

#footer {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 90%;
}

#header {
	height: 70px;
	width: 100%;
	
}

#leftcol {
	width: 400px;
	margin-left: 20px;
	background-image: url(../assets/graphics/columnstransparent.png);
	padding: 10px;
	float: left;
	display: none;
}
#footer li {
	display: inline;
}



#IEroot #leftcol {
	width: 370px;
	margin-left: 20px;
	background-image: url(../assets/graphics/columnstransparent.png);
	padding: 10px;
	float: left;
	margin-top: 20px;
}

#navigation {
	text-align: left;
	padding: 0px;
	height: 1.3em;
	width: 100%;
	margin: 0px;
	position: relative;
	top: 40px;
}
#footer ul {
	padding-top: 0px;
}


#IEroot #navigation {
	text-align: left;
	
	width: 100%;
	margin: 0px;
	vertical-align: middle;
	position: relative;
	top: 40px;
	height: 1.4em;
}

*html #navigation {
	text-align: left;
	padding: 1px;
	width: 100%;
	margin: 0px;
	vertical-align: middle;
	position: relative;
	top: 40px;
	height: 1em;
}

#rightcol {
	background-image: url(../assets/graphics/columnstransparent.png);
	width: 300px;
	margin-left: 460px;
	padding: 10px;
	margin-top: 20px;
	display: none;
}
#productsnav {
	margin-top: -10px;
}


/* ---- COLUMNS ---- */



/* ---- IDs ---- */

#navigation ul {
	margin-left: 1px;
	margin-top: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	background-image: url(../assets/graphics/columnstransparent.png);
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}



#IEroot #navigation ul {
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

*html #navigation ul {
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0.5em;
	margin-top: 0.5em;
	background-color: #D8E9EC;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
#navigation a {
	text-decoration: none;
	color: #434449;
	margin: 0px;
	padding: 0px;
}
#navigation a:link {
	text-decoration: none;
	color: #434449;
}

#navigation a:hover {
	color: #009999;
}
	

#productsnav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

/* ---- CLASSES ---- */

.floatleft {
	float: left;
	
}

.inv {
	display: none;
}
#navigation img {
}
.floatleftflash {
	padding-right: 10px;
}

.floatright {
	float: right;
	padding-left: 10px;
}



.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.blue {
	color: #0099CC;
}

.flashdetectwrite {
	background-image: url(../assets/graphics/whitesquare.gif);
	font-size: 85%;
}

.text110 {
	font-size: 110%;
}
.flashdetectwrite .blue {
	background-color: #03C0DE;
	color: #FFFFFF;
}


/* ---- NAVIGATION CLASSES ---- */

 li.navevents
{

background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}
