/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

* {padding:0; margin:0; border: 0px;}

html 
{
	height: 100%;
}

body
{
	background-color: #88726A;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:  #FFC;
	text-align: left;
	vertical-align: top;
}
table
{
	width: 100%;
}

img
{
    border: 0;
    vertical-align: top;     
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

p img
{
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 0px 0px;		
}

a
{
	text-decoration: none;
	color:  #FFC;
	border-bottom: 1px;
	/*	border-style: dotted;*/
    outline-style: none;
	font-weight: bold;
}

a:hover
{
	color: #F90;
	border: none;
}

ul
{
	list-style: none
}

li
{
	list-style: none;
}

form
{
	padding: 0px 0px 0px 0px;
}

fieldset 
{
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
}

input,
select
{
	width: 215px;
	margin: 0px 0px 0px 0px;
	padding: 1px 3px 2px 3px;
	font-size: 11px;
	color: #FFF;
	border: 1px;
	border-color: #DDD;
	border-style: solid;
	vertical-align: bottom;
	}

input
{
	height: 15px;	
}

option
{
	line-height: 30px;
	padding: 1px 1px 2px 3px;
	margin: 0px 0px 2px 0px;	
}

textarea
{
	width: 350px;
	margin: 2px 2px 10px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	border: 1px;
	border-color: #DEDEDE;
	border-style: solid;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	
	vertical-align: bottom;	
}

caption
{
}

label
{
	float: left;
	line-height: 18px;
	padding: 2px 0px 0px 0px;
    font-weight: normal;
}


/**************************************************************************************/
/*   Main Menu
/**************************************************************************************/
#titre_h1 {
	display:none
}
#mainmenu
{
	width: 560px;
	height: 40px;
	margin: 117px 0px 0px 0px;
	text-align: left;
	position:absolute;
}
#mainmenu li
{
	padding:0;
	margin:0;
	color:#FFC;
	display: inline;
	float: left;
}
#mainmenu a
{
	padding:0;
	margin:0;
	font-size:13px;
	color:#FFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:4px;
	width:137px;
	height:18px;
	float:left;
	text-align:center;
}
#mainmenu a:hover
{
	color:#fff;
	text-decoration:none;
}

#submenu
{
	height:81px;
	width:116px;
	position:absolute;
	margin-left:840px;
	margin-top:10px;
}
#submenu #icone1 {
	height:17px;
	width:116px;
	float:left;
}
#submenu #icone1 a {
	text-decoration:none;
	display:block;
	font-size:9px;
	color:#CBBA7B;
	padding-left:28px;
	padding-top:2px;
	float:left;
	width:93px;
	height:15px;
	background: url('../images/icone1.jpg') no-repeat;
}
#submenu #icone1 a:hover {
	color:#fff;
	background: url('../images/icone11.jpg') no-repeat;
}
#submenu #icone2 {
	height:19px;
	width:116px;
	float:left;
}
#submenu #icone2 a {
	text-decoration:none;
	display:block;
	font-size:9px;
	color:#CBBA7B;
	padding-left:28px;
	padding-top:4px;
	float:left;
	width:93px;
	height:15px;
	background: url('../images/icone2.jpg') no-repeat;
}
#submenu #icone2 a:hover {
	color:#fff;
	background: url('../images/icone22.jpg') no-repeat;
}
#submenu #icone3 {
	height:23px;
	width:116px;
	float:left;
}
#submenu #icone3 a {
	text-decoration:none;
	display:block;
	font-size:9px;
	color:#CBBA7B;
	padding-left:28px;
	padding-top:8px;
	float:left;
	width:93px;
	height:15px;
	background: url('../images/icone3.jpg') no-repeat;
}
#submenu #icone3 a:hover {
	color:#fff;
	background: url('../images/icone33.jpg') no-repeat;
}
#submenu #icone4 {
	height:20px;
	width:116px;
	float:left;
}
#submenu #icone4 a {
	text-decoration:none;
	display:block;
	font-size:9px;
	color:#CBBA7B;
	padding-left:28px;
	padding-top:5px;
	float:left;
	width:93px;
	height:15px;
	background: url('../images/icone4.jpg') no-repeat;
}
#submenu #icone4 a:hover {
	color:#fff;
	background: url('../images/icone44.jpg') no-repeat;
}

#submenu #home a
{
	float: left;
	width: 29px;
	height: 19px;
	background: url('../images/btnof_home.png');
	background-repeat: no-repeat;
	border: none;
}

#submenu #home a:hover
{
	float: left;	
	width: 29px;
	height: 19px;
	background: url('../images/btnon_home.png');
	border-style: none;	
	background-repeat: no-repeat;		
}

