/* CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td 
	{
    margin: 0;
    padding: 0;
	font-size: 100%;
	}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: none repeat fixed 0 0 white;
    color: navy;
	font-family:tahoma, Arial, sans-serif,"Trebuchet MS",Helvetica;
    font-size: 14px;
    line-height: 20px;
	width: auto;
	margin: 0px;
    padding: 0px;
	}

h1, h2, h3, h4 {
	line-height: 120%;
	}
	
h1 {
	font-size: 200%;
    }
h2 {
	font-size: 150%;
    }
h3 {
	font-size: 125%;
    }
h4 {
	font-size: 125%;
	text-decoration: underline;
    }
h5 {
	font-size: 75%;
	line-height: 110%;
	}

h7 {
	font-size: 150%;
	text-decoration: underline;
    }
h8 {
	font-size: 100%;
	line-height: 100%;
	color: blue;
    }
h9 {
	font-size: 75%;
	line-height: 110%;
	color: red;
	}

sup {
    font-size: 0.7em;
	font-family: Arial;
    vertical-align: top;
}	
nav li, .prod_list li{
    list-style-type: none;
}


#header {
    background-color: #333333;
	width: 100%;
	height:120px;   /* ===LAYOUT HEADER HEIGHT============ */
	}
#header_inside, #header_under {
    background: url("images/b_header.png") repeat-x scroll 0 0 #000000;
	/* background-size:100% 100%; */
	color: white;
	margin: 0 auto;
	width: 960px;	/* ===LAYOUT HEADER WIDTH============ */
	position: relative;
	}
#header_inside {
    height: 100%;
	}
#header_under {
	height: 25px;
	background: none repeat scroll 0 0 #ea910c;
	}
	
#header_under_text {
	float: right;
	text-align: right;
	}
#header_center {
	position: absolute;
	bottom: 15px;
	right: 320px;
	text-align: right;
}

#header_phone {
	position: absolute;
	top: 25px;
	right: 20px;
	text-align: right;
	}
	
#header_side{
	position: absolute;
	bottom: 10px;
	right: 20px;
	}
#free_ship{
	position: absolute;
	bottom: 25px;
	right: 170px;
	}
#view_cart{
	position: absolute;
	bottom: 10px;
	right: 130px;
	}
	
#promotion{
	position: absolute;
	bottom: 10px;
	right: 320px;
	}

#header_logo {
    position: absolute;
	height: 75px;
	top: 30px;
	left: 30px;
	z-index:1;
	border: 0px;
	}
		
#header_accent {
    position: absolute;
	width: 100%;
	height: 140px;
	bottom: 0;
	left: 0;
	}
#main {
    background: none repeat scroll 0 0 white;
    width: 100%;
	}
#main-inside {
	margin: 0 auto;
    width: 960px;	/* ===LAYOUT MAIN WIDTH============ */
	height: 850px;  /* ===LAYOUT MAIN HEIGHT============ */
	position: relative;
	}
nav{
    font-size: 150%;
    line-height: 120%;
	text-align: right;
	width: 160px;    /* ===LAYOUT NAVIGATION WIDTH============ */
	padding: 20px 20px;
	height: 100%;
	color: #cccccc;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	z-index:1;	
	}
	
nav {
    background: url("images/b_nav_fade.png") repeat-x scroll 0 0 transparent;
	/*background-size:100% 100%;*/
	float: left;
	}

nav li {
    margin: 10px 0 20px;
	}

	
#nav_overlay {
	position: absolute;
	width: 160px;
	bottom: 0;
	left: 0;
	z-index:2;	
	}
	
#content_def,  #content_prod, #prod_vid{
	background: none repeat scroll 0 0 #ffffff;
    font-size: 12px;
    line-height: 14px;
	height: 100%;
	padding: 10px;
	float: left;
	color: #222222;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	}
#content_def  {
	width: 650px;    /* ===LAYOUT CONTENT_DEF WIDTH============ */
	}
#content_prod {
	width: 450px;    /* ===LAYOUT CONTENT_PROD WIDTH============ */
	}
#prod_vid {
	width: 650px;    /* ===LAYOUT PROD_VID WIDTH============ */
	color: #800000;
	padding:10px 40px;
	}
#content_def p.about {
	display: block;
	font-size: 120%;
	line-height: 120%;
}
#home_intro {
	color: #800000;
	padding: 20px;
}

#home_img{
	float: right;
	width: 250px;
}

#new_prod_highlight {
	text-align: Left;
}

.feat_side {
	float: right;
}

#image_right{
	float: right;
}

.button1 {
background: url("images/i_button1.png") repeat-x scroll 0 0 transparent;
/*background-size:100% 100%;*/
width:200px;
height:40px;
font-size: 16px;
text-align: center;
padding: 10px;
margin: 10px 0;
border:2px solid #cccccc;
text-decoration: none;
border-radius:20px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}

.button2 {
background: url("images/i_button1.png") repeat-x scroll 0 0 transparent;
/*background-size:100% 100%;*/
width:100px;
height:30px;
font-size: 12px;
text-align: center;
padding: 5px;
margin: 10px auto;
border:2px solid #cccccc;
text-decoration: none;
border-radius:20px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}

