
/***********************************************************/
/***********************************************************/
/*
Template: NT
Author: info@oblivion-productions.com
License: GPL
/*
/***********************************************************/
/***********************************************************/

/*Global Styles*****************************************************************/
/*******************************************************************************/

/* =GENERAL - the general styles */

	body {
	margin:0;
	font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4b4942;
	background: #000000;
}

bgLight {
	background: #1E1E1E;
}



a {
	text-decoration: none;
	color: #F89C00;
}

a:hover {
	color: #F89C00;
}

hr {
	display: none;
}

h1,
h2,
h3,
h4,
p {
	margin:0
}

strong {
	font-weight: bold;
}

#leftcolumn .level {
	border-bottom: 1px dashed #F89C00;
}

/* menu buttons graphic and text */
#leftcolumn .mainlevel {
	display: block;
	padding:5px 0 0 20px;
	font-size:13px;
	height: 26px;
	color: #ffffff;
	background: url(../images/button.gif) top no-repeat;
}

/*menu rollover color */
#leftcolumn .mainlevel:hover {
	color: #F89C00;
}

/* =LAYOUT - the main layout styles */
	.container {
	width:1025px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

/* header layout */
	#header {
	height: 253px;
	background: #000000 url(../images/top_bg.jpg) top repeat-x;
	position: relative;
}


/* main area layout */
        
	#main {
	padding:24px 0 20px 0;
	background: #000000 url(../images/bottom_bg.jpg) top no-repeat;

}

/* main menu */

#leftcolumn {
	float: left;
	width:193px;
}

/*CSS shift************************************/
 
#content #center {
	float: left;
	width:700px;
	padding: 0 20px;
}

#content-left #center {
	float: left;
	width:580px;
	padding: 0 20px;
}



/* bottom layout */
	#bottominfo {
	border-top: 5px solid #42423b;
	background: #000000;
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
}

.bottomcolumn {
	float: left;
	width:288px;
	margin-right: 18px;
}


/* =HEADER - the header styles */

	#header .container {
	height: 253px;
}

/* message and building pic */


	#banner {
	position: absolute;
	height: 253px;
	color: #a49c8f;
	font-weight: bold;
	padding:0 1023px 0 0px;
	bottom: 0;
	background: url(../images/top_fg.jpg) bottom no-repeat;
	font-size: 1.3em;
}

/* =CONTENT - the content styles */

	/* left column */

	#leftcolumn .moduletable {
	padding: 10px 23px 10px 23px;
	margin-bottom:3px;
	line-height:1.8em;
}

#leftcolumn div.moduletable h3 {
	font-size:18px;
	color: #8c8685;
	width:168px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:5px solid #fff;
	padding-left:25px;
	font-weight:normal;
	position:relative;
	left:-23px;
}

h3.header_small {
	font-size:15px;
	font-weight: bold;
	padding:0 23px 5px 23px;
}

ul.leftbox {
	font-size: 1.2em;
}

.features {
	padding-top:15px;
	font:1.27em Arial, Helvetica, sans-serif;
}

#leftcolumn .moduletable {
	padding-bottom:1em;
	line-height:1.5em;
	font-size:12px;
	margin-bottom:20px; 
}

/* center column */

 .contentheading,
 .componentheading,
 .article_wrapper h2 {
	color: #5699A7;
	font-size:2em;
	margin:10px 0;
}

.article_wrapper p {
	padding-bottom:10px;
	font-size:1.3em;
}



.product_image {
	float: left;
	margin: 6px 0 0 6px;
}

.product_wrapper h3 {
	font-size:18px;
	color: #8c8685;
	font-weight: bold;
	padding-top:0px;
	border-bottom:2px solid #8c8685;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:0;
	font-weight:normal
}

.product_wrapper p {
	font-size:1em;
}

.lastbox {
	margin:0;
}

/* =BOTTOM */
	.bottomcolumn h3 {
	border-bottom: 4px solid #9b968f;
	color: #5699A7;
	font-size:18px;
	padding:15px 0 5px 5px;
}

.bottomcolumn p {
	padding: 10px 35px 10px 5px;
	font-size: 1.2em;
}

.iconlist {
	border-top: 1px dashed #d1cfcd;
	font-size: 1.2em;
}

ul.iconlist li a {
	padding-left: 25px;
	background: url(../images/footer_list.jpg) left bottom no-repeat;
}

ul.iconlist li a:hover {
	background: url(../images/footer_list.jpg) left top no-repeat;
	color: #42423b;
}

.enewsbox {
	float: left;
	width: 180px;
	height: 17px;
	padding:3px 5px;
	border: 4px solid #5599A7;
	font-size:13px;
}

.button {
	display: block;
	width: auto;
	line-height:1em;
	text-align: center;
	border: 2px solid #fff;
	color: #000000;
	cursor: pointer;
	margin:0;
	padding:1px 6px; /* IE6 */
	
}

/* =FOOTER */
	#footer {
	height: 37px;
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
	font-size: 1.2em;
}

#footer a {
	color: #A39D97;
}

#designby {
	background: url(../images/logo.gif) 0 0 no-repeat;
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 5px;
}

#footer_navigation {
	float: right;
	margin-top:-5px;
}

#footer_navigation li {
	float: left;
	padding-left:18px;
}

#footer_navigation li a {
	text-transform:uppercase;
}

#footer_navigation li a:hover {
	color: #5699A7;
}

