@charset "UTF-8";
/*****
CSS Document
GCN Media Corp.
http://gcnmediacorp.com
*****/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #007a94;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 233px;
}
h1 {
}
h2 {
}
h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
b {
	font-weight: bold;
}
a {
	color: #007a94;
	text-decoration: none;
}
p {
	margin: 0 0 10px 0;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul, ol {
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
ol li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}
#principal {
	width: 870px;
	margin: 0px auto;
	padding: 0;
}
#header {
	margin: 47px 0 0 0;
	/*padding: 32px 0 0 0;*/
	height: 32px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#header .nav {
	float: right;
}
#header .nav a.on {
	border-bottom: 1px solid #ff5815;
}
#banner .txt {
	float: left;
	padding: 50px 0 0 30px;
	font-size: 24px;
	line-height: 33px;
}
#banner .ad {
	float: right;
	width: 220px;
	height: 145px;
	background-image: url(../images/img.jpg);
	background-repeat: no-repeat;
}
#container {
	
}
#footer {
	padding: 10px 0 0 0;
	text-align: center;
}

#footer ul {
	display: inline;
}

#footer li {
	display: inline;
	margin: 0 24px 0 0;
}
#footer li a {
	font-size: 17px;
}
#development {
	text-align: right;
}


#characteristics {
	margin: 0 0 0 390px;
	height: 413px;
}
#characteristics h3 {
	margin: 18px 0 24px 72px;
	text-transform: uppercase;
}
#characteristics ul {
	padding: 0 0 0 25px;
}
#characteristics li {
	margin: 0 0 30px 0;
	padding: 0 0 0 41px;
	font-size: 16px;
	line-height: 20px;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
}

#levels {
	margin: 20px 0;
}
#levels h3 {
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
#levels .content {
	
}
#levels ul {
	margin: 0 0 0 0px;
}
#levels li {
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
	list-style-type: none;
	list-style-position: outside;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
#levels li img {
	
}
#levels li .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

input, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
input.text {
	width: 250px;
	padding: 3px;
	border: 1px solid #fa5d00;
	color: #007a94;
}
button {
	margin: 0;
	padding: 0;
	height: 34px;
	border: 1px solid #edad79;
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	line-height: 34px;
}


#service_info {
	float: left;
	text-align: left;
}
#service_info .content {
	padding: 5px;
}

#information {
	float: left;
	width: 520px;
/*	background-color: red;*/
}

#buy, #buy .content {

}
#buy {
	float: right;
	width: 330px;
	height: 420px;
/*	background-color: #000;*/
/*	border: 1px solid silver;*/
	font-size: 16px;
	line-height: 26px;
}
#buy .content {
	padding: 5px;
	text-align: left;
}
#buy_content {
	margin: 5px;
}
#buy_loading {
	padding: 10px 0 0 0;
	text-align: center;
}

#form_domain_msg {
	margin: 5px 0 0 0;
}

.buy_info {
	padding: 5px 3px;
	margin: 0 0 5px 0;
	background-color: #fedfa3;
	border: 2px dashed #fdc04c;
}
.buy_info li {
	list-style-type: disc;
	list-style-position: inside;
}
.videos ul {
	margin: 0;
	padding: 0;
}
.videos li {
	margin: 0 0 0 30px;
	padding: 0 0 0 0px;
	list-style-position: outside;
	list-style-type: decimal;
}

.box {
	float:left;
	width: 250px;
}

.demo ul, .demo li {
	margin: 0;
	padding: 0;
}
.demo li {
	list-style-type: none;
}


.spacing {
	width: 10px;
	height: 10px;
}

.msg_alert, .msg_ok {
	padding: 3px;
}
.msg_alert {
	background-color: #ffd700;
	color: black;
}
.msg_ok {
	background-color: green;
	color: #fff;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	float: none;
}
