/* CSS Document */

body {
	background-image:url(images/main-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica,Verdana,  sans-serif;
	font-size:11px;
	margin:0;
	background-color:#E6DAA9;
}
p {
	margin:0;
	padding:8px;
}
a {
	color:#ECCC69;
	font-size:10px;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
	text-decoration:none;

}
h1 {
	font-size:24px;
	font-weight:900;
	padding-top:3px;
	padding-left:35px;
	margin:0;
}
h2 {
	font-size:24px;
	font-weight:900;
	padding-top:8px;
	padding-left:35px;
	margin:0;
}

div#welcome{
	color:#92AEAF;
}

div#title1{
	color:#677580;
}
div#title2{
	color:#6C86A2;
}
div#title3{
	color:#7F9DBE;
}

div#main-container{
	margin:55px auto;
	width:775px;
	height:470px;
}

div#main-sec-logo{
	background-image:url(images/main-logo.jpg);
	background-repeat:no-repeat;
	height:470px;
	width:232px;
	position:relative;
	float:left;
}

div#index_main-sec-logo{
	background-image:url(images/index_main-logo.jpg);
	background-repeat:no-repeat;
	height:470px;
	width:232px;
	position:relative;
	float:left;
}

div#main-sec-content{
	position:relative;
	float:left;
}

div#main-navigation{
	height:55px;
	width:541px;
}
a#navigation1{
	position:relative;
	float:left;
	background-image:url(images/button-bg1.gif);
	background-image:no-repeat;
	height:22px;
	width:101px;
	color:#ECCC69;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:33px;
}
a:hover#navigation1{
	background-image:url(images/button-bg1-over.gif);
	color:#FFF;
}
a#navigation2{
	position:relative;
	float:left;
	background-image:url(images/button-bg2.gif);
	background-image:no-repeat;
	height:22px;
	width:139px;
	color:#ECCC69;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:33px;
}
a:hover#navigation2{
	background-image:url(images/button-bg2-over.gif);
	color:#FFF;
}
a#navigation3{
	position:relative;
	float:left;
	background-image:url(images/button-bg3.gif);
	background-image:no-repeat;
	height:22px;
	width:150px;
	color:#ECCC69;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:33px;
}
a:hover#navigation3{
	background-image:url(images/button-bg3-over.gif);
	color:#FFF;
}
a#navigation4{
	position:relative;
	float:left;
	background-image:url(images/button-bg4.gif);
	background-image:no-repeat;
	height:22px;
	width:151px;
	color:#ECCC69;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:33px;
}
a:hover#navigation4{
	background-image:url(images/button-bg4-over.gif);
	color:#FFF;
}


div#main-content{
	background-image:url(images/main-content-bg.gif);
	height:395px;
	width:541px;
}
div#main-subsec-content{
	position:relative;
	float:left;
	width:322px;
	height:383px;
	margin-top:5px;
}
div#main-subsec-container{
	position:relative;
	float:left;
	margin-left:12px;
}

div#subsec-news{
	width:195px;
	height:180px;
	margin-top:5px;

}

div#subsec-products{
	width:200px;
	height:195px;
	margin-top:8px;
}

div#main-footer{
	background-image:url(images/main-footer.gif);
	background-repeat:no-repeat;
	height:20px;
	color:#FFF;
	font-size:8px;
	text-align:right;
	padding-right:15px;
}
/*-- Start sub page --*/
div#sub-main-content{
	background-image:url(images/sub-main-content-bg.gif);
	height:395px;
	width:541px;
	color:#FFFFFF;
}

