/* website background 
red:#5e0d0d
grey:#323639
clear grey:#51565a
#9e7154
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #323639;
}

#page {
	position:absolute;
	width:1000px;
	height:776px;
	left:50%;
	margin-left: -500px;
	top: 0px;
}

#logo {
	width:999px;
	height:186px;
	background-image:url(images/top.jpg);
	float:left;
}

/*menus on top*/

#navbar-sec {
	height:auto;
	margin-left:420px;
	float:right;
	margin-top: 180px;
	position: absolute;
	width: 550px;
}
.left-wrap {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
.right-wrap {
	float: right;
	padding-left: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}


.menu01 a, menu01 a:link, menu01 a:visited {
	background-color:#5e0d0d;
	width:165px;
	height:28px;
	margin:5px;
	font-size: 12.5px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.menu01 a:hover {
	color:#cccccc;
	display:block;
	margin:5px;
}


.menu02 a, menu01 a:link, menu01 a:visited {
	background-color:#5e0d0d;
	width:120px;
	height:28px;
	margin:5px;
	font-size: 12.5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
	opacity:0.95;
	filter:alpha(opacity=95);
}
.menu02 a:hover {
	color:#cccccc;
	display:block;
	margin:5px;
}


.menu03 a, menu03 a:link, menu03 a:visited {
	background-color:#5E0D0C;
	color:#FFFFFF;
	width:auto;
	margin:5px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
}
.menu03 a:hover {
	color:#CCCCCC;
	width:auto;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
	padding: 5px;
	float: left;
}
.menu03-text {
	padding-left:325px;
}

.menu03-text2 {
	padding-left:175px;
}


/*menus on left*/
#navbar-prim{
	width:130px;
	height:36px;
	padding-top:35px;
	float:left;
	clip: rect(100px,auto,auto,auto);
}

.menu  {
	width:100px;
	height:25px;
	font-size: 17px;
	margin-left: 0px;
	text-decoration:none;
	text-indent: 15px;
	display: block;
}
.menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	display:block;
	color:#FFF;
	background-color:#5e0d0d;
}



/*content*/
#container {
	width:1000px;
	height:auto;
	float:left;
	background-image:url(images/container-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #52565A;
}

#title {
	width:755px;
	margin-left:150px;
	font-size: 22px;
	font-weight: lighter;
	text-transform: capitalize;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 5px;
}



#content {
	width:755px;
	height:auto;
	min-height:400px;
	margin-left:150px;
	background-color:#5E0D0C;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	opacity:0.95;
	filter:alpha(opacity=95);
}

#footer {
	top:100%;
	width:auto;
	height:370px;
	background-image:url(images/footer-bg.jpg);
	background-repeat: no-repeat;
}

#footer-text{
	width:1000px;
	height:auto;
	margin-left:150px;
	float:left;
}


#footer-keywords{
	width:auto;
	height:auto;
	margin-left:35px;
	margin-top: 180px;
	float: none;
}

.keywords{
	width:150px;
	height:80px;
	margin:5px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.pied-page{
	width:260px;
	height:80px;
	margin:5px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}




/*links and content*/
#content a:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	
}
#content a:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}
#content a:hover {
	color: #EAD9BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}
#content a:active {
	color: #E9D8BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}

form table {
	background-color: #838B8D;
	height:600px;
	min-height:450px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 15px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.annotation {
	font-size: 9px;
}
.pBOLD {
	
}
.pBoldItalic {
	font-style: italic;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}


.tableFonce {
	background-color: #E9D8BC;
	font-size: 14px;
	color: #6A5F5B;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F7254;
}
.smallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	color: #ffffff;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

hr {
	color: #E9D8BC;
}
.bg-left {
	background-color: #EDDDB3;
	background-image: url(images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.bg-products {
	background-color: #EDDDB3;
	background-image: url(images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.bg-btm {
	background-color: #E5CEA4;
	background-image: url(images/off_25.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-right {
	background-color: #6A5F5B;
	background-image: url(images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.title {
	font-family: 
	font-size: 20px;
	
	color: #5F5E49;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #5F5E49;
	border-right-color: #5F5E49;
	border-bottom-color: #5F5E49;
	border-left-color: #5F5E49;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;


}
.contour {
	border-top-style: ridge;
	border-right-style: groove;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;


}
.smallItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: italic;

}
.spacer {
	border: none;
	margin: 10px;
	padding: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
h3 {

	font-family: 
	font-size: 20px;
	color: #FFF;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	font-size: 18px;
}
.advert {
	background-color: #7d4b42;
	margin: 15px;
	padding: 5px;
	height: 145px;
	
}
h1 {
	font-size: 18px;
	font-weight: lighter;
}

