@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

html, body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #7d7d7d;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
 
P {	font-size: 0.95em;}

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

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #333333;
}

#container{ 
	width:100%;
	_width:1024px;
	min-width:1024px;
} 
 
#header{
	position:relative;
	height:81px;
	background-color:#FFFFFF;
	width:100%;
	_width:1024px;
	min-width:1024px;
	float:left;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
} 

#branding {
	width:343px;
	height:72px;
	margin-bottom:9px;
	float:left;
}

/* main navigation */	
#header ul{
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: small;
	color:#FFFFFF;
	width:540px;
	height:72px;
	margin: 0 0 9px 0 ;
	padding: 0;
	float:left;
	list-style: none;
}

#header ul li { float: left; }

#header ul a {
	display: block;
	padding: 0 1.2em 0.9em 1.2em;
	margin: 0 0.15em;
	line-height: 5.5em;
	text-decoration: none;
	color:#FFFFFF;
}

#header ul a:hover {
	color:#FFFFFF;
	background-image: url(images/nav_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.current {
	color:#FFFFFF;
	background-image: url(images/nav_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* main navigation ends here*/

#lang {
	width:141px;
	height:62px;
	float:left;
	padding-top:10px;
	font-weight:bold;
	font-size:80%;
	color:#cccccc;
}

/* home */
#content_home {
	position:relative;
	background-image: url(images/bg_contentver2.png);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	width:100%;
	_width:1024px;
	min-width:1024px;
}

#firstcontent_home {
	width:342px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	float:left;
	color:#FFFFFF;
	line-height:1.6em;
	background-color:#492021;
	height:360px;
}

#firstcontent_home a {color:#FFFFFF;}

#secondarycontent_home {
	width:680px;
	_width:650px;
	border-left:2px solid #FFFFFF;
	float:left;
}

#textinfo {
	width:650px;
	_width:630px;
	float:left;
	padding:0 15px 0 359px;
	line-height:1.4em;
	float:left;
}
/* home ends here */

#content {
	position:relative;	
	background-image: url(images/bg_bc.png);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	width:100%;
	_width:1024px;
	min-width:1024px;
	line-height:1.4em;
}
	
#firstcontent {
	width:342px;
	float:left;
	background-color:#492021;
	height:360px;
}

#firstcontent img {border-bottom:2px solid #FFFFFF;}
	
#secondarycontent {
	width:642px;
	padding-left:25px;
	padding-right:15px;
	_width:637px;
	float:left;
}

#secondarycontent h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	margin-top:20px;
	margin-bottom:25px;
	background-image: url(images/title_ornament.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
}

#secondarycontent img {border:#d7d7d7 solid 1px; padding:4px;}

#bc {height:20px; color:#faea8d; font-size:75%;}

#bc a {color:#FFFFFF;}

.bolddark {font-weight:bold; color:#252525}

#footer {
	* height:50px;
	width:650px;
	_width:630px;
	padding-left:359px;
	margin-top:70px;
	margin-bottom:30px;
	margin-right:15px;
	text-align:right;
	font-size:75%;
	float:left;
}

.paging {font-size:11px; margin-top:10px;}

/* CSS for contact us */
/* =label/labelspan */
label, label span { display : block; padding-bottom : .3em; }
label { float : left; width : 100%; }
label span {
	float : left;
	width : 90px;
	text-align : right;
	padding-right:10px;
}

/* =input */
fieldset input { width :300px;}
fieldset textarea { width : 300px;}

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form div input {
	float: left;
	margin-top:10px;
	margin-left:10px;
}
/* CSS for contact us ends here */
