/* structure

body
- wrapper (760px)	
	-- header
		-- logo
	-- content 
		-- content_nav (260px)
			-- nav
			-- company_info
		-- content_main (500px)
			-- main
				-- imageBox
				-- textBox
				-- table
				-- flash
				-- iframe
		-- footer

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #7C0010;
	background-image:url(images/img1.jpg);
	background-repeat: repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color:  #660000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h6{
	font-weight:normal;
	font-size:10px;
}

.bold{
	font-weight:bold;
}

.note{
	vertical-align:bottom;
	font-size:9px;
	font-weight:bold;
} 

p, ul {
	margin-bottom: 1em;
	line-height: 110%;
}

a {	
	color: #663300;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}


img {
	border:none;
}

.redfont {
	color: #CC0000;
	font-weight:bold;
}


/*******************************************************/
/* Wrapper  */
/*******************************************************/

#wrapper {
	width: 760px;
	margin: 0 auto;
	position:absolute;
	left:50%;
	margin-left:-380px;
	}
	
/* Header */
#header {
	width: 760px;
	height: 110px;
	padding: 0 0 0 0;
}

/* logo */
#logo{
	width:320px;
	padding-top:10px;
	padding-left:350px;
	margin:0;
	}
	
/*******************************************************/	
/* Content */
/*******************************************************/
#content {
	background: url(images/img3.jpg) repeat-y;
}

/*******************************************************
 left column of content, width=260px
*******************************************************/
#content_nav {
	float: left;
	width: 240px;
	margin: 0;
	padding: 300px 0px 0 20px;
	background-image:url(images/left_bg.jpg);
	background-repeat:no-repeat;
}

/************************
 content_nav, menu part
*************************/

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

.menuTitle{
	line-height:30px;
	width: 200px;
	color: #660000;
	font-weight:bold;
	background-image: url(images/background/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-transform:uppercase;
	text-align:center;
} 

#nav {
	width:160px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	color:#660000;
}

#nav a {
	text-decoration:none;
	color:#660000;
}

#nav a:hover,#nav li.over, #nav li:hover{
	color: #FFFFFF;
	background-image:url(images/background/menu_bg.jpg);
	background-repeat:repeat-y;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
}

#nav li {
	border-bottom:#CC9933 solid 1px;
	width:140px;
	position: relative;
	display:block;
}

#nav li ul {
	width:180px;
	position: absolute;
	left: 140px;
	top: 0;
	display: none;
	border:1px solid #CCCCCC;
 	background: #FFFFFF;
}
	
#nav ul ul li a{
	color: #666666;
	width:170px;
}

#nav ul ul li {
	width:180px;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	}

#nav li:hover ul, #nav li.over ul { 
	display: block; 
}
/* end of menu*/	
	
/* company_info*/	
#company_info{
	position: inherit;
    width:160px;
    padding:10px 0px 20px 30px;;
	text-align:center;
	}
	
/* --------------end content_nav----------- */

/*******************************************************
 right column of content, main part, width=500px
*******************************************************/
#content_main {
	float: right;
	width: 480px;
	padding-right:20px;
	background: url(images/img4.jpg) no-repeat;
}

/* main text*/
#main{
	background-repeat:no-repeat;
	background-position:top right;
	width:380px;
	padding: 18px 40px 10px 60px;
	margin-right:0;
}


/* Menu of language */
#menu {
	width:480px;
	height: 44px;
}

#menu ul {
	float: right;
	padding: 14px 20px 0px 0px;
	list-style: none;
}

#menu li {
	text-align:center;
	width:100px;
	display: inline;
	padding-left:15px;
	background-image: url(images/background/menuLang_bg.jpg);
	background-repeat:no-repeat;
}

#menu a {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
}

#flash{
	text-align: right;
}

.imageBox {
	border:#000000 solid 1px;
}

/* Form */	
.errmsg{
	color: #FF0000;
	font-weight: bold;
	text-align:center;
	font-size:12px;
}

#formReceipt {
	font-weight: bold;
	font-size:12px;
	}
	
/*******************************************************
	 Footer 
/*******************************************************/
#footer {
	background: url(images/footer_bg.jpg) no-repeat;
	}

#footer * {
	color:#FFFFFF;
	font-weight:bold;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}
