@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
header{
	background:#00aeef;
	height:120px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
nav{
	width:980px;
	margin:0 auto;
}
nav ul,nav ul li{
	display:inline;
}
#header-separator{
	height:30px;
	background:#23538e;
}
nav a{
	color:#23538e;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:120px;
	margin-left:30px;
	position:relative;
	z-index:1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	text-transform:uppercase;
}
nav a:hover{
	color:#fff;
}
#logo{
	position:absolute;
	margin-left:290px;
	z-index:1;
}
nav li:nth-child(2){
	margin-right:360px;
}
#slider{
	height:500px;
	background:#275c9e url(../images/bigbg.png) center center no-repeat no-repeat;
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
section{
	width:980px;
	margin:0 auto;
	overflow:auto;
	padding-bottom:50px;
}
#contents h1{
	letter-spacing:-1px;
	color:#00aeef;
	font-size:50px;
}
#contents p{
	text-align:justify;
}
.productThumb{
	width:146px;
	margin-right:10px;
	float:left;
	background:url(../images/bg.png) no-repeat no-repeat center center;
	padding:20px;
	margin-bottom:10px;
	text-align:center;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;		
	overflow:hidden;
	cursor:default;
}
.productThumb:hover{
	background:#FC3;
}
.productThumb:nth-child(5n+1){
	margin-right:0px;
}
.productThumb img{
	max-width:100%;
	height:150px;
}
.productThumb h2{
	font-size:25px;
	color:#369;
	position:absolute;
}
.productThumb h2:first-child{
	margin:110px 0px 0px 0px; 
	font-size:18px;
}
.productThumb h2:nth-child(2){
	margin:130px 0px 0px 0px;
}
.selectedSection{
	color:#fff;
}
footer{
	min-height:60px;
	background:#ee5800;
	padding-top:20px;
	line-height:60px;
	text-align:center;
	color:#fff;
}
#fb-link{
	position:fixed;
	bottom:10px;
	right:10px;
}
#verifyForm{
	display:block;
	margin-bottom:10px;
}
