@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	color:#FFF;
}
#container {
	width:983px;
	margin-left:110px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#header {
	height:100px;
	width:100%;
	background-image:url(../images/header.png);
}

#menu {
	margin-left:20px;
	margin-top:-18px;
}
#menu ul {
	list-style-type:none;
	
}
#menu li {
	width:150px;
	height:25px;
	display:inline-block;
	float:left;
	text-align:center;
}
#menu li a{
	text-decoration:none;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
	display:inline-block;
}

#menu li:hover {
	background-color:#f47421;
}

.active {
	background-color:#f47421;
	color:#000;
}
.line {
	border-top: solid 2px #f47421;
	width:100%;
	margin-top:40px;
	margin-left:0px;
}

#content {
	width:100%;
	margin-left:0px;
}

.head {
	color: #f47421;
	margin-top:-5px;
}

span {
	color: #f47421;
}

#home_column1 {
	
	float:left;
	width:515px;
	padding:15px;
	margin-top:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	height:880px;
}

#home_column2 {
	float:right;
	width:400px;
	padding:15px;
	margin-top:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	height:880px;
}

#home_column3 {
	width:515px;
	padding:10px;
	margin-top:10px;
	background-color:#f47421;
	color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#home_column4 {
	width:515px;
	padding:10px;
	margin-top:10px;
	background-color:#fff;
	color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#home_column5 {
	width:410px;
	text-align:center;
	margin-top:10px;
	background-color:#666;
	color:#fff;
	padding:1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

#home_column6 {
	float:right;
	width:410px;
	height:170px;
	padding:10px;
	margin-top:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	
}

#home_head {
	float:right;
	width:99%;
	display:block;
	
	text-align:center;
	background-color:#f47421;
	padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:10px;
	margin-bottom:5px;
}

#home_head {
	text-decoration:none;
	color:#fff;
	font-weight:600;
}

#leftside {
	float:left;
	width:645px;
	padding:15px;
	margin-top:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	height:620px;
}

.left {
	float:left;
	width:310px;
}

.right {
	float:right;
	width:310px;
}

#rightside {
	float:right;
	width:270px;
	padding:15px;
	margin-top:15px;
	font-size-adjust:inherit;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	
}

.righthead {
	float:right;
	width:280px;
	display:block;
	text-align:center;
	background-color:#f47421;
	padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:15px;
}

#column1 {
	float:left;
	width:300px;
	padding:15px;
	margin-top:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	height:620px;
}
#column2 {
	float:left;
	width:300px;
	padding:15px;
	margin-left:10px;
	margin-top:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	height:620px;
}

#bottom {
	float:left;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	margin-top:10px;
	height:250px;
}
.bottom_left {
	float:left;
	width:460px;
	height:140px;
}

.bottom_right {
	float:right;
	width:460px;
	height:140px;
	margin-right:10px;
}
#bottom_content {
	margin-top:5px;
	padding:10px;
	height:30px;
	width:100%;
	float:left;
}

#tab {
	float:left;
	width:96%;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 4px #f0eceb; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #f0eceb; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #f0eceb;
	margin-top:15px;
	height:180px;
}

#tab_icon {
	float:left;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:5px;
	height:130px;
	width:14%;
	margin-left:20px;
	text-align:center;
	}

#tab_icon {
	text-decoration:none;
	color:#fff;
	font-size:14px;
}

.border {
	border-top:solid 2px #f47421;
	float:left; 
	position:relative; 
	width:100%;
}

#footer {
	float:left;
	width:100%;
	margin-top:20px;
	height:50px;
}