/***************************************
**	Global Styles
****************************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin:0;
	padding:0;
}

img {
	border: 0;
}

body {
	text-align: center;
	background: white;
	font-size: 80%;
	color: #545454;
	font-family: "Tahoma","san-serif";
}

h1, h2, h4, h5, h6 {
	font-weight: normal;
	color:#05235d;
}

h1 {
}
	
h2 {
}

h3 {
	font-weight: bold;
	color: #05235d;
}

p {
	padding-top: 0px;
}

a {
	color:#6a8cb6;
}

a:hover {
	color:#c67852;
}

#content{
	width:100%;
	float:left;
	}
#content.narrow{
	width:48%;
	}
#sidebar{
	float:right;
	width:48%;
	}

.section,
.subsection,
form{
	background: #6A8CB6;
	padding:.8em 1.5em;
	margin: 1em 0;
	clear:both;
	}
.subsection{
	background: #FFFFFF;
	}
.left{
	float:left;
	clear:left;
	width:40%;
}
.right{
	float:right;
	width:40%;
	clear:right;
}

.wide{
	width:45%;
}

.athlete{
	float:left;
	width:120px;
	margin-right:.8em;
	margin-top:1.3em;
}
.athlete a{
	text-decoration: none;
	padding-top: .4em;
	}
.clear{
	clear: both;  
	width: 100%;
	}


/***************************************
**	Site Structure
****************************************/
.logo {
	text-align: center;
}

#wrap {
	text-align: left;
	width: 960px;
	margin: 0px auto;
}
#header {
	padding:15px 0px;
}
#header .nav,
#footer{	
	border-top:1px solid #2d2f30;
	color: #2d2f30;
	text-transform: uppercase;
	padding-top:4px;
	margin-top:8px;
	}
#header .nav a,
#footer .nav a{
	margin:0px 8px;
	color: #6a8cb6;
	text-decoration: none;
	}

#header .nav a:hover,
#footer .nav a:hover{
	color:#c67852;
	}
#header .nav a.first{
	margin-left:0px;
	}


#banners {
	height: 576px;
	overflow: hidden;
}
#contentContainer {
	position: relative;
	overflow: hidden;
	padding:10px 0px;
}

#main {
	width: 960px;
	min-height: 500px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#products {
	width: 960px;
	min-height: 835px;
}

#seal {
	width: 960px;
	min-height: 500px;
}

#sealtext {
	text-align: center;
	width: 700px;
	margin: 0pt auto;
}

#maincontent {
	padding: 20px;
}

#contentleft {
	float: left;
	width: 500px;
}

#contentright {
	float: right;
	width: 360px;
}

#contentright p {
	line-height: 1.5em;
	font-size: 12px;
}

.product {
	margin: 0pt auto;
	width: 800px;
}

#seractext {
	float: left;
	width: 315px;
	padding-top: 90px;
	font-size: 16px;
}

#seracphoto {
	float: right;
}

#tahomatext {
	float: right;
	width: 315px;
	font-size: 16px;
	padding-top: 105px;
}

#tahomaphoto {
	float: left;
}

#akalitext {
	float: left;
	width: 315px;
	padding-top: 150px;
	font-size: 16px;
}

#akaliphoto {
	float: right;
}

#buttons {
	margin: 0pt auto;
}

.image {
	float: left;
	background-color: black;
	height: 235px;
	width: 300px;
	margin: 10px;
}

.slogan {
	text-align: center;
}

#popupWindow {
	color: #000000;
}


/***************************************
**	Footer 
****************************************/
#highlights{
	
	}

#footer{
	float:left;
	clear:both;
	padding-bottom: 10px;
	width:100%;
	}
#footer .nav{
	float:right;
	color:#2d2f30;
	}
#footer .copy{
	float:left;
	color:#6a8cb6;
	}
	
/***************************************
**	Forms 
****************************************/

form {
	width: 100%;
	color: #6a8cb6;
	background: none;
}

fieldset {
	border: 3px solid #2d2f30;
}
	
legend {
	background:#2d2f30;
	padding:.4em .8em;
	font-size: 1.5em;
}

label {
	float: left;
	clear: left;
	width: 6em;
	font-size: 1.3em;
	padding-left: 15px;
	color: #05235D;	
}

input,
textarea{
	float:left;
	clear:right;
	}
label,
input,
textarea{
	margin:10px 0px;
	}
input,
textarea{
	background:#FFFFFF;
	border: none;
	padding:.5em;
	color: #6a8cb6;
	font-size: 1.1em;
	font-family: Tahoma;
	}
input:focus,
textarea:focus{
	background: #f0f3f8;
	}
input.button{
	float:right;
	margin-right:10px;
	clear:left;
	}