@charset "utf-8";
/* CSS Document */
@font-face {

	font-family: 'Conv_GOTHIC';

	src: url('fonts/GOTHIC.eot');

	src: local('?'), url('fonts/GOTHIC.woff') format('woff'), url('fonts/GOTHIC.ttf') format('truetype'), url('fonts/GOTHIC.svg') format('svg');

	font-weight: normal;

	font-style: normal;

}
img {border:none;}
body {
	background: #445159;
	margin: 0px;
	padding: 0px;
	font-family: 'Conv_GOTHIC', Sans-Serif;
	
}
#top {
	border-bottom: 1px solid #999;
	position: relative;
	height: 125px;
	width: 100%;
	background-color: #DC681A;
}
#banner {position:relative; width:1020px; margin:auto; height:125px;}
#logo {
	position: absolute;
	left: 10px;
	top: 23px;
}
#menubar {
		position: relative;
	width: 100%;
	height: 35px;
	background: #000;
	-webkit-box-shadow: 0 1px 12px 0 #111;
	box-shadow: 0 1px 12px 0 #111;
	z-index: 2;
	clear: both;
	float: left;
	}
#menu {
	position: relative;
	width:1020px; margin:auto; height:35px;
}
#menu a {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: normal;
}
#menu a:hover, #homenum {
	color: #DC681A;
	text-shadow: 1px 1px 1px #111;
}
#hometop {
	position: relative;
	width: 100%;
	height: 557px;
	background: url(layout/bighome.jpg) no-repeat center top;
	z-index: 1;
	float: left;
	clear: both;
	-webkit-box-shadow: 0 1px 12px 0 #111;
	box-shadow: 0 1px 12px 0 #111;
	border-bottom: 1px solid #333;
}
#hintro {
	position: absolute;
	width: 600px;
	margin: auto;
	font-size: 30px;
	color: #333;
	left: 50%;
	margin-left: -491px;
	top: 32px;
	font-weight: bold;
}
#homebullets {width:100%; float:left; position:relative;padding-bottom: 15px;}
#hombinner {
	position: relative;
	width: 1020px;
	margin: auto;
	font-size: 30px;
	color: #FFF;
	padding-top: 21px;
	text-shadow: 2px 2px 1px #111;
}
#leftbull {
	position: relative;
	float: left;
	width: 48%;
	list-style: none;
	font-size: 17px;
}
#leftbull li {
	padding-left: 35px;
	width: 256px;
	margin-top: 15px;
}
.world {
	background: url(layout/world.png) no-repeat left center;
}
.target {
	background: url(layout/target.png) no-repeat left center;
}
.man {
	background: url(layout/supportguy.png) no-repeat left center;
}
.bulb {
	background: url(layout/bulb.png) no-repeat left center;
}
#rightbull {
	position: relative;
	float: left;
	width: 44%;
	list-style: none;
	font-size: 17px;
}
#rightbull li {
	padding-left: 35px;
	width: 400px;
	margin-top: 15px;
	background: url(layout/htick.png) no-repeat left center;
}
#office {
	position: relative;
	float: left;
	width: 100%;
	background: url(layout/office.jpg) no-repeat right top;
	color: #FFF;
	height: 508px;
	-webkit-box-shadow: inset 0 1px 8px 0 #000;
	box-shadow: inset 0 1px 8px 0 #000;
	clear: both;
	
}
#inoffice {
	position: relative;
	width: 975px;
	margin: auto;
	font-size: 32px;
	
}
#inofficetext {
	float: left;
	font-size: 23px;
	margin-left: 85px;
	width: 785px;
		
	padding-top: 24px;
}
#whyc {text-shadow: 1px 1px 1px #111;}
#bottomhome {
	position: relative;
	width: 100%;
	height: 518px;
	background: url(layout/bottomhome.jpg);
	clear: both;
	float: left;
	-webkit-box-shadow: inset 0 1px 8px 0 #000;
	box-shadow: inset 0 1px 8px 0 #000;
	padding-top: 15px;
}
#hbmid {
	position: absolute;
	width: 855px;
	left: 50%;
	margin-left: -437px;
	font-size: 27px;
	background: rgba(31, 34, 43, 0.69);
	height: 414px;
	bottom: 0px;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	-webkit-box-shadow: 0 0 12px 1px #111;
	box-shadow: 0 0 12px 1px #111;
	text-align: right;
	color: #FFF;
	padding: 15px;
	}
	
	
	#byellow {
	font-size: 32px;
	color: #FF0;
	text-shadow: 1px 1px 1px #111;
	position: absolute;
	left: -50px;
	top: -67px;
}
#footerouter {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	background: #292E36;
	padding-top: 15px;
}
#footerinner {
	position: relative;
	left: 50%;
	width: 1020px;
	margin-left: -510px;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}
#footerinner a {color:yellow;}
#banners {position:absolute; top: 51px; right: 11px;}
.signup a {
	line-height: 32px;
	background: #B55515 url(layout/buttonbg.jpg) no-repeat left center;
	border: 1px solid #FF0;
	font-size: 22px;
	color: #EBFF00;
	text-decoration: none;
	width: 420px;
	-webkit-box-shadow: 0 0 12px 0 #222;
	box-shadow: 0 0 12px 0 #222;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px 10px 11px 60px;
}

#homtoplink {position:relative; left:50%; margin-left: -403px; top: 503px;width: 280px;}
#hombotlink {position:relative; left: 0px; margin-left: 0px; top: 336px;}
#stadardtext {
	position: relative;
	width: 1020px;
	margin: auto;
	color: #EEE;
	clear: both;
}
.features {
	-webkit-box-shadow: 0 0 11px 0 #000000;

	box-shadow: 0 0 11px 0 #000000;
	background: #2F383E;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px;

	border-radius: 8px;
}
.fimages {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ftext {
	float: left;
	width: 800px;
}
.features h2 {
	font-variant: normal;
	text-transform: none;
	color: #F90;
}
.bighuge {font-variant: normal;
text-transform: none;
color: #F90;}
.features a {color:yellow;}

#tempdomain {
	padding: 25px;
	text-align: center;
	 margin: auto;
	font-size: 32px;
}
#tempdomain input {
	width: 350px;
	font-size: 32px;
	text-align: right;
	padding-right: 12px;
	font-weight: normal;
	color: #666;
}
.submit {
	font-size: 22px;
	font-weight: normal;
	cursor: pointer;
}
#domready {color: #FF7000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #CCC;
	clear: both;}
	.blogtext {
	 
	float: left;
	width: 100%;
	position: relative;
	 
}#blogroll {
border-left: 1px dotted grey;
padding-left:10px;
	float: left;
	
width: 288px;
	position: relative;
	margin-left: 10px;
	
}
.blogees {
	float:left;
	clear:both;
	width: 315px;
	margin-left: 10px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(layout/sidebar_hr.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #ccc;
}
 

.blogees i {
	color: #666;
	text-decoration: none;
	clear: both;
	font-weight: normal;
	text-transform: capitalize;
	float: left;
	font-size: 12px;
}
 
.blogees a:link {
	color: #666;
	text-decoration: none;
}
#submit {
	font-size: 22px;
}
.blogtext {
	 
	float: left;
	width: 100%;
	position: relative;
	 
}
	
.paddy {
	width: 601px;
	float: left;
	position: relative;
}
#stadardtext a {color:yellow;}
#ibl {padding:10px; background:white; -webkit-border-radius: 8px;
border-radius: 8px;}