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

/* ************************* Begin of reste style  ********************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {/*,table, caption, tbody, tfoot, thead, tr, th, td*/
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	/*font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    /*outline: 0;*/
}
body {
    line-height: 1;
    color: black;
    /*background: white;*/
}
ol, ul {
    /*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    /*border-spacing: 0;*/
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    /*content: "";*/
}
blockquote, q {
    /*quotes: "" "";*/
}
a{
	outline:none;
	color:#666;
	text-decoration:none;
	}

a:hover{
	outline:none;
	color:#666;
	text-decoration: underline;
	}
/* ************************* End of reset style  ***************************** */
body{
	background-color:#e3decc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#686661;
	line-height:20px;
	}
p{
	margin-top:8px;
	margin-bottom:8px;
	margin-right:20px
	}

ul, ol{ margin-left:15px
	}

a.link{
	color:#b6561f;
	text-decoration:none;
	}
a.link:hover{
	text-decoration:underline;
	}
h1.trajan{
	font-size:20px;
	color:#b65720;
	}
h2{
	font-size:15px;
	color:#a3a758;
	font-weight:bold;
	}
h3{
	font-size:14px;
	
	font-weight:bold;
	}

/* FOR HOME */
#wrapper_top{
	float:left;
	width:100%;
	background-image:url(../images/background_home_top.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:661px;
	padding-top:22px;
	}
#wrapper_bar{
	float:left;
	width:100%;
	background-image:url(../images/regular/background_header_regular.gif);
	height:30px;
	background-repeat:repeat-x;
	}
#wrapper{
	margin:0 auto;
	width:925px;
	}
#header_home{
	width:925px;
	margin:0 auto;
	background-image:url(../images/header_art.gif);
	height:128px;
	background-repeat:no-repeat;
	background-position:right top;
	}
#header{
	width:100%;
	background-image:url(../images/header_art.gif);
	height:150px;
	background-repeat:no-repeat;
	background-position:right bottom;
	position:relative;
	z-index:1000;
	}
ul#nav{
	float:right;
	list-style:none;
	position:relative;
	top:25px;
	right:25px;
	}
#nav li{
	float:left;
	padding-left:2px;
	}
#nav li a{
	display:block;
	text-indent:-9000px;
	background-repeat:no-repeat;
	background-position:top;
	height:45px;
	}
#nav li a:hover{
	background-position:bottom;
	}
#nav li a.selected{
	background-position:bottom;
	}

ul#menu{
	list-style:none;
	float:right;
	background-image:url(../images/menu/background_menu.gif);
	background-repeat:no-repeat;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	height:40px;
	padding-top:7px;
	margin-top:25px;
	}
#menu li{
	float:left;
	padding-right:8px;
	padding-left:9px;
	padding-top:2px;
	}
#menu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	display:block;
	height:22px;
	padding-top:2px;
	padding-right:21px;
	padding-left:12px;
	position:relative;
	}
#menu li a.selected{
	color:#114f07;
	background-image:url(../images/menu/item_right.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	}
#menu li a.selected span{
	background-image:url(../images/menu/item_left.png);
	background-repeat:no-repeat;
	background-position:left;
	}
#menu li a span{
	float:left;
	width:6px;
	height:23px;
	position:relative;
	top:-1px;
	left:-12px;
	}
#menu li a:hover{
	color:#114f07;
	background-image:url(../images/menu/item_right.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	}
#menu li a:hover span{
	background-image:url(../images/menu/item_left.png);
	background-repeat:no-repeat;
	background-position:left;
	}
a#logo{
	display:block;
	background-repeat:no-repeat;
	text-indent:-9000px;
	background-image:url(../images/logo2.png);
	width:449px;
	height:102px;
	position:relative;
	float:left;
	top:15px;
	left:20px;
	}


/* content */
#wrapper_bottom{
	float:left;
	width:100%;
	background-image:url(../images/background_home_bottom.jpg);
	background-repeat:repeat;
	}
#content_home{
	width:925px;
	margin:0 auto;
	background-image:url(../images/background_content_home.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:210px;
	}

/* footer */
#footer{
	float:left;
	width:100%;
	font-size:12px;
	padding-top:21px;
	padding-bottom:10px;
	background-image:url(../images/background_footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}
#footer ul{
	list-style:none;
	width:860px;
	margin:0 auto;
	padding-bottom:5px;
	}
#footer li{
	float:left;
	border-right:#a32860 solid 1px;
	padding-right:10px;
	padding-left:10px;
	height:12px;
	}
	
#footer li.first{
	
	padding-left:0px;
	}
#footer li.last{
	border-right:none;
	padding-right:0px;
	}
#footer li a{
	color:#b0521b;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top:-4px;
	}
#footer li a:hover{
	text-decoration:underline;
	}
#footer p{
	clear:both;
	text-align: left;
	color:#7e7f7f;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:33px;
	}
#footer p a{
	color:#b0521b;
	text-decoration:none;
	}
#footer p a:hover{
	text-decoration:underline;
	}
