html body {
	background: #231f20;
	color: #BEBEBE;
	font: normal 12px/18px Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 33px 0;	
	text-align: center;
}


/* ================================== [ HTML ELEMENTS ] ========================================== */

/* [!] Reset elements that have defaults */
blockquote, fieldset, form, img, h1, h2, h3, h4, h5, h6, h7, li, ol, p, ul {border:none;margin:0;padding:0;}

a {
	text-decoration: none;
}
a:hover {}


p {
	margin: 20px 0;
}

ol {
	margin: 20px 0 20px 0px;
}

ol li {
	margin: 2px 0 4px 0;
}

ul {
	margin: 20px 0 20px 36px;
}

ul li {
	margin: 2px 0 4px 0;
}


/* ================================== [ GLOBAL STYLED ELEMENTS] ================================== */

/* ================================== [ BUTTONS ] ================================================ */

/* ================================== [ TITLES ] ================================================= */

h2 {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 22px;
	text-align: left;
}

/* ================================== [ MAIN CONTENT ] =========================================== */

#main img {
	float: left;
}

#main img#pic3 {
	margin-left: 8px;
}


/* ================================== [ HEADER CONTENT ] ========================================= */

#header img {
	margin-top: 33px;
}

/* ================================== [ FOOTER CONTENT ] ========================================= */

#tbone {
	margin: 0;
	padding-right: 7px;
}

#footer a {
	color: #b5b5b5;
}

#footer a:hover {
	color: #6d93ba;
}

#contact-details {
	list-style: none;
	margin: 0;
}

#contact-details li {
	float: left;
}


#contact-details li span, #contact-details li strong {
	float: left;
}

#contact-details li.brands strong {width:100px;}
#contact-details li.phone strong {width:31px;}
#contact-details li.fax strong {width:37px;}
#contact-details li.email strong {width:48px;}

#contact-panel li { 
	float: left;
	margin: 0 10px 15px 0;
	list-style-type: none;
	width: 245px;
}

#contact-panel li img {
	float: left;
	margin-right: 5px;
}

#contact-panel li label { font-weight: bold; }


/* ================================== [ LAYOUT + STRUCTURE ] ===================================== */

#container {
	margin: 0 auto;
	text-align: left;
	width: 769px;
}

#header {
	height: 120px;
	text-align: center;
}

#main {
	background: #fff;
	border: 9px solid #fff;
}

#footer {
	color: #b5b5b5;
	font-size: 11px;
	line-height: 13px;
	margin-top: 10px;
	position: relative;
}


/* ================================== [ HOME CONTENT ] ========================================== */

/* ================================== [ HACK & WORKAROUNDS ] ==================================== */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

input, select /*(line 941)*/

{

vertical-align: middle;

}

fieldset input, fieldset select, fieldset textarea
{
background-color: #353535;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #2d2d2d;
border-right-color: #2d2d2d;
border-bottom-color: #2d2d2d;
border-left-color: #2d2d2d;
color: #ffffff;
font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 17px;
line-height: 18px;
font-size-adjust: none;
font-stretch: normal;
}



#contact-panel
{
display: none;
color: #bebebe;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
padding-top: 24px;
padding-right: 0pt;
padding-bottom: 8px;
padding-left: 0pt;
position: relative;
text-align: left;
width: 776px;
z-index: 10;
}

#contact-panel.cp2 { width: 400px; }

p.indicates
{
	background-color: transparent;
	background-image: url(/img/common/denote.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 13px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	margin-top: 16px;
	margin-right: 0pt;
	margin-bottom: 16px;
	margin-left: 0pt;
}

.btn-submit2
{
display:block;
background-color: transparent;
background-image: url(/img/buttons/submit.gif);
background-repeat: repeat;
background-attachment: scroll;
width: 80px;
height: 38px;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
text-indent: -12345px;
overflow: hidden;
}

.errorInput, .errorSelect
{
	border: dashed 1px #8c2300;
}

#lblFeedback {
	display: block;
	text-align: center;
}

.hidden
{
	visibility: hidden;
	display: none;
}