body {
	color : #fff;
	margin : 0;
	padding : 0;
	background-color: #616161;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #959595;
	text-decoration:none;
}

a:hover {
	color: #0f96d3;
	text-decoration:none;
	cursor:pointer;
}

h1 {
	color : #e1e1e1;
	margin : 20px 0 10px;
	padding-bottom : 10px;
	border-bottom : 1px solid #ccc;
	font-family: Arial;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	display: inline;
	padding-left: 0.1em;
	font-size: 10px;
	color: #bbbbbb;
	font-family: Arial;
}

#container {
	width : 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #000;
	-box-shadow: 0px 0px 30px #e2e2e2;
	-webkit-box-shadow: 0px 0px 30px #e2e2e2;
	-moz-box-shadow: 0px 0px 30px #e2e2e2;
	-moz-border-radius-bottomleft: 7px; 
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px; 
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px; 
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px; 
	-webkit-border-top-right-radius: 7px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height:300px;

}

#header {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	color : #fdfdfd;


	height: 80px;


}

#top {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 188px;	
	width : 900px;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: top;

}

#logo {
	text-align : left;
	float: left;
	width: 90px;
	height:72px;
	margin-left: 25px;
	margin-top: 2px;
}

#company {
	text-align : left;
	float: left;
	width: 200px;
	margin-top: 30px;
	font-size: 1.5em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #d1d1d1;
	letter-spacing: -1px;
	font-family: Arial;
}

#company p {
	display:inline;
}


#menu {
	text-align : left;
	float: left;
	width: 500px;
	height: 70px;
	margin-left: 35px;
	margin-top: 20px;
	list-style-type: none;
}

#menu a {
	text-decoration : none;
	color : #fff;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
	font-weight: lighter;
	text-transform: uppercase;
	width: 60px;
	text-align: center;
	font-size: 11px;
	list-style-type: none;
	margin-right: 3px;
}
#menu a:hover {
	text-decoration : none;
	color : #fff;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
	background-color: #0f96d3;
	-box-shadow: 0px 0px 5px #0a6188;
	-webkit-box-shadow: 0px 0px 5px #0a6188;
	-moz-box-shadow: 0px 0px 5px #0a6188;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	list-style-type: none;
	}
	
	
#content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width : 830px;
	text-align: justify;
	padding-bottom: 35px;
	min-height:300px;
}


#content img {
	padding: 5px;
	-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	background-color: #414141;
	background-image: url(../img/bg_box.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	margin-left: 20px;
}

#content img:hover {

	-box-shadow: 0px 0px 20px #ae0202;
	-webkit-box-shadow: 0px 0px 20px #ae0202;
	-moz-box-shadow: 0px 0px 20px #ae0202;

}

#footer {
	border-top : 1px solid #959595;
	clear : both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	height: 80px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	background-color: #000;
}

#copyright {
	float:left;
	margin-top:20px;
	color: #ccc;
	font-size: 11px;
}

#adroon {
	float:right;
	margin-right:20px;
	margin-top: 5px;
}

#adroon img {
	border:none;
	height: 70px;
	width: 70px;
}

#adroon img:hover {
	border:none;
	height: 70px;
	width: 70px;
	-box-shadow: 0px 0px 10px #0a6188;
	-webkit-box-shadow: 0px 0px 10px #0a6188;
	-moz-box-shadow: 0px 0px 10px #0a6188;
}

#selected a {
	text-decoration : none;
	color : #fff;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
	background-color: #6b6b6b;
	-box-shadow: 0px 0px 5px #3a3a3a;
	-webkit-box-shadow: 0px 0px 5px #3a3a3a;
	-moz-box-shadow: 0px 0px 5px #3a3a3a;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	list-style-type: none;
}  