#submenu #contact a
{
	float: left;
	width: 29px;
	height: 19px;
	margin: 0px 1px 0px 1px;
	background: url('../images/btnof_contact.png');
	background-repeat: no-repeat;
	border: none;					
}

#submenu #contact a:hover
{
	float: left;
	width: 29px;
	height: 19px;
	margin: 0px 1px 0px 1px;
	background: url('../images/btnon_contact.png');	
	background-repeat: no-repeat;	
	border-style: none;		
}

#submenu #sitemap a
{
	float: left;
	width: 29px;
	height: 19px;
	background: url('../images/btnof_map.png');			
	background-repeat: no-repeat;
	border: none;		
}

#submenu #sitemap a:hover
{
	float: left;
	width: 29px;
	height: 19px;
	background: url('../images/btnon_map.png');	
	background-repeat: no-repeat;	
	border-style: none;		
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

#header
{
    height: 196px;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
	background-image: url('../images/top.jpg');	
	background-repeat: no-repeat;	
	border-style: none;
}

#header .inputbox
{
	float: left;
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	color: #3F3C38;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

#search
{
	margin:0;
	padding:0;
	position:absolute;
	margin-left:385px;
	margin-top:168px;
	width:210px;
	height:20px;
	text-align: left;
}

.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

#search input
{
	width: 155px;
	border:none;
	background: transparent;
}
#search .button
{
	width:0px;
	height:17px;
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url('../images/search.png');
	background-position: center;
	background-repeat: no-repeat;	
	border:none;
	color: #730000;
	cursor:pointer;
}
/**************************************************************************************/
/*   Language
/**************************************************************************************/
/**************************************************************************************/
#language {
	height:40px;
	width:116px;
	position:absolute;
	margin-left:845px;
	margin-top:114px;
}
#language1 {
	height:20px;
	width:116px;
	float:left;
}
#language1 a {
	text-decoration:none;
	display:block;
	font-size:11px;
	color:#FFC;
	padding-left:29px;
	padding-top:0px;
	float:left;
	width:93px;
	height:20px;
	background: url('../images/flagvn.jpg') no-repeat;
}
#language1 a:hover {
	color:#fff;
	background: url('../images/flagvn1.jpg') no-repeat;
}
#language2 {
	height:20px;
	width:116px;
	float:left;
}
#language2 a {
	text-decoration:none;
	display:block;
	font-size:11px;
	color:#FFC;
	padding-left:29px;
	padding-top:0px;
	float:left;
	width:93px;
	height:20px;
	background: url('../images/flageng.jpg') no-repeat;
}
#language2 a:hover {
	color:#fff;
	background: url('../images/flageng1.jpg') no-repeat;
}
#language3 {
	height:20px;
	width:116px;
	float:left;
}
#language3 a {
	text-decoration:none;
	display:block;
	font-size:11px;
	color:#FFC;
	padding-left:29px;
	padding-top:0px;
	float:left;
	width:93px;
	height:20px;
	background: url('../images/flagfr.jpg') no-repeat;
}
#language3 a:hover {
	color:#fff;
	background: url('../images/flagfr1.jpg') no-repeat;
}
#plusun {
	height:24px;
	width:116px;
	position:absolute;
	margin-left:845px;
	margin-top:168px;
}
.fb-like {
	width:65%;
	vertical-align:top !important;
	}
/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content
{
	clear: both;
	width: 990px;
	text-align: center;
	margin: 0px auto 0px auto;
}

#content .customhtml,
#content .customhtml_top
{
	clear: both;
	width: 900px;
	min-height: 200px;
	margin: 10px 0px 0px 0px;
	padding: 25px;	
	background-image: url(../images/bg.jpg);
	color: #CCCCCC;
}

