/*------------------- HTML -------------------*/

html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

h1 {
	font-size: 20px;
	color: #000000;
}

h2 {
	font-size: 13px;
	color: #FF0017;
	text-transform: uppercase;
	padding: 0 0 2px 0;
}

h3 {
	font-size: 14px;
	color: #FF0017;
	padding: 0;
}

h4 {
	font-size: 11px;
	padding: 0 0 5px 0;
	margin: 0px
}

p {
	padding: 0 0 0 2px;
	line-height: 12pt
}	

a {
	color: #ef192e;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {	
	text-align: right;
}

.clear {	
	clear: both;
}

/*------------------- Body -------------------*/

body {	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 755px;
}

/*------------------- Navigation -------------------*/

#nav {	
	position: relative;
	height: 212px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #ef192e;
	text-decoration: none;
}

#nav ul {
	padding: 20px 0 0 590px;
	margin: 0;
	position: relative;
	z-index: 1;
}

#nav li {	
	background: left center url(images/bullet.gif) no-repeat;
	padding: 6px 0 8px 50px;
	margin: 0;
	text-transform: uppercase;
}

#nav li#m1 { 
	margin-left: 30px; 
}

#nav li#m2 { 
	margin-left: 20px; 
}

#nav li#m3 { 
	margin-left: 10px; 
}

#nav li#m4 { 
	margin-left: 0px;  
}

#nav li#m5 { 
	margin-left: -10px; 
}

#nav li#m6 { 
	margin-left: -20px; 
}

#nav a {	
	font-weight: normal;
}

/*------------------- Header -------------------*/

#head {	
	position: absolute;
	width: 382px;
	height: 370px;
	padding: 0;
	margin: 0;
}

#head-pip {
	position: absolute;
	top: 0;
	left: 250px;
	width: 48px;
	height: 94px;			
}

#head-pip .slogan {
	color: #FFFFFF;
	font-size: 18px;
	width: 230px;
	text-align: center;
	padding: 60px 0 0 90px;
}

/*------------------- Page -------------------*/

#page {
	border-right: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	position: relative;
	width: 753px;
}

#banner {
	height: 320px;
	background: url(images/banner.jpg) no-repeat;
	background-color: #000000;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
}

#banner .links {
	padding: 293px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#banner .links a {
	color: #ffffff;
	text-decoration: none;
}

#banner .links a:hover {
	color: #ef192e;
	text-decoration: none;
}

#page-inner {
	padding: 3px 20px 3px 20px;
}

#breadcrumbs {
	padding: 5px 5px 15px 2px;
}

.list ul, .list li{
margin: 10px 0 0 30px;
list-style: disc;
}

/*-------------------- Feature Section -----------------*/

#feature {
	width: 713px;
}

#feature .box {
	padding: 15px;
	background: #ffffff;
	border: 1px solid #999999;
	margin: 0.8em 0 0 0;
}

#feature .box p {
	margin: 0 0 1em 0;
}

#feature .box .left {
	margin-right: 15px;
	border: 1px solid #999999;
}

#feature .box .buttons {
	text-align: right;
	padding-top: 20px;
}

/*-------------------- Page Left -----------------*/

#page-left {
	float: left;
	width: 342px;
}

#page-left .box {
	padding: 15px;
	background: #ffffff;
	border: 1px solid #999999;
	margin: 1em 0;
}

#page-left .box p {
	margin: 0 0 1em 0;
}

#page-left .box .left {
	margin-right: 15px;
	border: 1px solid #999999;
}

#page-left .box .buttons {
	text-align: right;
	padding-top: 10px;
}

/*-------------------- Page Right -----------------*/

#page-right {
	float: right;
	width: 342px;
}

#page-right .box {
	padding: 15px;
	background: #ffffff;
	border: 1px solid #999999;
	margin: 1em 0;
}

#page-right .box p {
	margin: 0 0 1em 0;
}

#page-right .box .left {
	margin-right: 15px;
	border: 1px solid #999999;
}

#page-right .box .buttons {
	text-align: right;
	padding-top: 10px;

}


/*------------------- Box Buttons -------------------*/

.buttons a {
	background: left #cc0000 url(images/button.gif) repeat-y;
	border: 2px solid #e68282;	
	border-color: #e68282 #650000 #650000 #FF0017;
	color: #ffffff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
}

.buttons a:hover {
	background-color: #ef192e;
	color: #ffffff;
}


/*-------------------- Testimonials -------------------- */

#test-right {
	float: right;
	width: 205px;
	margin: -70px 0 0 0;
	padding: 0;
}

#test-right .box {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #999999;
	margin: 0 0 20px 0;
}

#test-right .box p {
	margin: 0 0 1em 0;
}

#test-right .box .left {
	margin-right: 15px;
	border: 1px solid #999999;
}

#test-right .box .buttons {
	text-align: right;
	padding-top: 10px;

}


/*-------------------- Product Images -------------------- */

.product-images {
	width: 140px;
	padding: 10px 10px 5px 10px;
	background: #ffffff;
	border: 1px solid #999999;
	margin: 0px;
}


/*------------------- Footer -------------------*/

#footer {
	background: #ffffff url(images/footer_bg.jpg) repeat-x bottom left;	
	margin: 0px auto; 
	padding: 0;
	height: 50px;
	width: 755px;
}

#footer p {
	font-size: 10px;
	color: #ffffff;
	margin: 0px;
	padding: 5px 0 0 0;
}

/*------------------- Tab Menu -------------------*/

#tabmenu {
	border-bottom: 1px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	z-index: 1;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a {
	color: #FF0017;
	background: #FFFFFF;
	border: 1px solid black;
	padding: 2px 5px 3px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a:hover {
	color: #FFFFFF;
	background: #FF0017; 
}

#tabmenu .active {
	color: #FFFFFF;
	background: #000000;
}

#tabcontent {
	text-align: justify;
	padding: 10px;
	border: 1px solid black;
	border-top: none;
	z-index: 2;	
}