/*
CSS - POWER VAC
*/

/* COMMON STYLES */
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background: #84000b url(../images/concept01_bg.gif) repeat-x top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}

h1#sub_heading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#container {
	width:1000px;
	height: auto;
	margin: 0 auto;
	background: url(../images/container_bg.gif) repeat-y;
	clear: both;
}

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


img {
	border: none;
}

a {
	text-decoration: none;
	color: #737373;
}

p {
	margin: 15px 0 10px 0;
}

.clear {
	display: inline-block;
	clear: both;
}

ol {
	margin: 0 40px 10px 40px;
}


/* LAYOUT STYLES */
.shadow-left {
	width: 17px;
	float: left;
}

.shadow-right {
	width: 10px;
	float: right;
}

#content {
	width: 963px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;

}

#innerflash { float: left; }

#home_content {
	width: 983px;
	margin-left: 17px;
	text-align: left;
	/* background: #FFFFFF url(../images/content_bg.jpg) no-repeat; */
	background: #fff;
}

#home_text {
	border: 0;
	padding: 0 40px 10px 12px !important;
}

#home_text h2 { margin-top: 0; }

#list_text {
	margin-left: 17px;
}

#text {
	width: 730px;
	float: right;
	padding: 0 0px 10px 20px;
}

#text p {
	margin: 0 40px 10px 10px;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img#inner_flash {
	float: left;
	width: 983px;
	margin: 0;
	padding: 0;
}

ul#parts_service {
	margin: 0 0 10px 40px;
}

#top_cart p{
	text-align: right;
	margin-right: 50px;
}

#top_cart a{
	color: #D42827;
	text-decoration: underline;
}

/* FEATURED LIST STYLES */
table.featured_list {
	margin: 0px 10px 10px 0px;
	text-align: center;
}

table.featured_list td {
	padding: 0px 20px 30px 20px;
}

table.featured_list tr img#featured_img{
	padding: 0px 10px;
}

.price {
	color: #D42827;
	font-weight: bold;
}


/* CATEGORY LIST STYLES */
table.category_list {
	margin: 0px 10px 10px 10px;
	text-align: center;
	width: 80%;
}

table.category_list td {
	padding: 0px 5px 30px 5px;
}

table.category_list tr img#product_img{
	padding: 30px 30px 0 30px;
}

table.product_list {
	margin: 0px 10px 10px 10px;
	text-align: center;
}

table.product_list td {
	padding: 0px 20px 30px 20px;
}

table.product_list tr img#featured_img{
	padding: 30px 30px 0 30px;
}


/* PRODUCT DETAIL STYLES */
table.product_detail {
	text-align: left;
}

td.details {
	padding: 10px;
}



/*---------------------------------------------   
    content (dynamic text area)
----------------------------------------------*/

div.dynamictext {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}


div.dynamictext td {
  border:0;
  border-bottom:1px solid #E2E2DF;
  border-right:1px solid #E2E2DF;
  vertical-align:top;
  padding:3px;
}

div.dynamictext table {
  border:1px solid #E2E2DF;
  border-right:0;
  border-bottom:0;
}

div.dynamictext a {
  color:#D42827;
  text-decoration:underline;
}


