/* @Color scheme
	+-------------------------------------------------------+
	| Color		|	Hex		 |	C.Y.M.K		|	R.G.B		|
	+-------------------------------------------------------+
	| Green		|	#8C8D30	 |	47.32.100.9 |	140.141.48	|
	| Grey dark	|	#D2D6DE	 |	16.11.7.0 	|	210.214.222	|
	| Grey Light|	#F4F4F4	 |	3.2.2.0		|	244.244.244	|
	| Brown		|	#C27D52	 |	21.56.74.4	|	194.125.82	|
	| Brown dark|	#6F4829	 |	41.65.87.39	|	111.72.41	|
	+-------------------------------------------------------+
/* global styles ---------------------------------------------------------- */
html {
	background:#000;
	letter-spacing:1px
}
html>body {
	padding:0;
}

body {
	height:100%;
	margin:0;
	padding:10px 0 0 0;
	font:normal 1em "Helvetica",Courier New,Tahoma,Verdana;
	text-align:center; /* fix ie */
}
body * {
	/*border:1px solid #c30;*/
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 0 12px;
}
h1 {
	font-weight:normal;
	letter-spacing:2px;
	font-size:2em;
	
	margin:4px 0 0 0;
	padding:0 0 4px 0;
}
h2 a:hover {
	text-decoration:none!important;
}
h2 {
	font-size:1.55em;
	font-weight:normal;
	padding:5px 0 0 10px;
	margin:0 0 0 10px;
}
h3 {
	font-weight:normal;
	letter-spacing:1px;
	margin:12px 0 0 12px;
	font-size:1em;
}
#content>h3 {
	font-size:1.1em;
}
h4 {
	font-size:.8em;
}
h1,h2 { color:#fff; }
h3,h4 { color:#666; }
h5,h6 { color:#333; }
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	color:#B6B491;
}
p {
	text-align:justify!important;
	line-height:1em;
	margin:0;
}
table td {
	/*border:1px solid #ccc;*/
	vertical-align:top;
	color:#fff;
}
/*ul,p {
	font-size:.8em;

}*/
ul li {
	list-style-type:disc;
	color:#fff;
	margin:0 0 0 10px;
	padding:2px 0;
	font-size:0.8em!important;
	
}
.clear {
	clear:both;
}
/* LANGUAGE PICKER ----------------------------------------------------- */

#i18n {
	font-size:.8em;
	float:right;
	margin:5px 0 5px 5px;
	padding:5px 4px 5px 4px;
	
}
#i18n a {
	/*float:right;*/
	margin:5px 0 5px 5px;
	padding:5px 4px 5px 4px;
	color:#CFCEB7;
	font-size:.7em;
	border:1px solid #CFCEB7
}
#i18n a:hover {
	border-color:#fff;
	background:#2F2C2C;
}
/* content layout --------------------------------------------------------- */
#layout {
	width:740px;
	margin:0 auto 0 auto;
	/*border:1px solid #B4AF39;*/
}
#layout td {
	vertical-align:top;
}
/* newsbar layout --------------------------------------------------------- */
#rightbar {
	background:#000;
	/*border:1px solid #B4AF39;*/
}
#rightbar #right {
	margin: 0 5px 0 10px;
	background:#000 url('../i/bg.png') repeat-x top left;
	width:190px;
	height:500px;
}
#right #rightBoxes {
	padding-top:2px;
	padding-right:5px;
	
	font-weight:bold;
	font-size:0.8em;
	text-align:right!important;
	color:#737264;	
}
#rightbar #right p {
	padding:30px 4px 0 4px;
	font-size:.6em!important;
	text-align:justify!important;
	/*background:#000 url('../i/rightBar.png');*/
}
#rightbar #btmRight {
	margin: 0 5px 0 10px;
	background:#000;
	width:50px;
	/*border:1px solid #c30;*/
}
#leftbar {
	/*width:180px;*/
	background:#000;
	/*border:1px solid #B4AF39;*/
}
#leftbar #left {
	/*margin: 0 5px 0 5px;*/
	background:#000 url('../i/leftBar.png') no-repeat top left;
	width:180px;
	height:500px;
}
/* menu layout --------------------------------------------------------- */
#menu{
	padding:0 0 0 5px;
	font-size:1.2em!important;
	margin-left:5px;
	/*text-autospace:ideograph-alpha;*/
}
.menu {
	margin:0;
	padding:0;
	height:25px;
}
.menu li {
	list-style-type:none;
	margin:0 0 0 15px;
	padding-left:5px;
	float:left;
}
.menu li a {
	display:block;
	color:#999;
	/*font-size:1em;*/
}
.menu li a:hover {
	color:#4F7B25;
}
.menu li.active a {
	color:#fff;
}
/*.menu li.active a:hover {
	border-color:#8C8D30;
}*/
/* 2nd menu layout ---------------------------------------------------------- */
.secondarymenu {
	width:100%;
	margin:10px auto;
	/*height:22px;*/
	/*text-align:center!important;*/
	font-size:.8em;
}
.secondarymenu a {
	padding:5px;
}
#subNav {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	text-align:left;
}
.menu .menuItem {
	border:0;
}
.menuItem {
	border-left:1px solid #333333;
}
.menuItem.first {
	border-left:0!important;
}
.menuItem.last {
	border-right:0;
}
/* layout --------------------------------------------------------------- */
#layout * {
	text-align:left; /* reset default */
}
#layout {
	margin:0 auto 20px auto;
}
#layout #content {
	padding:0 10px 0px 10px;
	background:#000 url('../i/bg.png') repeat-x top left;
	
	/*border:1px solid #c30;*/
}
/*#banner {
	height:170px;
	background:#000;
	width:535px;
}*/
#banner #logo {
	background:#B6B491 url('../i/banners/imageMain.png') repeat-x top left!important;
	border:solid 1px #B6B491;
	width:535px;
	height:165px;
}
#flashBox {
	width:195px;
	height:170px;
}
#flashBox #flash {
	width:190px;
	height:165px;
	margin:0 0 0 8px;
	background:#B6B491;
	border:solid 1px #B6B491;
}
/*#topLogo {
	background:#000 url('../f/top.swf') repeat-x top left!important;
	width:740px;
	height:105px;
}*/
#top {
	/*border:1px solid #c30;*/
	/*float:right;*/
	/*padding-top:80px;
	padding-bottom:0px;*/
}

