@charset "UTF-8";
/* CSS Document */

html, body { color:#454545;
margin: 0; 
padding: 0; 
height: 100%; 
text-align: center; 
} 

#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	z-index: 1;
} 

/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */ 
* html #container { 
height: 100%; 
} 
/* end hide */ 

/* trick to get compliant browsers to clear the (right) floated div if required */ 
#container::after{ 
content: "."; 
display: block; 
height: 0; 
line-height: 0; 
font-size: 1px; 
clear: both; 
visibility: hidden; 
} 

#header { z-index: 8;
position: absolute; 
z-index: 100; 
left: 50%; 
margin: 0 0 0 -50%; 
padding: 0; 
height: 227px; 
width: 100%; background-image:url(images/navbg.png); background-repeat:repeat-x;  
} 

#footer 
{
	z-index: 10;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -50%;
	height: 65px;
	width: 100%;
	overflow: auto;
	background-image:url(images/footerbg.gif);
	background-repeat:repeat-x;
	padding-top: 8;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#flash{right: 0;
	z-index: 100;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 276px;
	overflow: hidden;
	visibility: visible;
}


#holder 
{z-index: 110;
	margin-bottom: 50px;
} 


#home
{z-index: 2;
	position: relative;
	float: right;
	margin: 228px 0 0 0;
	padding: 0 0 0px 0;
	width: 1000px;
	color: #000;
	overflow: visible;
} 

#content 
{
	z-index: 10;
	position: absolute;
	float: left;
	padding: 0 0 0px;
	width: 100%;
	overflow: visible;
	top: 240px;
	margin-right: auto;
	margin-left: auto;
} 



#homepage{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

p {margin: 0px 0px;} 
.style1 {font-size:16px;
	color: #FFFFFF;line-height:22pt;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}
.style2 {font-size:16px;
	color: #121114;
	line-height:22pt;
	list-style-type: none;
}
.style3 {color: #121114;line-height:22pt;font-size:16px;list-style-image: url(images/bullet.gif);
	list-style-type: none;}

.style4 { font-size:12px; line-height:22pt;
	color: #FFFFFF;
	
}
body {
	background-color: #121114;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style5 {
	padding-top:8px;
	color: #454545;
	font-size: 10px;
	margin-top: 10px;
}

.style5b {
	padding-top:8px;
	color: #454545;
	font-size: 12px;
	margin-top: 10px;
}

.style6 {color: #FFFFFF}
.style6SPACED {
	color: #FFFFFF;
	padding-bottom:8px;
	left: -8px;
	margin: 0px 0px 0px -12px;
}

.style7 {font-size: 12px}
.style8 {color: #0D9EF7; }
.style9 {color: #454545;font-size: 14px; }
.style10{color:#FFF;font-size: 16px; padding:6px;}
.style11 {color: #454545;font-size: 14px; padding-bottom:6px;}


h1{ font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:20px; color:#0D9EF7;}


.style6SPACED a{ font-weight:bold;
	text-decoration: underline;color: #FFFFFF;
	padding-bottom:8px;
	left: 0px;
	margin: 0px 0px 0px -0px;
}

.style6SPACED a:hover {color: #FFFFFF;
	padding-bottom:8px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
}

#products{ float:right; width:220px;
}
/*MENU*/

S.chromestyle{
width: 99%;
font-weight: 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #38388D;	border-right-width: 0;border-left-width: 0;
width: 900px;
padding: 7px 0px;
margin: 0;text-decoration: none;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 7px 12px 7px 12px;
margin: 0;
text-decoration: none;
border-right: 0px solid #38388D;
}

.chromestyle ul li a:hover{ background-color:#0D9EF7; color:#FFFFFF;
 
text-decoration: none;
/*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	left: 0;
	padding: 0px;
	text-decoration: none;
	border: 0px solid #38388D; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:16px; background-image:url(images/tint.png); background-repeat:repeat;
	z-index:150;
	background-color: #cccccc;
	width: 300px;
	visibility: hidden; /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 0px solid #38388D; /*THEME CHANGE HERE*/
padding: 5px 10px 5px 0px;
text-decoration: none;
font-weight: normal;
color: white;
text-indent:15px; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0D9EF7; color:#FFFFFF; text-decoration: none;
}








/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/

/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 10px 25px 10px 25px;
	border-bottom: 1px solid;
	border-color: #FFFFFF #FFFFFF #cccccc #FFFFFF;
	background-repeat: repeat;
	background-position: 0%;
	color: #444444;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #0D9EF7;
	color: #FFFFFF;
}
#sidebar #navlist .uberlink {
	background-color: #0D9EF7;
	background-repeat: repeat;
	background-position: 0%;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: default;
}

