/* @group BASIC */
html
{
height: 100%;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 19px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #f0f0f0;
	background: #403f3f url(../img/bg.jpg) repeat-x center top;
	z-index: 0;
	height: 100%;
}

h1 {
	font:24px , "Century Gothic";
	text-align: left;
	margin: 0px;
}
h2 {
	font: 18px "Century Gothic";
	text-align: left;
	margin: 0;
	padding-top: 2px;
	padding-left: 10px;
}
h3 {
	font: 14px "Century Gothic";
	text-align: left;
	margin: 0;
	padding-top: -4px;
	padding-left: 20px;
}

p.fullblock {
	font-size: 13px;
	text-align: left;
}
p.smlblock{
	text-align: left;
	padding-left: 5px;
	}

a{
	color: #ff6633;
	text-decoration: none;
	border: none;
}
a:hover{
	text-decoration: underline;
}
a:link img {border: #b5b5b5;}
a:hover img {border: #575a57;}
table{
	text-align: left;
	padding-left: 5px;
}
.altrow {
	background-color: #333232;
}

/* @end */

/* @group MAIN */

#main {
	z-index: 1;
	margin: 0;
    height: auto !important;
    min-height:100%;
    height:100%; /* for IE6 as it doesnt understand min-height */
	    
}

.container {
	width: 900px;
	position: relative;
	z-index: 1;
	margin:0 auto;
	text-align: center;
}

#footer {
	background-color:#201f1f;
}

/* @end */

/* @group HEADER */

#header {
	z-index: 2;
}

#header .logo {
	margin-top: 1px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:565px;
	height:95px;
	z-index: 2;
}

/* @end */

/* @group NAVIGATION */

#nav {
	margin-top: -18px;
	background-color:#575a57;
	position: relative;
	width: 900px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 3px;
}

#nav_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #575a57 url(../img/nav_bg.jpg);
	background-repeat: repeat-x;	
	overflow:auto;
	height: 38px;
	z-index: 1;
}

#mininav {
	background-color:#575a57;
	position: relative;
	width: 900px;
	margin-left: auto ;
	margin-right: auto ;
	margin-bottom: 3px;
}

#mininav_inside { 
	display:block; 
	border:1px solid #ffffff;
	background: #575a57 url(../img/nav_bg.jpg);
	background-repeat: repeat-x;	
	overflow:auto;
	height: 20px;
	z-index: 1;
}


/* @group NAVBAR */

#nav ul {
	margin: 0px;
	padding-top: 10px;
	padding-left: 30px;
	position: relative;
}
#nav li {
	display: inline;
	margin-right: 30px;
}
#nav li a {
	text-decoration:none;
	color:#ffffff;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:-0.5px;
	padding: 8px 5px 8px;
}
#nav li a.active, #nav li a:hover {
	background-color: #ff6633;
	background-image: url(../img/nav_bg_o.jpg);
}
#nav li a.active{
	text-decoration: underline;
}

/* @end */

/* @group MININAV */

#mininav ul {
	margin: 0px;
	padding-left: 30px;
	position: relative;
}
#mininav li {
	display: inline;
	margin-right: 30px;
}
#mininav li a {
	text-decoration:none;
	color:#ffffff;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:12px;
	letter-spacing:-0.5px;
}
#mininav li a.active, #mininav li a:hover {
	color: #ff6633;
}
#mininav li a.active{
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group FULL BLOCK */

#fullblock {
	border:1px solid #b5b5b5;
	background-color:#ffffff;
	margin-bottom:3px;
	position:relative;
	overflow: visible;
}
#fullblock_inside { 
	display:block; 
	background: #201f1f;	
	padding:30px;
	overflow:auto;
}
#fullblock .left_img {
	float: left;
}
.left_img img {
	border:1px solid #b5b5b5;
}
#fullblock .right_txt {
	float:left;
	width:400px;
	margin-left:35px;
	vertical-align: middle;
}
#fullblock .left_txt {
	float:left;
	width:500px;
	vertical-align: middle;
}
#fullblock .right_img {
	float: right;
}
.right_img img {
	border:1px solid #b5b5b5;
}
/* @end */

/* @group MEDIUM BLOCK */

#medblock {
	border:1px solid #b5b5b5;
	background-color:#ffffff;
	margin-bottom:3px;
	position:relative;
	width: 597px;
	text-align: left;
}
#medblock_inside { 
	display:block; 
	background: #201f1f;
	overflow:auto;
	padding: 15px 30px;
}

/* @end */

/* @group SMALL BLOCK */

#smlblock {
	border:1px solid #b5b5b5;
	background-color:#ffffff;
	margin-bottom:3px;
	position:relative;
	width: 296px;
}
#smlblock_inside { 
	display:block; 
	background: #201f1f;	
	overflow: auto;
	padding: 15px 15px;
}

/* @end */

/* @group FOOT BLOCK */

#foot_top {
	height: 1px;
	background-color: #484545;
}

#footer .container {
	text-align: right;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
}

/* @end */


/* @group BLOCK CLASSES */

.left {
	float: left;
}
.right {
	float: right;
}

#headbar {
	border:1px solid #b5b5b5;
	width: 100%;
	height: 30px;
	background: #ff6633 url(../img/nav_bg_o.jpg) repeat-x center center;
	vertical-align: middle;
}

/* @end */