body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#wrapperTop{
	width: 100%;
	height: 242px;
	background-image:url(images/topTransparent.png);
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}
#topContainer{
	width: 1051px;
	height: 242px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/topBG.png);
	z-index: 3;
	top: -242px;
	position: relative;
}

#logo{
	position: relative;
	margin-top: -483px;
	z-index: 990;
	clear: both;
	width: 249px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 710px;
}
#social {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #CCCCCC;
    border-bottom-left-radius: 8px;
    border-color: #09361D -moz-use-text-color #333333 #333333;
    border-image: none;
    border-style: solid none solid solid;
    border-top-left-radius: 8px;
    border-width: 1px medium 1px 1px;
    height: 130px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 27px;
    width: 44px;
    z-index: 4;
}
#nav{
	z-index: 991;
	width: 736px;
	top: -82px;
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 263px;
}
#contentArea{
	min-height: 600px;
	background-image:url(images/contentBG.png);
	width: 1050px;
	top: -82px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: -25pxpx;
}
#contentFooter{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/contentFooter.png);
	height: 50px;
	width: 1050px;
	margin-top: -95px;
}
#contentContent{
	padding-left: 40px;
	padding-top: 15px;
	width: 960px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 17px;
}
.container{
	top: -82px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 4;
	width:1050px;
	height:558px;
}
.slider_wrapper{
	overflow: hidden;
	position:relative;
	height:558px;
	top:auto;
}
#image_slider{

	position: relative;
	height: auto;
	list-style: none;
	overflow: hidden;
	float: left;
	/*Chrom default padding for ul is 40px */
	padding:0px;
	margin:0px;
}
#image_slider li{
	position: relative;
	float: left;
}
.nvgt{
	position:absolute;
	top: 120px;
	height: 51px;
	width: 51px;
	opacity: 0.6;
}
.nvgt:hover{
	opacity: 0.9;
}
#prev{
	background: url('images/button-L.png') no-repeat center;
	left: 0px;
}
#next{
	background: url('images/button-R.png') no-repeat center;
	right: 0px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FF5316;
}
.cusHeader {
	font-weight: bold;
	color: #FF5316;
}
.smallTxt {
	color: #CCCCCC;
	font-size: 10px;
}
.orangeText {
	color: #CC6600;
	font-weight: bold;
	font-size: 11px;
}
input {
	height: 25px;
	background-color: #202020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	padding: 3px;
}
textarea {
	background-color: #202020;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCC;
	padding: 3px;
}
a {
	color: #C30;
	text-decoration: none;
}

a.visited {
	color: #C30;
	text-decoration: none;
}
a.hover {
	color: #C30;
	text-decoration: underline;
}
hr {
	color: #FFF;
	background-color: #666;
	height: 1px;
	border: 0px;
}
