
@charset "utf-8";

h5 {
	color: #6B6B6B;
}
a:hover {
	color: #FF0000;
}
h1 {
	font-size: 36px;
	color: #FEFEFE;
}
h11 {
	font-size: 36px;
	color: #000;
}
h2 {
	font-size: 24px;
	text-shadow: -1px 0 1px  #fff;
	color: #666;
}
h22 {
	font-size: 24px;
	text-shadow: -1px 0 1px  #fff;
	color: #000;
}
h3 {
	font-size: 18px;
	color: #666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dashed;
	border-top-color: #FEFEFE;
	border-bottom-color: #FEFEFE;
	border-bottom-width: 1px;
	

}
h33 {
	font-size: 18px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dashed;
	border-top-color: #000;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	

}
h4 {
	font-size: 16px;
	color: #424242;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

.page {
	margin-top: 0px;

}
.shadows {
	text-shadow: -0.5px 0.5px 0.5px #555555;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 40px;


}


.containerWrap {
	display: block;
	width: 100%;
	margin-top: 0px;
	position: relative;
	
    
}
.header {
	margin: auto;
	width: 960px;
}
.logo {
	width: 800px;
	text-align: left;
	padding-top: 1px;
	margin-bottom: 3px;
}
.logo h1 {
	font-size: 50px;
	text-align: left;
	text-shadow: 0 3px 3px #0C2836;
	filter: dropshadow(color=#999699, offx=2, offy=3);
	color: #FBFBFB;
	padding-top: 15px;
	line-height: 0px;
   
   
  } 

#wrapper {
	margin: auto;
	width: 100%;
}
article {
	float: left;
	width: 600px;
	padding: 1em;
}
.intro {
	height: 335px;
	width: 510px;
	background-image: url(../images/headerfoto.png);
	background-repeat: no-repeat;
}
.intro1 {
	height: 335px;
	width: 510px;
	background-image: url(../images/headerfoto1.png);
	background-repeat: no-repeat;
}
figure {
	float: left;
}
aside {
	float: left;
	width: 300px;
	display: block;
	position: relative;

}

#wrapper h1 {
	text-shadow: 0 1px 0 #ffffff;
}
.top {
	height: 20px;
	width: 100%;
	box-shadow: 0 45px 60px -50px #000000;
	background-image: url(../../images/bg-item.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #BEBEBE;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #424242;
   
}
footer {
	width: 100%;
	float: left;
	height: 160px;
	background-image: url(../../images/background_repeat.jpg);
	background-repeat: repeat;
	-moz-box-shadow:0px 0px 3px #000000;
	-webkit-box-shadow:0px 0px 3px #000000;
	box-shadow:0px 0px 3px #000000;
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#footercontent {
	width: 960px;
	height: 60px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
}
.thumb {
	width: 310px;
	float: left;
	position: relative;
}
.thumbinail img {
	margin: 5px;
	padding: 5px;
	border: 1px dashed #D2D2D2;
	background-color: #EAEAEA;
	float: left;
	display: inline-block;
	height: 45px;
	width: 75px;
	
}
ul.thumbinail {
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
	margin: 5px;
		}
		ul.thumbinail li{
	list-style:none;
	float:left;
	padding:3px;
	-moz-box-shadow:0px 0px 2px #555555;
	-webkit-box-shadow:0px 0px 2px #555555;
	box-shadow:0px 0px 2px #555555;
	-moz-border-radius: 5px;
	margin: 5px;

		}
		ul.thumbinail li a{
		display:block;
		}
		ul.thumbinail li a img{
		display:block;
		}
		ul.thumbinail li a:hover img{
		-ms-transform: scale(1.3) rotate(15deg);
		-moz-transform: scale(1.3) rotate(15deg);
		-webkit-transform: scale(1.3) rotate(15deg);
		-o-transform: scale(1.3) rotate(15deg);
		transform: scale(1.3) rotate(15deg);
		}

.btn, input[type="submit"], button {
    background: none repeat scroll 0 0%, -moz-linear-gradient(#CCCCCC, #B3B3B3) repeat scroll 0 0 transparent;
    border: 1px solid rgba(45, 45, 45, 0.5);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #444444;
    display: inline-block;
    font-weight: 300;
    line-height: 20px;
    margin: 3px 0;
    padding: 9px 15px 7px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    float: right;
}
.btn:hover, input[type="submit"]:hover, button:hover {
	background: none repeat scroll 0 0%, -moz-linear-gradient(#B3B3B3, #CCCCCC) repeat scroll 0 0 transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 1px rgba(32, 32, 32, 0.2) inset;
	color: #444444;
	text-decoration: none;
	float: right;
}
.sbtn {
	border-radius: 3px 3px 3px 3px;
	font-size: 11px !important;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

.feature {
	margin: auto;
	width: 960px;
	padding: 1em;
	clear: both;
	height: 30px;
	width: 70px;
}
.clear {
	clear: right;
	float: left;
	position: relative;
	visibility: hidden;

}


.cffree {
	width: 400px;
	font-family: arial;
	color: #818181;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 45px 60px -50px #000000;

}
.cffree_td {
	padding:4px;
	font-size:12px;
	color: #818181;
	font-family: Arial, Helvetica, sans-serif;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.cffree p {
	padding:4px;
}
.cffree label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}
.containerWrap .header #wrapper form {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);

}
.containerWrap #footercontent li {
	font-family: Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	text-align: left;
	text-indent: 5px;
	display: inline;
	padding: 1em;
	margin-top: 5px;
}

.adv img {
	float: left;
	

}
a:hover img.imagedropshadow {
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
	-moz-border-radius: 10px;
.copy {
	margin: auto;
	height: 15px;
	width: 960px;
}
.containerWrap .copy {
	color: #EAEAEA;
}
.containerWrap .copy a {
	color: #FFFFFF;
}
.containerWrap .copy a:hover {
	color: #FF3F00;
}
.shadows {
	color: #CECECE;
}
.shad {
	color: #FEFEFE;
}
