@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../layout/back.jpg);
	background-position:center top;
	background-color: #970044;
	background-repeat:no-repeat;
	margin: 0px;
	color:#FFF;
	font-family: "Century Gothic", Arial;
	font-size: 18px;
}
	a:link {
	color:  #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	text-decoration:none;
	font-size:22px;
	font-style:normal;
	font-weight:100;
}
.top {
	width:100%;
	height:50px;
	position: fixed;
	background-color:#FFF;
	z-index: 2;
}

.top_nav_left {
	float:right;
	height:25px;
	width: 500px;
	text-align:right;
}
.page {
	width:800px;
	position:relative;
	margin:auto;
	padding-top:50px;
	z-index: 1;
}
.page_top_index {
	width:800px;
	height:152px;
	position:relative;
	background-image:url(../layout/design.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
	padding-top:63px;
	z-index: 1;
}
.page_top {
	width:800px;
	height:215px;
	position:relative;
	background-image:url(../layout/design.jpg);
	background-position:bottom center;
	background-repeat: no-repeat;
}
.logo {
	position:absolute;
	width:515px;
	height: 68px;
	top: 0px;
	left: 0px;
	background-image:url(../layout/logo.jpg);
	background-repeat:no-repeat;
}
.slogan {
	position:absolute;
	width:213px;
	height: 33px;
	top: 1px;
	left: 586px;
	background-image: url(../layout/slogan.jpg);
	background-repeat:no-repeat;
}
.services {
	width: 190px;
	height:350px;
	float:left;
	background-image:url(../layout/box_back.png);
	background-repeat:repeat;
	position:relative;
	margin-right:10px;
}
.services_text {
	position: relative;
	padding:10px;
}
.free_quote {
	width: 230px;
	float:left;
	background-image:url(../layout/box_back.png);
	background-repeat:repeat;
	position:relative;
	margin-right:10px;
}
.free_quote_text {
	position: relative;
	padding:10px;
}
.content {
	width:600px;
	position:relative;
	float:right;
}
.content_2 {
	width: 550px;
	position:relative;
	float:right;
}
.news{
	width:280px;
	height:215px;
	margin-right:10px;
	margin-top:10px;
	background-image:url(../layout/box_back.png);
	background-repeat:repeat;
	float:right;
	display:block;
}
.quote{
	width:300px;
	height:215px;
	margin-right:10px;
	margin-top:10px;
	background-image:url(../layout/box_back.png);
	background-repeat:repeat;
	float:right;
	display:block;
}
.quote_inside {
	background-image:url(../layout/quote.png);
	background-position:center;
	background-repeat:no-repeat;
	margin:auto;
	height:100%;
}
.news_inside {
	padding:10px;
}
.hosting {
	width:600px;
	height:188px;
	float:right;
	margin-top: 10px;
}
.clear {
	clear:both;
	width:800px;
	height:20px;
}
.footer {
	width:800px;
	height:25px;
	position:relative;
	font-size:15px;
}
.copyright {
	width:200px;
	float:right;
	text-align: right;
	height:25px;
}
.text-box {
	width:200px;
	height:20px;
	font-size:14px;
}
.drop-down {
	width:200px;
	height:20px;
	font-size:14px;
}
.text-area {
	width:200px;
	height:100px;
	font-size:14px;
}