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

/*body
{
	margin:0px;
	color:#660000;
	font-family:Calibri;
	background-color:#FFF;
	background-attachment:fixed;
	/*background-image:url(../images/contentbg.jpg);
	background-image:url(../images/BG7.jpg);
}
*/

.header
{
	width:960px;
	height:150px;
	background-image:url(../images/header3.png);
}

.clear
{
	height:5px;
}

.partition
{
	width:960px;
	height:5px;
	background-color:#300;
}

.menu
{
	border:#666 solid 2px;
	background-image:url(../images/menu1.png);
}

.menuImageMain
{
	height:32px;
	padding-left:10px;
	text-align:left;
}

.menuAnchorMain a
{
	color:#660000;
	text-decoration:none;
	font-size:15px;
	text-align:left;
}

.menuImage
{
	width:25px;
	height:25px;
	border:#090 solid 1px;
}

.mainBody
{
	border:#666 solid 2px;
}

.category
{
	width:960px;
	height:200px;
	background-image:url(../images/footer.png);
}

.products img
{
	width:150px;
	height:130px;
	border:#FFF solid 2px;
}

.inquiry
{
	/*background-color:#66CC33;*/
	background-image:url(../images/header1.png);
	background-repeat:no-repeat;
	padding:5px 0px 5px 15px;
}

.inquiryTextbox
{
	width:150px;
	height:20px;
	border-radius:5px;
	color:#000;
}

.inquiryTextarea
{
	width:150px;
	border-radius:5px;
	color:#000;
}

.inquiryButton
{
	background-color:#000;
	border-color:#000;
	color:#FFF;
	width:50px;
}

.innermenu a
{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}

.innermenu a:hover
{
	text-decoration:none;
	color:#CCC;
}

.prodects td
{
	width:192px;
}

.prodects img
{
	border:#FFF solid 2px;
}

.prodects img:hover
{
	border:#666 solid 2px;
}

.footer
{
	padding-top:10px;
	font-size:14px;
	width:960px;
	height:30px;
	background-color:#300;
	color:#FFF;
}


/* Contact Us page */

/*-----------------------contact_form-------------------*/
.form{
width:500px;
height:auto;
float:left;
padding:20px 10px 10px 20px;
/*border:1px #fdeaeb solid;*/
}
.form_row{
width:425px;
float:left;
clear:both;
padding:7px 0 7px 0;
}
label{
width:130px;
float:left;
padding:3px 15px 0 0;
color:#b52025;
text-align:right;
font-weight:bold;
}
input.main_input{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:270px;
height:18px;
padding:4px;
float:left;
}
textarea.main_textarea{
background-color:#fdeaeb;
border:1px #e2c7c8 solid;
width:270px;
height:120px;
padding:4px;
float:left;
}
input.submit{
background-color:#b52025;
color:#FFFFFF;
text-align:center;
float:right;
padding:3px 10px 2px 10px;
margin:0px 0 0 0;
border:1px #b52025 solid;
cursor:pointer;
}

.financial-application-form{
width:510px;
float:left;
padding:20px 20px 10px 15px;
margin:10px;

}
.financial-application-form p{
margin-bottom:30px;
}

