html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}


.green{color:#5e903b;}
.pink{color:#aa5268;}
.grey{color:#838383;}
.blue{color:#b5ccde;}
.orange{color:#ffb83f;}
.sage{color:#a5ba93;}

a.green:hover, a.pink:hover, a.grey:hover, a.blue:hover, a.orange:hover, a.sage:hover{color:white;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
}

ul {
	padding-left: 25px;
	padding-bottom: 10px;

}

p {
	padding-bottom: 7px;
}

a {
	color: #6D1D20;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #6D1D20;
	padding-bottom: 10px;
	padding-top: 6px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 7px;
}



#main_bg {
	margin: 0 auto;
	height: 400px;
	background-image: url(../images/bg_image.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #6e1e1f;
/*	border: 1px solid #00FFFF; */
}

#main_box_container {
	margin: 0 auto;
	background-color: #6e1e1f;
}
#content_container {
	margin: 0 auto;
}
#main_boxtop {
	margin: 0 auto;
	height: 27px;
	width: 752px;
	background-image: url(../images/bg_boxtop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#main_box {
	margin: 0 auto;
	width: 752px;
	background-image: url(../images/bg_boxrepeat.jpg);
	background-position: top center;
	background-repeat: repeat-y;
/*	padding-left: 12px; */
}

#main_boxbottom {
	margin: 0 auto;
	height: 29px;
	width: 752px;
	background-image: url(../images/bg_boxbottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#main {
	margin: 0 auto;
	height: 400px;
	width: 695px;
/*	border: 1px solid #FFFFFF; */
}


/* index.php */

#index_flash_container {
	margin: 0 auto;
	height: 379px;
	width: 761px;
	background-image: url(../images/bg_image.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}


/* inc_footer.php */

#footer {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #000000;
	padding-bottom: 60px;
	width: 745px;/* 695px; */
	text-align: center;
/*	border: 1px solid #FFFFFF; */
}

.phone {
	color: #EFB603;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding:0 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.on {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a.on:hover {
	text-decoration: none;
}


/* inc_header.php */

#header_space {
	margin: 0 auto;
	width: 695px;
	height: 80px;
	background-color: #000000;
	padding-left: 40px;
	padding-top: 40px;
}

#header_space_logo {
	float: left;

}

#header {
	margin: 0 auto;
	height: 30px;
	width: 695px;
/*	border: 1px solid #FFFFFF; */
}

#home_btn {
	float: left;
	padding-bottom: 20px;
	padding-right: 5px;
	width: 20px;
	height: 35px;
}

#navbar {
	float: right;
	padding-bottom: 8px;
	vertical-align:middle;
	color:#fff; font-size:16px;
	padding-right: 35px; /* 74 */
}

#navbar a{ text-decoration:none; font-size:13px; padding:0 3px 3px 3px;}
#navbar a:hover{text-decoration:underline;}
#navbar .on{color:white; text-decoration:underline;}

/* inside pages */

.list_doc {
	padding-left: 245px;
	padding-bottom: 0px;
}

ul.listdoc {
padding-left: 15px;
}

#main_inside_container {
	margin: 0 auto;
	background-color: #6e1e1f;
}

#main_inside_top {
	margin: 0 auto;
	height: 81px;
	width: 745px;
	background-image: url(../images/page_top_inside.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#main_inside_bottom {
	margin: 0 auto;
	width: 745px;
	height: 28px;
	background-image: url(../images/page_bottom_inside.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}


#main_inside {
	margin: 0 auto;
	width: 745px;
	background-image: url(../images/page_repeat_inside.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
/*	padding-left: 65px;
	padding-right: 30px; */
}

.pic {
float: left;
padding: 10px 20px 20px 0px;
}

#content {
	margin: 0 auto;
	width: 600px; 
	text-align: left;
	}
	
/* contact.php */

#contact {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}	

#contact_left {
	float: left;
	width: 240px;
}

#contact_right {
	float: right;
	padding-left: 10px;
	width: 290px;
	text-align: left;
}

.contact_ul {
	padding-left: 15px;

}

/* brands.php */

#main_inside_brand {
	margin: 0 auto;
	background-image: url(../images/page_repeat_inside.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	width: 745px;
/*	height: 401px; */
}

#brand {
	float: left;
/*	padding-right: 35px; */
	width: 190px;
/*	height: 28px; */
	height: 49px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #6D1D2C;
	font-weight: bold;
	padding-top: 4px;

/*	border-top: 1px solid #FFFFFF; */
	border-bottom: 2px solid #FFFFFF;
	background-color: #CCCCCC;
	
}

#main_inside_bottom_brand {
	margin: 0 auto;
	width: 745px;
	height: 28px;
/*	padding-right: 72px; */
	background-image: url(../images/page_bottom_inside_brand.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#right_info {
	float: right;
	margin-right:1px;
	width: 241px; /* 241 px */
	border-top: 2px solid #FFFFFF;
}

#left_info {
	float: left;
	width: 348px;
	padding-left: 29px;
}

#vert_brand {
	float: left;
}

#thegoods {
	float: right;
/*	height: 401px; */   /* 401  350 image, 21 interface + 2x 1px border + 28 (brand) */
/*	height: 401px; */
	width: 190px;	/* 44 + */
}

#thegoods img {
/*	border-bottom: 1px solid #FFFFFF; */
}

#interface {
	width: 190px;
	/*border-top: 1px solid #FFFFFF;*/
	border-bottom: 2px solid #FFFFFF;
	background-color: #CCCCCC;
	height: 21px;
	margin-top: -1px;
}

#right_btn {
	float: right;
	width: 21px;
	height: 21px;
	border-left: 1px solid #FFFFFF;
	border-bottom: none;
}

#left_btn {
	float: left;
	width: 21px;
	height: 21px;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
}

.r_frame {
	  /*border-bottom: 2px solid #FFFFFF; */
  	/*border-top: 1px solid #FFFFFF; */
}

#middle_brands {
	line-height: 21px;
	height: 21px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D1D2C;
	font-weight: bold;
	width: 145px;
	text-align: center;
}

#content_brands {
	margin: 0 auto;
	width: 672px;
	text-align: left;
	}
	
#vert_brand {
	width: 44px;
/*	border: 1px solid #CCCC00; */
}

#vert_brand ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	list-style-type: none;
}

#vert_brand  li {
	margin: 0;
	padding: 0px 4px 3px 0px;
}

#vert_brand  li.bottom {
	margin: 0;
	padding: 0px 4px 0px 0px;
}

#vert_brand  a {
	width: 40px;
	display: block;
/*	background-image: url(images/chevron.gif);
	background-repeat: no-repeat; */
}

#vert_brand  a.on {
	width: 40px;
	display: block;
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
}

#vert_brand a img {
	margin-left: 15px;

}

#vert_brand a:hover {
	background-image: url(../images/chevron.gif);
	background-repeat: no-repeat;
}

#success_ul {
	padding-bottom: 7px;
}
.dr_left {
	float: left;
	width: 225px;
	font-size: 11px;
	font-style: italic;
}
.dr_right {
	float: right;
	width: 345px;

}
.clear {
	clear: both;
	height: 5px;
	 overflow: hidden;
}
.rightpic {
	float: right;
	padding-left: 10px;
}
.leftpic {
	float: left;
	padding-right: 10px;
}

#flashheader {
	color: #FFFFFF;
}

#flashheader a {
	color: #FFFFFF;
}