#sidebar, #sidebar_prod {
    background: none repeat scroll 0 0 #cccccc;
	color: black;
    float: right;
    height: 100%;
	text-align: center;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	}
#sidebar_prod_eb {
    width: 490px;  /* ===LAYOUT SIDEBAR WIDTH============ */
	padding: 0px;
	background: none repeat scroll 0 0 #ffffff;
	color: black;
    float: right;
    height: 100%;
	text-align: center;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	}
	
	
#sidebar {
    width: 150px;  /* ===LAYOUT SIDEBAR WIDTH============ */
	padding: 5px 0 ;
	}	
	
.side_img {
margin-top: 0px;
width: 134px;
border:3px solid #888888;
}
#sidebar_prod {
    width: 350px;  /* ===LAYOUT SIDEBAR WIDTH============ */
	padding: 0px;
	text-align: center;
	}
	
#footer {
    background: none repeat scroll 0 0 #333333;
	color: white;
    width: 100%;
	height: 100px;
	}
#footer-inside {
	background: none repeat scroll 0 0 #080809;
    margin: 0 auto;
    width: 960px;
	height: 100%;
	padding:10px;
	position: relative;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	}
#ppal_logo {
    position: absolute;
	bottom: 25px;
	left: 20px;
	}
a {
    font-weight: bold;
	color: #333333;
	border: 0;
	}
a:link {
    text-decoration: none;
	}
a:hover {
    text-decoration: none;
	color: #0066ff;
	}

#prod_hightlight a:link{
    font-weight: normal;
	text-decoration: none;
	color: blue;
	}
	
nav a:link, #footer a:link {
    text-decoration: none;
	color: #cccccc;
	}

nav a:visited, #footer a:visited  {
    color: #cccccc;
	text-decoration: none;
}

nav a:hover, #footer a:hover {
    color: white;
    background-color: transparent;
}
nav a:active , #footer a:active {
    background-color: white;
	text-decoration: none;
    color: black;
}

.prod_list{
    float: left;
	margin: 10px 20px;
}

.prod_list li {
    float: left;
	margin: 10px 20px;
    text-align: center;
    width: 250px;
}

.prod_list img {
	border:0;
}
	
#specs {
	overflow: auto;
    height: 220px;
	width: 430px;
	float: left;
	margin: 0 0;
	}

#specs_2 {
	overflow: auto;
    height: 400px;
	width: 430px;
	float: left;
	margin: 0 0;
	}
	
	#specs_3 {
	overflow: auto;
    height: 800px;
	width: 430px;
	float: left;
	margin: 0 0;
	}
	
	#specs_4 {
	overflow: auto;
    height: 800px;
	width: 480px;
	float: left;
	margin: 0 0;
	}

table.specs{
  border-collapse: collapse;
  width: auto;
  font-size: 11px;
  }

table.specs td, table.specs td.spec_value_0 {
    color: black;
    padding: 2px;
    width: auto;
	border-right: 5px solid white;
 }
table.specs td.spec_descr_0, table.specs td.spec_descr_1  {
    font-weight: bold;
    text-align: right;
	}

table.specs td.spec_descr_1, table.specs td.spec_value_1   {
	border-bottom: 3px solid #cccccc;
	}

#features {
	display: block;
	height: auto;
	width: 430px;
	float: left;
	margin: 10px 0;
	}

table.features{
  border-collapse: collapse;
  width: 430px;
  font-size: 12px;
  }

table.features td{
    color: black;
    padding: 5px;
    width: auto;
	vertical-align:top;
	}
table.features td.feat_descr{
    font-weight: bold;
    text-align: right;
	font-size: 14px;
	}

table.prod_th{
  border-collapse: collapse;
  width: 100%;
  }
  
table.prod_th td{	
width: 80px;
height:60px;
vertical-align:middle;
text-align:center;
border:1px dotted #cccccc;
}

table.prod_th img{	
max-width: 80px;
max-height:55px;
border: 0;
}

#prod_img, #prod_video, #prod_purch, #prod_info{
border:2px solid #aaaaaa;
background: white;
margin: 10px auto;
border-radius:10px;
box-shadow: 5px 5px 10px #222222;
padding: 5px;
width: 320px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
table.prod_vid{
  border-collapse: collapse;
  width: 100%;
  }
  
table.prod_vid td{	
width: 160px;
height: 25px;
vertical-align:middle;
text-align:center;
border:0px solid #cccccc;
}

img.vid{
border:4px solid #aaaaaa;
}

table.prod_purch{
  border-collapse: collapse;
  width: 100%;
  }
  
table.prod_purch td{	
width: 70px;
height: 25px;
padding: 3px;
vertical-align:middle;
text-align:center;
border:0px solid #cccccc;
}
#prod_info{
text-align: left;
padding: 5px 20px;
}

table.prod_downloads td{	
width: 150px;
height: 20px;
padding:3px 5px;
vertical-align:middle;
text-align:left;
border:0px solid #cccccc;
}
