/* CSS Document */
/*Start of Common IDs*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Segoe UI, Candara, Bitstream Vera Sans, DejaVu Sans, Bitstream Vera Sans, Trebuchet MS, Verdana, Verdana Ref, sans-serif;
}

#header {
	height:30px;
	padding-top: 10px;
	background-color: #333333;
	text-align: right;
}
#trailer {
	float: left;
	width:100%;
	height:30px;
	padding-top: 15px;
	background-color: #CCCCCC;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #C1C1C1;
}

#center_page {
	width:900px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	width:900px;
	height:115px;	
	z-index:1;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

#logo {
	background-image: url(../images/logo.jpg);
	float: left;
	margin-top: 55px;
	margin-bottom: 10px;
	margin-left: 19px;
	height: 40px;
	width: 270px;
}
#horizontal_divider {
	background-color: #F0F0F0;
	height: 2px;
	width: 900px;
	float:left;
}
#home_banner {
	background-image: url(../images/home_banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 375px;
	width: 900px;
}
#home_banner_text{
	float: left;
	height: 280px;
	width: 225px;
	margin-left:20px;
	margin-top:30px;
}

#home_column1{
	float: left;
	height: 360px;
	width: 210px;
	border: 1px solid #CCCCCC;
	margin-top:30px;
	margin-right: 17px;
}
#home_column1_title{
	float: left;
	height: 60px;
	width: 120px;
	margin-left: -20px;
	margin-top: -30px;
	padding-top: 45px;
	padding-left: 105px;
	background-image: url(../images/sites_from.png);
	background-repeat: no-repeat;
}

#home_column2{
	float: left;
	height: 360px;
	width: 210px;
	border: 1px solid #CCCCCC;
	margin-top:30px;
	margin-right: 17px;
}
#home_column2_title{
	float: left;
	height: 60px;
	width: 135px;
	margin-left: -20px;
	margin-top: -30px;
	padding-top: 45px;
	padding-left: 88px;
	background-image: url(../images/Development.png);
	background-repeat: no-repeat;
}

#home_column3{
	float: left;
	height: 360px;
	width: 210px;
	border: 1px solid #CCCCCC;
	margin-top:30px;
	margin-right: 17px;
}

#home_column3_title{
	float: left;
	height: 60px;
	width: 120px;
	margin-left: -20px;
	margin-top: -30px;
	padding-top: 45px;
	padding-left: 110px;
	background-image: url(../images/support.png);
	background-repeat: no-repeat;
}

#home_column4{
	float: left;
	height: 360px;
	width: 210px;
	border: 1px solid #CCCCCC;
	margin-top:30px;
}

#home_column4_title{
	float: left;
	height: 60px;
	width: 120px;
	margin-left: -20px;
	margin-top: -30px;
	padding-top: 45px;
	padding-left: 110px;
	background-image: url(../images/hosting.png);
	background-repeat: no-repeat;
}
#home_content{
	float: left;
	width: 186px;
	height: 260px;
	margin-left: 12px;
	margin-right: 12px;
}

#more_box{
	float: right;
	width: 20px;
	margin-right: 25px;
}

#page {
	width:900px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

#content{
	width:900px;
	float: left;
}

#leftcontent{
	width: 310px;
	float: left;
	padding-left: 15px;
	display: block;
	padding-right: 25px;

}

#rightcontent{
	width: 500px;
	float: right;
	padding-left: 25px;
	padding-right: 20px;
	display: inline;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	background-color: #F0F0F0;
}
#rightbox{
	width: 500px;
	display: inline;
	float: left;
}

ul.side{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.side a {
	width:230px;
	display:block;
	color: #666666;
	text-decoration:none;
	font-size: 14px;
	float: left;
}
ul a:hover{
	color: #CA0000;
}
li.side {
	display:inline;
}
li.side a.selected {
	font-family: "Arial Black", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	font-size: 53px;
	letter-spacing: -5px;
	line-height: 55px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	height: 150px;
}
li.side a {
	width: 100%;
	padding-bottom: 10px;
	z-index:4;
	text-align: right;
	font-style: italic;	
}	
.text_header{
	font-size: 12px;
	color: #999999;
}
.text_trailer{
	font-size: 12px;
	color: #333333;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #F40000;
	text-decoration: none;
}

h1 {
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}


.home_h1 {
	font-family: "Arial Black", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	font-size: 24px;
	letter-spacing: -2px;
	line-height: 15px;
	margin-top: 20px;	
}
.home_h2 {
	font-family: Arial Black, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 20px;
	
}

.quote_h1 {
	font-family: "Arial Black", Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CA0000;
	font-size: 24px;
	letter-spacing: -2px;
	line-height: 25px;
	text-align: center;
}

.general_h2 {
	font-family: Arial Black, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CA0000;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 20px;
	
}

.text_more{
	color: #CA0000;
	text-align: right;
	font-style: italic;
}
.red {
	color: #CA0000;

}
