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

body{
	background: url(images/bknd.jpg) repeat-x #D5ECFA;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	}
#int{
	background-color: #89b3d4;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	clear: inherit;
	}
#wrapper{
	background:url(images/container.png) repeat-y;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}
.nav{
	margin: 0;
	background: url(images/nav.jpg) repeat-x;	
	height: 24px;
	text-align: center;
	clear: both;
	}	
ul.nav{
	list-style-type: none;
	padding-top: 5px;
	text-transform: uppercase;
	color:#d2cfc2;
	font-size: 12px;
	}
ul.nav li{
	display: inline;
	}
ul.nav a{
	text-decoration: none;
	color: #9dd7dd;
	}
ul.nav a:hover{
	color: #fff;
	}
.sidebar{
	float: right;
	width: 312px;
	text-align:left;
	clear: both;
	}
.sidebar img{
	float: inherit;
	padding-bottom: 10px;
	}
ul.sidenav{
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
	line-height: 24px;
	}
ul.sidenav a{
	text-decoration: none;
	color: #fff;
	}
ul.sidenav a:hover{
	color:#000;
	}
h1{
	font-size:16px;
	text-align: left;
	margin-left: 10px;
	}
.ad{
	float: inherit;
	padding-bottom: 10px;
	}
#main{
	width: 635px;
	float: left;
	text-align:left;
	font-size:12px;
	}
p.main{
	margin-left: 10px;
	}
.main a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	}
.main a:hover{
	color: #000;
	}
.social{
	clear: both;
	margin-bottom: 30px;
	border: hidden;
	}
p.social{
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 300px;
	clear: right;
	padding-top: 30px;
	color: #FFFFFF;
	}
* html p.social{
	padding: 5px;
	margin: 5px;
	}
.social img{
	padding-left: 20px;
	float: left;
	}
.thumb{
	width: 205px;
	float: left;
	text-align:center;
	margin: 0;
	}
.thumb p{
	padding: 5px;
	margin-top:0px;
	color:#FFF;
	}
.thumb p a{
	color: #FFF;
	text-decoration: none;
	}
.thumb p a:hover{
	color: #333;
	font-weight:bold;
	}
.first{
	width:315px;
	float: left;
	text-align:left;
	}
.first img{
	float: left;
	margin: 15px;
	}
.first a{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	}
.first a:hover{
	color: #333333;
	}
h2{
	margin-left: 160px;
	font-size: 12px;
	padding-top: 25px;
	color: #003399;
	}
h3{
	font-size:14;
	font-weight: bold;
	color: #039;
	float: left;
	margin: 10px 0 2px 0;
	}
	
.slideshow{
	float: left;
	}
.slideshow p{
	margin-left: 10px;
	}
#store{
	font-size: 10px;
	margin-left: 10px;
	}
#store p{
 margin: 1px;
 }
#footer{
	background: url(images/footer.jpg) no-repeat;
	width: 945px;
	height: 131px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	clear: both;
	}
#footer ul{
	list-style-type: none;
	color:#d2cfc2;
	padding-top: 80px;
	}
#footer li{
	display: inline;
	}
#footer li a{
	color: #ccc;
	text-decoration: none;
	}
#footer ul a:hover{
	color: #fff;
	}