div.dynamictext h1, 
div.dynamictext h2, 
div.dynamictext h3, 
div.dynamictext h4, 
div.dynamictext h5 { color:#444; margin:15px 0; }
div.dynamictext h1 { font-size:16px; }
div.dynamictext h2 { font-size:15px; }
div.dynamictext h3 { font-size:14px; }
div.dynamictext h4 { font-size:13px; }
div.dynamictext h5 { font-size:12px; }

div.dynamictext ul {
  list-style-type:square;
  margin: 30px;
}

div.dynamictext hr {
  border:0;
  border-top:1px solid #E2E2DF;
  height:1px;
}


/*---------------------------------------------   
    content (Spec text area)
----------------------------------------------*/

div.spectext {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}


div.spectext td {
  border:0;
  border-bottom:1px solid #E2E2DF;
  border-right:1px solid #E2E2DF;
  vertical-align:top;
  padding:3px;
}

div.spectext table {
  border:1px solid #E2E2DF;
  border-right:0;
  border-bottom:0;
}

div.spectext a {
  color:#D42827;
  text-decoration:underline;
}


div.spectext h1, 
div.spectext h2, 
div.spectext h3, 
div.spectext h4, 
div.spectext h5 { color:#444; margin:15px 0; }
div.spectext h1 { font-size:16px; }
div.spectext h2 { font-size:15px; }
div.spectext h3 { font-size:14px; }
div.spectext h4 { font-size:13px; }
div.spectext h5 { font-size:12px; }

div.spectext ul {
  list-style-type:square;
  margin: 30px;
}

div.spectext hr {
  border:0;
  border-top:1px solid #E2E2DF;
  height:1px;
}


/*---------------------------------------------   
    content (Associatede Product text area)
----------------------------------------------*/

div.assostext {
	padding: 15px 0;
}


div.assostext td {
  border:0;
  border-bottom:1px solid #E2E2DF;
  border-right:1px solid #E2E2DF;
  vertical-align:top;
  padding:3px;
}

div.assostext table {
  border:1px solid #E2E2DF;
  border-right:0;
  border-bottom:0;
}

div.assostext a {
  color:#D42827;
  text-decoration:underline;
}


div.assostext h1, 
div.assostext h2, 
div.assostext h3, 
div.assostext h4, 
div.assostext h5 { color:#444; margin:15px 0; }
div.assostext h1 { font-size:16px; }
div.assostext h2 { font-size:15px; }
div.assostext h3 { font-size:14px; }
div.assostext h4 { font-size:13px; }
div.assostext h5 { font-size:12px; }

div.assostext ul {
  list-style-type:square;
  margin: 30px;
}

div.assostext hr {
  border:0;
  border-top:1px solid #E2E2DF;
  height:1px;
}


/* FOOTER STYLES */
#footer {
	background: url(../images/footer_bg.gif) repeat-y;
	width: 1020px;
	height: auto;
	color: #737373;
	font-size: 11px;
	text-align: left;
	line-height: normal;
	float: left;
}

#copyright {
	color: #B8B8B8;
	float: right;
	margin-right: 30px;
}

#footer ul#footer-nav {
	list-style-type: none;
	padding: 0 0 10px 37px;
	margin: 0;
	float: left;
	width: 800px;
}

#footer ul#footer-nav li {
	float: left;
	margin-right: 15px;
	display: block;
}

#footer ul#logos {
	list-style-type: none;
	padding: 15px 0 10px 37px;
	margin: 0;
	clear: both;
	float: left;
}

#footer ul#logos li {
	float: left;
	margin-right: 20px;
	display: block;
}

img#logo-wf {
	margin: 15px 0;
}

/*flash*/

div.innerflash { background: url('../images/bg-innerheader.gif') no-repeat 0 0; width: 983px; height: 250px; }
#logo { float: left; width: 333px; height: 250px; }
#flashnav { float: left; width: 650px; height: 250px; }

div.header { background: url('../images/bg-header.gif') no-repeat 0 0; width: 983px; padding-left: 17px; height: 595px; display: inline-block; clear: both; margin: 0 auto; }
#mainflash { width: 983px; height: 595px; display: block; position: relative; z-index: 90; background: url('../images/bg-mainflash.gif') no-repeat 0 0; }





/*--------------------------
	general content
--------------------------*/
#text ul { margin: 15px 0 20px 45px; }




/*--------------------------
	thumbnail images
--------------------------*/
.thumb-images {
	float: right;
	margin: 0 50px 20px 20px;
	width: 120px;
	font-size: 9px;
	color: #aaa;
}

.thumb-images img { margin-bottom: 15px; }



