@charset "utf-8";
/* CSS Document */
*{ 
	margin:0;
	padding:0;
}

body {
	background-color:#232323;
	
}

img {border:0;}

.nav { width:960px; clear:both; margin:0 0 0 200px; }
.nav li { /*list-style-type:none; */}

a {text-decoration:none; color:#666;}

.content li {list-style:disc; padding-left:20px; list-style-position:inside;}

.content{float:left; width:250px; overflow:hidden;}
.content2{float:left; width:250px; overflow:hidden;}

#wrapper {
}

#contact {float:right; overflow:hidden; padding-right:20px;}

#liscense {padding-top:15px; text-align:center; width:400px;}

#header {
	background-image:url(../images/header-top.png);
	background-position:top left;
	background-repeat:repeat-x;
	height:60px;
}

#header-nav {
	background-image:url(../images/header-nav.png);
	background-position:left top;
	background-repeat:repeat;
	height:40px;
}

#header-slide {
	background:#1a4fa3;
	/*height:320px;
	background-repeat:repeat-x;*/
	background-position:left top;
}

#main-content-wrapper {
	background-image:url(../images/layout/bottom-wrapper.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#ececeb;
		min-height:420px;
	overflow:hidden;

}

#main-content-top {
/*	background-image:url(../images/layout/main-top.png);*/
	background-image:url(../images/main-wrapper2.png);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0 auto;
	height:26px;
}

#main-content-top-2 {
	background-image:url(../images/layout/main-top.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 auto;
	height:26px;
	width:960px;
}

#main-content-center {
	/*background-image:url(../images/layout/main-center.png);*/
	background-repeat:repeat-y;
	background-position:top left;
	width:960px;
	margin:0 auto;
	min-height:300px;
}

#main-content-center-2 {
	background-image:url(../images/layout/main-center.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:960px;
	margin:0 auto;

}

#main-content-center-3 {
	background-image:url(../images/layout/main-center.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:960px;
	margin:0 auto;
	height:350px;
}

#main-content-center-3 {
	background-image:url(../images/layout/main-center.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:960px;
	margin:0 auto;
	height:400px;
}

#main-content-bottom {
/*	background-image:url(../images/layout/main-bottom.png);*/
	background-repeat:no-repeat;
	background-position:top left;
	width:960px;
	margin:0 auto;
	height:20px;
	overflow:hidden;
}

#main-content-bottom-2 {
	background-image:url(../images/layout/main-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:960px;
	margin:0 auto;
	height:30px;
	overflow:hidden;
}

#inside-content {
	/*border:1px solid #F60;*/
	margin:0 auto;
	padding:5px;
	width:95%;
	overflow:hidden;
}

#inside-info-box {
	background-image:url(../images/info-box.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:509px;
	height:169px;
	overflow:hidden;
	float:left;
	
}

#inside-info-box p {
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#454545;
	padding:20px;
}
	
.info-box-small {
	background-image:url(../images/info-box-small.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:370px;
	height:169px;
	overflow:hidden;
}

.info-box-thumb {
	background-image:url(../images/info-box--thumb.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:288px;
	height:169px;
	overflow:hidden;
	padding:1px;
}

#footer {
	min-height:80px;
	margin:0 auto;
	background-image:url(../images/footer2.png);
	background-repeat:repeat-x;
	background-position:center top;
}

#footer-info {
	padding:20px 20px;
	margin:0 auto;
	color:#faa500;
	width:960px;
	margin:0 auto;
	height:25px;
}

#footer-info ul {
	text-indent:20px;
}

#copyright {
	text-align:right;
	height:40px;
	width:300px;
	float:right;
	overflow:hidden;
	height:17px;
	color:#ececeb;
	font-size:14px;
	overflow:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.footer-links  {
	margin:0 auto;
	width:40%; 
	float:left;
}

#footer-info a { color:#faa500; padding:0 10px;}
