/* CSS Document */


/* layout stuff */

html, body {
	background-color: white;
	margin: 0px;
	text-align: center;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
}


#wrapper {
	width: 860px;
	height: 100%;
	text-align:center;
	padding-left:30px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#containter {
	width: 800px;
	min-height: 100%;
	float: left;
}

#header {
	float: left;
	width: 800px;
	height: 110px;
	background-repeat: no-repeat;
	text-align:left;
}

#banner{
	float: left;
	width: 800px;
	height: 300px;
	background-repeat: no-repeat;
	text-align:middle;
}

#contentWrap {
	float: left;
	height: auto;
	width: 760px;
	text-align:left;
	margin-left:20px;
	padding-top:16px;
	padding-bottom:10px;	
}

#logo {
	float: left;
	height: 110px;
	width: 400px;
	text-align: left;
}

.logoPosition {
	margin-top: 20px;
	margin-left: 16px;
}

#navigation {
	float: right;
	height: 110px;
	width: 400px;
	text-align: left;
}

#navContainer {
	float: left;
	height: 30px;
	width: 400px;
	margin-top: 80px;
	text-align: left;
	font-size:16px;
}

#footer {
	float: left;
	width: 760px;
	height:30px;
	margin-top:10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #243cb0;
	text-align: left;
	padding-top: 10px;
	margin-left:20px;
}

.product{
	width:738px;
	padding:10px;
	height:auto;
	float:left;
	background-color:#EEEEEE;
	border: 1px solid #6D8A9A;
	font-size:14px;
	margin-bottom:30px;
}

.productImageDiv {
	float:left;
	margin-right:10px;
	width:327px;
	height:auto;
}

.productImage {
	border: 1px solid #6D8A9A;
}


/********************* Styling ******************************/

h1 {
	font-size: 30px;
	font-weight: 800;
	color: #004579;
}

h2 {
	font-size: 20px;
	font-weight: 800;
	color: #333333;
}

.pLineHeight1{
line-height:20px;

}


a:link, a:visited, a:active {
	color: #004579;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
}

.border {
	border: 1px dotted #999999;
	margin-top: 6px;
}

.current2 {
	outline:		0;
	background-color: #243cb0;
	color:white !important;
}