#content .customhtml_top h1, 
#content .customhtml_top h2, 
#content .customhtml_top h3
{
	width: inherit !important;
	height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 7px 00px;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 15px;
	background-image: url(../images/sep_hor.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;	
}

#content .customhtml_top a
{
	color: #CCCCCC;
	border-bottom: 1px #999 dotted;
}

#content .customhtml_top a:hover
{
	color: #730000;
	border-bottom: none;
}

#content .customhtml_top .readmore a
{
	color: #CCCCCC;
	float: right;	
}

#content .customhtml .readmore a
{
	width: 125px;
	height: 28px;
	float: right;
}

#content .customhtml_top .button
{
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 0px 5px;	
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	border: 1px #CCCCCC solid;
}

#content .customhtml_top .button:hover
{
	color: #730000;
	border: none;
	border: 1px #730000 solid;	
}


/**************************************************************************************/
/*   breadcrumbs
/**************************************************************************************/
#breadcrumbs
{
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #FFF;	
}

#breadcrumbs a
{
	color: #FFF;
	border: none;
}

#breadcrumbs a:hover
{
	color: #F90;
	border: none;
}

.breadcrumbs
{
	float: left;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/**************************************************************************************/
/*   Column Left
/**************************************************************************************/

#colleft
{
	float: left;
	text-align: left;
	width:18%;
}

#colleft h1, 
#colleft h2, 
#colleft h3
{
	width:180px;
	cursor:pointer;
	font-size:13px;
	margin:0;
	padding:0;
}

#colleft h4,
#colleft .bannerheader
{
	height: 25px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}
#colleft a {
	font-weight:700;
	display:block;
	height:30px;
	width:130px;
	color:#FFC;
	text-decoration:none;
	margin:0;
	padding:12px 0 0 50px;
	background:url('../images/menu01.jpg') no-repeat;
}
#colleft a:hover {
	color:#fff;
	background:url('../images/menu02.jpg') no-repeat;
}
#colleft p 
{
	margin: 0px 0px 5px 0px;
	font-size: 12px;	
	font-weight: normal;
	text-align: justify;
}
#colleft .moduletable,
#colleft .moduletable_text, 
#colleft .moduletable_menu,
#colleft .contentpaneopen
{
	
}

#colleft ul 
{

}

#colleft li  
{

}

#colleft a,
#colleft li a
{

}

#colleft a:hover
{
	
}

#colleft form
{
	padding: 0px 20px 0px 30px;
}

#colleft .txtblock
{
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;	
}
#colleft #form-login-remember
{
    margin: 5px 0px 5px 10px;
	border: none;
}

#colleft #login-form ul 
{
    margin: 10px 10px 10px 0px;
}



#colleft .inputbox
{
	margin: 0px 0px 4px 0px;
	border: 1px;
	border-color: #CCC;
	border-style: solid;
	color: #730000;
}