/* tables inside content ----------------------------------------------------*/
#content {
	background:#B6B491;
}

#content table {
	margin:4px;
}
#content table th {
	background:#B6B491;
	color:#666;
	vertical-align:top;
	font-size:.8em;
	text-align:center;
}
#content table tr>th {
	font-size:.9em;
}
#content table tr:last-child td {}
#content table td {
	padding:4px 6px;
	font-size:.9em;
}
#content p {
	padding-top:20px;
	padding-bottom:5px;
	font-size:.8em;
	letter-spacing:.09em;
	line-height:1.3em;
	margin:4px 12px 0 25px;
	color:#fff;
}
#content h1 {
	text-align:left;
	font-weight:normal;
	letter-spacing:3px;
	color:#fff;
	position:relative;
	top:-60px;
	font-size:2.1em;
	color:#8C8D2F;
	color:#fff;
	margin:0;
	padding:2px 4px;
}
/* copyright layout ---------------------------------------------------------- */
#copyright {
	text-align:left;
	color:#fff;
	font-size:.7em;
	z-index:1000;
	/*margin:5px 0 0 0;*/
	padding:10px 0 0 0;
	color:#333;
}
#copyright a 		{opacity:0.5;}
#copyright a:hover  {opacity:1.0;}

/* others layout ---------------------------------------------------------- */
input[type="text"],textarea {
	border:1px solid #AEAC8B;
}
#logo img,
#content img {
	visibility:hidden;
}
/* contacts layout ---------------------------------------------------------- */

#tollFree {
	color:#A9A893;
	font-size:2em;
	text-align:center!important;
	font-weight:bold;
	/*padding-left:10px;*/
}
#tollfreeText {
	color:#A9A893;
	font-size:1.6em;
	text-align:left!important;
	padding-left:100px;
	padding-top:50px;
}

