/* CSS Document */

/* always displays a scrollbar to get rid of the page jump */
html { min-height: 100%; margin-bottom: 1px; }

body,td,th {
	color: #000000;
}
body {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	background: #e9e9e9 url(images/mainbg2.gif) repeat-x top left;
}
#container {
width: 900px;
overflow: auto;
margin: 0px auto;
background-color: #ffffff;
padding-bottom: 30px;

}

#header {
margin: 0px auto;
width: 900px;
height: 178px;
background: #ffffff url(images/header.jpg) no-repeat left center; 
}
#logo {
float: left;
padding: 10px 0 0 5px;
}

a img{
border: 0px;
}

/* main nav */

#nav {
width: 900px;
height: 33px;
background-color: trasparent;
margin-top: 12px;
float: left; }

#menu {
	color: #ffffff;
	width: 700px;
	height: 40px;
	}

#menu ul {
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	color: #ffffff;
	display: inline;
}

#menu a {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	display: block;
	float: left;
	height: 26px;
	padding: 14px 10px 0 10px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	}

#menu a:hover {
	background: url(images/navover.jpg) repeat-x bottom left;
	text-decoration: none;
}

#menu .active a {
	background: url(images/navover.jpg) repeat-x bottom left;
}

/* content boxes */
#contentbox {
	width: 898px;
	background: url(images/contshadow.jpg) repeat-x top left;
	margin-left: 1px;
	padding-top: 30px;
	
}

#content {
	line-height: 23px;
	font-size:16px;
	width: 570px;
	float: left;
	padding-left: 20px;
	text-align:justify;
	}
	
#content h2 {
	font-size:16px;
	color: #0080b3;
	font-weight:normal;
	display:inline;
}

#content h3 {
	font-size:16px;
	color: #b35000;
	font-weight:normal;
	display:inline;
}

#content h4 {
	font-size:18px;
	color: #0080b3;
	font-weight:boldl;
	display:inline;
}

#content a{
	font-size:16px;
	color: #b35000;
	font-weight:normal;
	display:inline;
	text-decoration:underline;
}

/* main page headline */

#headline {
	height: 77px;
	margin-bottom: 30px;
	background: transparent url(images/headlinesat.jpg) no-repeat bottom left; 
}

#headline h1 {
	font-size:18px;
	font-weight:bold;
	color: #0080b3;
	padding-left: 80px;
	text-align:justify;
	overflow:visible;
}


/* products page headline */

#headlinep {
	height: 77px;
	margin-bottom: 30px;
	background: transparent url(images/playzr.gif) no-repeat bottom left; 
}

#headlinep h1 {
	font-size:18px;
	font-weight:bold;
	color: #0080b3;
	padding-left: 250px;
	text-align:justify;
	overflow:visible;
	padding-top: 20px;
}

/* Footer */
#footer {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	padding: 5px 0px 0 0;
	width: 902px;
	height: 30px;
	margin: 0px auto;
	background: transparent url(images/footer.jpg) repeat-x top center;
	font-family:'Verdana', Arial, Helvetica, sans-serif;

}

#footer ul {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0 15px 0 15px;
	list-style: none;
	line-height: normal;
}

#footer li {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;	
	float: right;
	color: #ffffff;
	display: inline;
}

#footer a {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	display: block;
	padding: 0px 10px 0 10px;
	margin: 0 3px 0 3px;
	text-decoration: none;
	}

#footer a:hover {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: underline;
}

/* Sidebar */

#column {
	width: 250px;
	float: right;
}

#sidebar {
font-family: 'Verdana', Arial, Helvetica, sans-serif;
padding: 0px 0px 0px 5px;
color: #FFFFFF;
width: 230px;
background: #004966 url(images/sideboxbg.jpg) repeat-x top left;
}

#sidebar h1{
font-size: 16px;
color: #FFFFFF;
width: 230px;
font-weight: normal;
padding-top: 3px;
}

#sbcontainer {
width: 230px;
background: transparent url(images/sat.gif) no-repeat bottom right;
}

/* text field decoration */

.Textfield {
height: 21px;
width: 140px;
background-color: #ffffff;
border-width: 0px;
color: #000000;
font-size: 12pt;
padding-top:3px;
margin: 0 0 5px 5px;
font-family: verdana;
}

.Textfield2 {
background-color: #ffffff;
border: #000000 1px solid;
color: #000000;
font-size: 12pt;
padding-top:3px;
margin: 0 0 5px 5px;
font-family: verdana;
}

#field {
height: 30px;
margin: 5px 0 5px 0;
padding-bottom: 10px;
}