* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	background: #000;
	
}

/*========= TYPOGRAPHY =================================*/

/*==== FONT FAMILY ===*/
h1, h2, h3, h4, #mainnav li {
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

/*==== FONT SIZE & COLORS ============================*/

h1 {}

h2 { 
}

h3 { 
	font-size: 18px; 
	color: #5e5d0a;
	padding: 0 0 10px 0;
}

h4 { 
	font-size: 16px; 
	color: #555; 
	padding: 0 0 5px 0;
}

h5 { 
	font-size: 15px; 
	color: #777; 
}


/*==== h3s ===*/


/*==== Ps ===*/
p {line-height: 1.3em; font-size:13px;}

.textWrap  {
	padding: 0 0 20px 0;
}

.textWrap2  {
	padding: 0 0 25px 0;
}


/*==== ULs ===*/
ul {list-style: none;}
ul li {padding: 0;}


/*==== SPANs ===*/
.colortext1 {
	font-weight: bold;
	font-size: 10px;
}
/*====a colors ===*/

a {
	/*color: #5e5d0a;*/
	color: #5e5d0a;
}

a:hover {
	color: #3399FF;
}

/*=
a:visited {
	color: #990066;
}
=*/


h4 a {
	font-size: 12px;
}

/*==== CLR ===*/
.clr {
	clear: both;
}

/*==== TABLES ===*/

iframe {
	 width: 398px;
	 height: 375px;
}


/*============= MAIN LAYOUT ====================================*/
#header, #graphic, #graphicsub, #content, #footer {
	margin: 0 auto;
	width: 850px;
}

#header {
	position: relative;
	height: 91px;
}

#headerWrap {
	background: url(../img/headerbg.jpg) repeat-x;
	height: 91px;
}

#graphicWrap {
	/*green background: url(../img/graphicbg.jpg) repeat-x;*/
	background: url(../img/graphicbg_blue.jpg) repeat-x;
	height: 213px;
}

#contentWrap {
	background: url(../img/contentbg.jpg) repeat-x;
	background-position: top;
	background-color: #FFF;
	padding: 30px 0;
}



/*==== CONTENT =============================================*/
/*==== HOME ===*/
#content1 {
	float: left;
	width: 540px;
	padding: 0 10px 20px 0;
}

#content2 {
	float: right;
	width: 270px;
	padding: 0 0 0 30px;
}

#content2 ul {
	padding: 0 0 10px 0;
}


#content2 ul li {
	line-height: 1.3em;
}

.contactinfo { font-weight: bold; }
.contactinfo p { font-weight: normal; border-bottom: 1px dotted #999; margin: 0 0 5px 0; font-weight: bold; font-size: 10px; }
.contactinfo li { padding: 5px 0; }

.imagebox { padding: 5px 0; }
.imagebox li { float: left; padding: 0 10px 0 0; }
.imagebox img { border: 1px solid #CCC; }

/*==== ABOUT ===*/
#aboutContent1 {
	float: left;
	width: 400px;
	padding: 0 20px 0 0;
}

#aboutContent2{
	float: right;
	width: 400px;
	padding: 0 0 0 30px;
}
/*==== ABOUT ===*/
/*==== google map ===*/
#googlemap {
	border: 1px solid #666666;
}

/*==== table ===*/
.infotable {
	border-collapse: collapse;
}

.infotable th {
	text-align: left;
	vertical-align: text-top;
	color: #5e5d0a;
	padding: 10px 10px 5px 0;
	width: 140px;
	white-space: nowrap;
}

.infotable td {
	text-align: left;
	vertical-align: text-top;
	padding: 10px 10px 5px 10px;
	width: 710px;
}

.infotable th, .infotable td {
	border-collapse: collapse;
	border-bottom: 1px dotted #5e5d0a;
}

/*==== PRODUCTS ===*/


/*==== BUSINESS ===*/

/*==== SITEMAP ===*/


#sitemap li a {
	text-decoration: none;
}

#sitemap li {
	list-style: inside; 
}

/*==== HEADER =============================================*/
#header h1 {
	float: left;
	overflow: hidden;
	width: 359px;
}

#header h1 a {
	display: block;
	width: 359px;
	height: 0px;
	padding: 91px 0 0 0;
	overflow: hidden;
	background: url(../img/logo.jpg) no-repeat;
}


/*==== MAIN NAV =============================================*/
#mainNav {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 375px;
}

#mainNav li {
	float: left;
}

#mainNav li a {
	float: left;
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	background: url(../img/headerbg.jpg) repeat-x;
	margin-left: 3px;
	border-top: 1px solid #333;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #333;
}

#mainNav li a:hover, #mainNav li .selected {
	color: #FFF;
	background: #5e5d0a;
}

#mainNav li .selected {
	color: #FFF;
	background: #444;
}


/*==== GRAPHIC ============================*/

#graphic {
	/* green background: url(../img/graphichome.jpg) no-repeat;*/
	background: url(../img/graphichome_blue.jpg) no-repeat;
	height: 213px;
}

#graphic h2 {
	text-indent: -9000px;
	
}

/*==== FOOTER ============================*/

#footerWrap, #footer {
	clear: both;
}

#footerWrap {
	background: url(../img/footerbg.jpg) repeat-x;
	background-position: top;
	border-top: 1px solid #555;
}

#footer {
	padding: 20px 0;
}

#copyRight {
	clear: both;
	text-align: center;
}

#copyRight a {
	color: #CCCCCC;
}

#copyRight p {
	font-size: 11px;
	padding: 0 0 5px 0;
}

#copyRight p a {
	text-decoration: none;
}

/*==== SUB NAV ===*/




/*============= PER PAGE LAYOUT ====================================*/






