@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../assets/images/bg/bg_final.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#bg {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../assets/images/bg/bg_througout.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	margin-top: 30px;
}







#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 250px;
}
#content {
	margin-top: 30px;
}
#comingsoon {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #999999;
	text-align: center;
	margin-top: 20px;
}


.hovermenu ul{
	padding-left: 0;
	margin-left: 120px;
	height: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1.5em;
	padding-bottom: 2px;
	padding-left: 1.5em;
}

.hovermenu ul li a:hover{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

/* BEGIN SITE UNIVERSAL LAYOUT */

#content_text {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 19px;
}

#header_content {
	margin-top: 35px;
}
#content_site {
	margin-top: 150px;
	height: 300px;
}
.hovermenu_content ul{
	padding-left: 0;
	margin-left: 320px;
	height: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.hovermenu_content ul li{
	list-style: none;
	display: inline;
}

.hovermenu_content ul li a{
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 2px;
	padding-left: 1em;
}

.hovermenu_content ul li a:hover{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}
a {
	color: #FFFFFF;
}
