﻿body{
	margin:0px;
	background-color:#5A432A;
	font:12px/18px Arial, Verdana, Geneva, Helvetica, sans-serif;
}
h1,h2,h3,h4{
	margin:0px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
img{
	display:block;
	border:none;
}

/***** \/ regions \/ *****/
#page{
	margin:15px 0px 0px 0px;
	overflow:hidden;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	background-color:#fff;
}
#main{
    width:787px;
	margin:40px auto 40px auto;
}
#left{float:left; width:571px; }
#right{float:right; width:216px; }

#navigation{
    float:left;
	width:190px;
	/* height:350px; */
	padding:14px 0px 0px 0px;
	/* overflow:hidden;*/
}
/* #navigation a{
    border:solid 1px red;
} */
#navRight{
    float:right; width:26px; 
}
#navRightInterior{
    float:right; width:26px; 
}
#contentHome{
    clear:both;
    float:left;
	width:520px;
	overflow:hidden;
	padding:10px 41px 10px 10px;
}
#contentInterior{
    clear:both;
    float:left;
	width:510px;
	overflow:hidden;
	padding:5px 0px 10px 10px;
}

#promotion{
    clear:both;
    float:left;
	width:190px;
	overflow:hidden;
	padding-top:13px;
}


#footer{
    clear:both;
    width:650px;
	margin:0px auto;
	padding:10px 0px 10px 0px;
	overflow:hidden;
	font-size:10px;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
}
/***** /\ regions /\ *****/

#footer a{
    text-decoration:none;
	color:#BD7111;
}
#footer a:hover{
    text-decoration:underline;
}
#footer li { float:left; padding-right:20px; list-style-type:none; }






/* boxForm */
.boxForm{
	overflow:hidden;
	clear:both;
	margin:5px 0px 10px 0px;
	border-collapse:collapse;
}
.boxForm th{
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	line-height:25px;
	background:#A1827C;
	padding-bottom:0;
	/* border:solid 1px #82b9e4; */
    border-top:solid 1px #A1827C;
    border-right:solid 1px #A1827C;
	border-bottom:solid 1px #E1CAA9;
    border-left:solid 1px #A1827C;
}
.boxForm td{
	font:11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:6px;
}
.boxForm th.colFirst{
	text-align:left;
	padding-left:10px;
	border-left:solid 1px #A1827C;
}
.boxForm th.colFirst a{ color:#ffffff; }
.boxForm th.colMiddle{ border-left-width:1px; }
.boxForm th.colLast{ border-left-width:1px; border-right-width:1px; }
.boxForm tr.first td{ border-top:solid 1px #A1827C; }
.boxForm tr.last td{ border-bottom:solid 1px #A1827C; }
.boxForm tr.footer td{
	height:10px;
    background-color:#A1827C;
	border-top:solid 1px #e1caa9;
	border-left:solid 1px #A1827C;
	border-right:solid 1px #A1827C;
	padding:3px;
	margin:0px;
}
.boxForm tr.footer td a{ color:#ffffff; }
.boxForm td.formSubSection{
	background-color:#DAE9F4;
	font-weight:bold;
	border-top:solid 1px #96B2CE;
	border-right:solid 1px #E1CAA9;
	border-bottom:solid 1px #96B2CE;
	border-left:solid 1px #E1CAA9;
	padding:8px 5px 5px 5px;
}
.boxForm td.formLabel{
	background-color:#FBF8EA;
	text-align:right;
	font-weight:bold;
	border-right:solid 1px #E1CAA9;
	border-bottom:solid 1px #E1CAA9;
	border-left:solid 1px #E1CAA9;
/*
	font-size:10px;
	color:#77452d;
*/
}
.boxForm td.formInput{
	background-color:#F3F7FA;
	border-top:solid 1px #ECEDEF;
	border-right:solid 1px #E1CAA9;
}
.boxForm td.formInputAlt{
	background-color:#FFFFFF;
	border-top:solid 1px #ECEDEF;
	border-right:solid 1px #E1CAA9;
}
.boxForm .textInput{
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	height:16px;
	padding:3px 5px 0 5px;
	border:1px solid #83B9E5;
	background-color:#FEFEF2;
}


.collapsePanel {
    background-color:white;
    overflow:hidden;
    height:0px;
}
.collapsePanelHeader {
    background-image:url(images/bg-menu-main.png);
    background-repeat:repeat-x;
    color:#000;
    font-weight:bold;
    height:30px;
    width:100%;
}