html {
	color: #000;
	line-height: 1.5em;
	line-height: 1.5em;
}

html,body {
	margin: 0 auto;
	background: #F1F1F1;
	font-family:Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: "museo";
  src: url(fonts/museo700regular.eot);
  src: local("museo"), url(fonts/museo700regular.ttf) format("truetype");
}

.museo a{
	font: 16px museo,georgia,sans-serif; 
}
 
#doc {
	width: 1000px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}

.header{
	height:140px;
}


.header .login_strip {
	height:40px;
	background-color:#11507E;
}

.header .login_strip #doc .contents {
	width:990px;
	
	height:30px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:14px;
}

.header .menu_strip {
	height:100px;
	background-color:#2957A4;
}

.header .menu_strip .logo{
	float:left;
}

.header .menu_strip .menu{
	float:left;
	border: 1px solid #FFFFFF;
	height:40px;
	width: 575px;
	margin-top:25px;
	margin-right:10px;
	border-radius:5px;
	background-color: #FFFFFF;
}

.header .menu_strip .menu .component{
	width:auto;
	height:40px;
	padding-left:14px;
	padding-right:14px;
	border-right:2px solid #CCCCCC;
	float:left;
	background-color:#FFFFFF;
}
.header .menu_strip .menu .component .title{
	margin-top:7px;
	color:#555555;
	font-weight:bold;
	
}
.content {
	height:900px;
}

.content .clouds {
	height: 400px;
	background-color: #2957A4;
}
.content .grey .blue_strip{
	height: 30px;
	background-color:#2957A4;
}
.content .grey .background {
	height: 445px;
	background:url(/static/images/net_back.png) repeat;
}
.content .grey .net {
	width:1000px;
	height: 420px;
	background:url(/static/images/new_net.png) repeat;
	position:absolute;
	margin-left:0px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	-moz-border-top-left-radius:20px;
	-moz-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
}
.content .grey .net .outer_strip{
	width:98%;
	height:350px;
	padding-left:20px;
}
.content .grey .net .outer_strip .fourth_part{
	width:24.5%;
	height:350px;
	float:left;
}
.content .grey .net .outer_strip .fourth_part .inner_img {
	height:250px;
	width:210px;
	
	margin-left:7px;
}
.content .grey .net .outer_strip .fourth_part .img_title {
	height:25px;
	width:200px;
	margin-left:7px;
	margin-top:2px;
	color: #6d6e71;
	font-weight:bolder;
	font-size:17px;
}
.content .grey .net .outer_strip .fourth_part .img_desc{
	height:50px;
	width:200px;
	margin-left:7px;
	margin-top:2px;
	color: #6d6e71;
	font-size:12px;
	line-height:1.2;
}

.content .grey .net .button{
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 2%, rgba(102,102,102,1) 4%, rgba(71,71,71,1) 40%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 77%, rgba(43,43,43,1) 97%, rgba(28,28,28,1) 98%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(2%,rgba(89,89,89,1)), color-stop(4%,rgba(102,102,102,1)), color-stop(40%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(77%,rgba(17,17,17,1)), color-stop(97%,rgba(43,43,43,1)), color-stop(98%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 2%,rgba(102,102,102,1) 4%,rgba(71,71,71,1) 40%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 77%,rgba(43,43,43,1) 97%,rgba(28,28,28,1) 98%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 2%,rgba(102,102,102,1) 4%,rgba(71,71,71,1) 40%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 77%,rgba(43,43,43,1) 97%,rgba(28,28,28,1) 98%,rgba(19,19,19,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 2%,rgba(102,102,102,1) 4%,rgba(71,71,71,1) 40%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 77%,rgba(43,43,43,1) 97%,rgba(28,28,28,1) 98%,rgba(19,19,19,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 2%,rgba(102,102,102,1) 4%,rgba(71,71,71,1) 40%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 77%,rgba(43,43,43,1) 97%,rgba(28,28,28,1) 98%,rgba(19,19,19,1) 100%); /* W3C */
	border-radius:7px;
	border-radius:7px;
	-moz-border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-webkit-border-radius:7px;
}

.content .black_area {
	height: 1000px;
	background:url(/static/images/black_strip.png) repeat;
}

.content .black_area .inner_section{
	width:1000px;
	height: 290px;
	position:relative;
	background-color: #191814;	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.content .black_area .inner_section1{
	margin-top:10px;
	width:1000px;
	height: 100px;
	background-color: #191814;
	position:relative;
	margin-left:0px;
	border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
}

.content .black_area .inner_section1 .aln{
	float:left;
	margin-left:30px;
}

.content .black_area .inner_section2{
	margin-top:10px;
	width:1000px;
	height: 120px;
	background-color: #191814;
	position:relative;
	margin-left:0px;
	border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
}

.content .black_area .inner_section3{
	margin-top:10px;
	width:1000px;
	height: 250px;
}

.content .black_area .inner_section3 .left_section{
	float:left;
	width:430px;
	height: 250px;
	background-color: #191814;
	position:relative;
	margin-left:0px;
	border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
}


.content .black_area .inner_section3 .right_section{
	float:right;
	width:430px;
	height: 250px;
	background-color: #191814;
	position:relative;
	margin-left:0px;
	border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:30px;
}

.footer {
	height:200px;
	width:100%;
	background-color:#191814;
	position:relative;
}

.footer .footer_menu {
	padding-top:15px;
	font-size:12px;
	color:#FFFFFF;
}

.footer .footer_menu .menu {
	float:left;
}

.footer .footer_menu .menu a {
	padding-top:15px;
	font-size:12px;
	color:#FFFFFF;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}

.footer .footer_menu .payment {
	float:right;
	margin-right:30px;
}

.footer .terms {
 	padding-top:50px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
}