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

@viewport {
	width:940px;
}

#preloadImages {
		background-image:url(../images/background7.jpg);
}
html { 
        background: url(../images/background7.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-color:#000;
}
/*body {
	background-color: #000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/Background6.jpg);
}*/


div#header {
	align-self: center;
	text-align:center;
	background: rgba(150,150,150,0.6);
	width:100%;
}

div#header img.logo {
	vertical-align:middle;
}

div#banner_wrap {
	background-color:rgba(0,0,0,0.3);
	width: 940px;
	height: 235px;
	margin:auto;
	position: relative;
	top: 20px;
	border-radius: 10px;
}

div#banner_wrap img {
	border-radius: 10px;
}

div#container_wrap {
	position:relative;
	top:20px;
	width:940px;
	margin:auto;
	margin-top:20px;
	/* background-color:#FFF; */
	border-radius: 5px;
	background: -webkit-linear-gradient( #EEE, #FFF, #FFF, #EEE); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#EEE, #FFF, #FFF, #EEE); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#EEE, #FFF, #FFF, #EEE); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#EEE, #FFF, #FFF, #EEE); /* Standard syntax */
}

div#nav {
	/*display: table;*/
	width: 920px;
	border-radius: 5px;
	font-family:Verdana, Geneva, sans-serif;
	height: 30px;
	margin: auto;
	/*margin-top: 10px;*/
	/*background: -webkit-linear-gradient( #EEE, #FFF, #FFF, #EEE); /* For Safari 5.1 to 6.0 */
  	/*background: -o-linear-gradient(#EEE, #FFF, #FFF, #EEE); /* For Opera 11.1 to 12.0 */
  	/*background: -moz-linear-gradient(#EEE, #FFF, #FFF, #EEE); /* For Firefox 3.6 to 15 */
  	/*background: linear-gradient(#EEE, #FFF, #FFF, #EEE); /* Standard syntax */
}

div#maincontent {
	position: relative;
	width: 920px;
	margin:auto;
}

div#maincontent img.serv {	
	float:left;
	padding:10px;
}

div#maincontent hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}

div#maincontent div.contenthalf {
	width: 460px;
	float:left;
}

div#maincontent div.contentquarter {
	width: 230px;
	float: left;
}

div.contile {
	float:left;
	width: 140px;
	padding:5px;
	text-align:center;
	position:relative;
	margin: auto; 
}

div.contile img {
	border: inset;
	border-width:5px;
	border-color: #960;

}

div.contile img:hover {
	border-style:outset;
	border-color:#FC0;
}

div.capback {
	position:absolute;
	height: 45px;
	width:140px;
	bottom: 5px;
	background-color:#333;
	opacity: 0.5;
}
div.piccap {
	position:absolute;
	width:140px;
	height:40px;
	bottom:5px;	
}

div#footer {
	position:relative;
	align-self: center;
	text-align:center;
	background: rgba(150,150,150,0.6);
	width:100%;
	font-size: 9px;
	top:20px;
	margin-top: 20px;
	overflow:hidden;
}

div.clear {
	clear:both;
}

div#testimonial {
	width: 400px;
	margin: auto;
	position: relative;
	top: 20px;
}

div#pagetitle {
	width: 400px;
	margin:auto;
	margin-top:25px;
	border-bottom:double;
	border-bottom-color: #F90;
	height:45px;
}
table.pricing {
	text-align:center;
	padding:2px;
	margin:auto;
	width: 166px;
	/*background-color:rgba(137,60,0,1);*/
	border-radius: 2px;
	top:80px;
	position:relative;
}

table.pricing td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #FC0;
	border-style:dotted;
	text-align:center;
	border-width:thin;
	padding:0px;
}
	