#colleft .banneritem_text
{
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

#colleft .custom
{
	padding: 10px 20px 10px 30px;
	text-align: justify;
}

#colleft .logout-button
{
	min-height: 45px;	
}

#colleft input
{
	width: 210px;
	margin: 0px 0px 0px 0px;
}
	
#colleft input[type="checkbox"],
#colleft input[type="radio"]
{
	float: left;
	width: 15px;
	height: 15px;
	margin: 2px 0px 0px 5px;	
	border: none;
}

#colleft .textblock
{
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#colleft button, 
#colleft .button
{
	float: right;
    width: 120px;
    height: 25px;
	margin: 10px 0px 0px 20px;
	color: #CCCCCC;
	background-image: url(../images/btnoff.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	outline-style: none;
}

#colleft button:hover, 
#colleft .button:hover
{
	cursor: pointer;
	background-image: url(../images/btnon.png);
	color: #730000;
	border: none;
}


/**************************************************************************************/
/*   Column Main 
/**************************************************************************************/
#colmain
{
	width: 59%;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

#colmainfull
{
	width: 950px;
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

#colmain h1, 
#colmain .customhtml h1,
#colmain h1 a
{
	color: #FC9;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	margin: 10px 0px 10px 0px;
	border: none;
}#colmain h2, 
#colmain h3,
#colmain .customhtml h2,
#colmain .customhtml h3,
#colmain h2 a,
#colmain h3 a
{
	color: #FFFFCC;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	border: none;
}
#colmain h4,
#colmain h5,
#colmain h4 a,
#colmain h5 a
{
	clear: both;
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	color: #FFFFCC;
	font-size: 12px;	
	font-weight: normal;
}

#colmain p
{
	font-size: 12px;	
	font-weight: normal;
	text-align: justify;
	margin: 10px 0px 0px 0px;
}

#colmain ul
{
	float: left;
	width: 100%;
	text-align: left;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#colmain li 
{
	padding: 3px;
	list-style: inside;
	list-style-image: url(../images/mark.png);
}

#colmain li a
{
	/*color: #730000;*/
	border-bottom: 1px;
	border-style: dotted;	
}

#colmain li a:hover
{
	color: #730000;
	border: none;	
}

#colmain input,
#colmain select
{
	width: 215px;
	margin: 0px 0px 0px 0px;
	padding: 1px 3px 2px 3px;
	font-size: 11px;
	color: #333333;
	border: 1px;
	border-color: #DDD;
	border-style: solid;
	vertical-align: bottom;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
}

#colmain textarea
{
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
}

#colmain select
{
	width: 223px;
}

#colmain input[type="checkbox"],
#colmain input[type="radio"]
{
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	border: none;
	background-color: #FFFFFF;
}

#colmain label
{
	float: left;
	width: 150px;
}

#colmain .txtblock
{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#colmain #article img
{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;	
}

#colmain .customhtml
{
	clear: both;
	width: 100%;
	min-height: 0px;
	margin: 0px;
	padding: 0px;	
	background: none;
	background-image: none;
	color: #333333;
}

#colmain .readmore
{
	margin: 12px 0px 10px 106px;
	position: absolute;
	background-image: url(../images/btnoff_rm.png);
	background-repeat: no-repeat;
    width: 120px;
    height: 25px;
    font-weight: bold;
	color: #FFF !important;
	text-align: center;
	vertical-align:middle;
	padding-top:3px;
}

#colmain .readmore:hover
{
	cursor: pointer;
	background-image: url(../images/btnon_colmain.png);
	background-repeat: no-repeat;
	border: none;
}

#colmain button, 
#colmain .button
{
	clear: both;
	margin: 15px 172px 10px;
	padding: 0px 0px 0px 0px;
    width: 200px;
    height: 25px;
    font-weight: bold;
	text-align: center;
	background-image: url(../images/btnoff_colmain.png);
	background-repeat: no-repeat;
	border: none;
	color: #FFF;
}

#colmain .button a
{
	position: absolute;
	padding: 0px 0px 0px 0px;
}

#colmain button:hover, 
#colmain .button:hover
{
	cursor: pointer;
	background-image: url(../images/btnon_colmain.png);
	background-repeat: no-repeat;
	border: none;
	text-align: center !important;
	vertical-align:middle !important;
}

#colmain .adsense
{
	clear: both;
	width: 100%;
	min-height: 60px;
	margin: 35px 0px 30px 0px;
	padding: 15px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
	border-top: 1px #ddd dotted;
	border-bottom: 1px #ddd dotted;
}

#myGallery {
	width: 300px;
	height: 225px;
	z-index:5;
	border: 2px solid #F90;
	width: 300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:10px;
}

#myGallery img.thumbnail {
	display: none;
}
/**************************************************************************************/
/*   Column Right 
/**************************************************************************************/

#colright
{
	float: left;
	text-align: left;
	padding: 0 0 0 0;
	width: 180px;
}
#flash
{
	margin: 0;
	z-index:100;
	padding: 0;
	width: 180px;
	height: 283px;
	background-image: url('../images/flash.jpg');
	background-repeat:no-repeat;
	display: block;
}
#flash h2
{
	width: 162px;
	font-size: 13px;
	color: #241E1C;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0 5px 5px;
	border-bottom: 1px dashed #241E1C;

}
#colright #flash .newsflash 
{
	margin: 7px;
	padding: 7px;
	position: absolute;
	width: 161px;
	height: 214px;
	margin-left: 4px;
	margin-top: 5px;
	font-size: 11px;
	text-align: left;
	color: #241E1C;
}
#colright #flash .newsflash a 
{
	color: #241E1C;
	font-weight: bold;
	text-decoration: none;
}
#colright #flash .newsflash a:hover
{
	text-decoration: underline;
}
#colright #flash .newsflash-title
{
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	text-transform: uppercase;
}

#colrightcustom
{
	margin: 0 0 0 7px;
}

#attente
{
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width: 180px; /* largeur obligatoire pour être centré */
}

/*********************************/
#tag
{
	margin: 0;
	padding: 0;
	float:left;
	font-style: italic;
}
#tag h2
{
	width: 575px;
	font-size: 11px;
	color: #FFC;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #FFC;
	font-style: italic;
}
#tag .moduletable 
{
	padding: 0 0 0 0 !important;
	height: 40px;
	font-size: 10px;
	color: #FFC;
}
#tag .moduletable a 
{
	color: #FFC;
	text-decoration: none;
	font-weight:normal !important;
}
#tag .moduletable a:hover
{
	text-decoration: underline;
}
/**************************************************************************************/
/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/
 
#footer
{
	
	width:990px;
	margin-right:auto;
	margin-left:auto;
}

#footerbg
{
	filter:none;
	background: url('../images/bas.png') no-repeat;	
}

#footercontent
{
	width: 950px;
	height: 100%;	
	margin: 0px auto 0px auto;
	padding: 15px 20px 20px 20px;
	font-size: 10px;
}

#footer h1, 
#footer h2, 
#footer h3
{
	width: 100%;
	height: 15px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 5px 00px;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/sep_hor.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}

#footer p
{
	color: #CCCCCC;	
}

#footer #search input
{
	width: 200px;
	
}

#footer a
{
	text-decoration: none;
    font-weight: normal;
	color: #CCCCCC;
	border: none;
}

#footer a:hover
{
	color: #730000;
	border: none;
    cursor: pointer;
	text-outline: none;	
}

#footer ul 
{
	list-style: none;
	text-align: left;
}

#footer li
{
	padding: 3px 0px 3px 0px;
	color: #CCCCCC;
	list-style: inside;
	list-style-image: url(../images/footer_mark.png); 
}


#footer #social
{
	text-align: right;
	margin: 10px 0px 0px 0px;
}

#footer #social p img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}

#footer #getintouch
{
	clear: both;
	padding: 0px 0px 25px 0px;
}

#footer .customhtml
{
	clear: both;
	width: 950px;
	min-height: 220px;
	padding: 5px 0px 0px 0px;	
}

#footermenu
{
	width: 100%;
	float: left;
	text-align: left;
	color: #CCCCCC;
}

#footertrademark
{
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;
}

#footertrademark #trade
{
	margin: 5px 0px 0px 0px;
}

#footer .moduletable,
#footer .moduletable_text, 
#footer .moduletable_menu,
#footer .contentpaneopen
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #CCCCCC;
}

#footer .inputbox
{
	float: left;
	height: 16px;
	padding: 2px 5px 2px 5px;
	background-color: transparent;
	font-size: 11px;
	color: #999;
	text-align: left;
	border-color: #3D3F45;
}



/**************************************************************************************/
/**************************************************************************************/
/*   General Element IDs and classes
/**************************************************************************************/
/**************************************************************************************/

#wrapper
{
	width: 100%;
}

#general
{
	width: 990px;
	text-align: center;
	margin: 0px auto 0px auto;
	background: url('../images/ligne.jpg') repeat-y;
}


.box1,
.box2
{
	width:280px;
	float: left;	
	min-height: 200px;
}

.box3
{
	width:296px;
	float: left;	
	min-height: 200px;
}

.txtbox1
{
	margin: 0px 0px 0px 0px; 	
}

.txtbox2
{
	margin: 0px 0px 0px 0px; 	
}

.txtbox3
{
	margin: 0px 0px 0px 0px; 	
}
.txtbox_custombottom
{
	background: url('../images/insert.jpg') no-repeat;
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	height: 410px;
	display: block;
}
.txtbox_custombottom h3
{
	width: 225px;
	font-size: 12px !important;
	color: #241E1C !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #241E1C !important;
	padding-bottom: 10px!important;
	text-transform: uppercase;

}
.txtbox_border
{
}

#adsense
{
	clear: both;
	float: right;
	margin: 0px 0px 0px 0px;
}


.alignleft
{
	text-align: left;
}

.alignright
{
	text-align: right;
}

.center
{
    padding: 10px;
    text-align: center;    
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.spacer
{
	width: 1px;
	height: 40px;
}

.separator
{
	width: 1px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_5
{
	clear: both;
	width: 5px;
	height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_7
{
	clear: both;	
	width: 7px;
	height: 7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_10
{
	clear: both;	
	width: 10px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_15
{
	clear: both;	
	width: 15px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_20
{
	clear: both;	
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_20_left
{
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_30
{
	clear: both;	
	width: 30px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_30_left
{
	float: left;	
	width: 30px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_50
{
	clear: both;	
	width: 50px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.separator_ver
{
	margin: 0px 15px 0px 15px;
	width: 2px;
	background-image: url(../images/sep_ver.png);
	background-repeat: repeat-y;
	background-position: bottom;
}

.separator_hor
{
	padding: 25px 0px 25px 0px;
	height: 2px;
	background-image: url(../images/sep_hor.png);
	background-repeat: repeat-x;
	background-position: center;
}

.separatordotted_hor
{
	clear: both;	
	margin: 20px 0px 20px 0px;
	height: 1px;
	background-image: url(../images/sep_hor.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.separatordotted_ver
{
	margin: 0px 0px 0px 0px;
	width: 1px;
	background-image: url(../images/sep_ver.png);
	background-repeat: repeat-y;
	background-position: bottom;
}


#slogan
{

}

.border 
{
}

.button, 
button
{
	padding: 0px 20px 0px 20px;
	margin: 10px 0px 0px 10px;
	height: 25px;
    width: 90px;
	font-weight: bold;
	outline-style: none;

}

.button:hover, 
button:hover
{
    cursor: pointer;
}

.label
{
    font-weight: bold;
}

.asterisk
{
	float: left;
	width: 10px;
	padding: 0px 0px 0px 3px;
	color: #730000;
}
