body {
	margin: auto;
	padding: auto;
	font-family: "verdana" "helvetica";
	font-size: 85%;
	color: #fff;
	background: #000 url(cms/images/bg_2.jpg) 0 0 repeat-x;
	min-height: 600px;
	min-width: 800px;
	}
	
#banner {
	margin: auto;
	margin-left: 200px;
	padding: auto;
	height: 130px;
	width: 800px;
	background: url(cms/images/pts_banner.png) 0 0 no-repeat;
	}
	
#pagewrap {
	width: 950px;
	height: 100%;
	margin: auto;
	padding: auto;
	background: url(cms/images/pts_bg1.jpg) 0 0 no-repeat;
	float: left;
	}
	
	
/* =navigation
----------------------------------------------- */

#navwrap {
	width: 800px;
	float: right;
	background: url(cms/images/nav_bg.png) 0 0 ;
	}
	
ul#navigation {  
  margin-right: 55px;
  width: 425px;
  float: right;
  padding: 5px 5px 5px 10px;
  text-align: center;
}

#navigation li { 
display: inline;
margin: 0;
padding: 0 5px 0 5px;
text-transform: uppercase;
}

#navigation li a { 
color: #fff;
}

#navigation li a:hover { 
color: #ee2e24;
}

#navigation li#youarehere a {color: #ee2e24; }

	
/* =content
----------------------------------------------- */
	
#content {
	margin: auto;
	margin-left: 200px;
	padding: auto;
	width: 750px;
	min-height: 500px;
	background: 0;
	}
	
#content_wrap {
	width: 750px;
	}
	
/* =offset
----------------------------------------------- */
	
#offset {
	background: url(cms/images/offset1.png);
	width: 300px;
	height: 450px;
	float: right;
	}
	
#offset:hover {
	background: url(cms/images/offset2.png);
	}
	
#offset_flash {
	width: 750px;
	height: 350px;
	background: 0;
	float: right;
	}
	
#left_content {
float: left;
width: 350px;
padding-top: 30px;
}
	
#right_content p {
float: right;
width: 350px;
padding: 10px 25px 0 25px;
text-align: justify;
}

#right_content img {
float: right;
width: 350px;
padding: 10px 25px 0 25px;
text-align: justify;
}

#retail {
float: right;
width: 750px;
text-align: center;
}

#retail img{
float: none;
width: 100px;
padding: 0 0 0 0;
margin: 0;
text-align: center;
}


/* =footer
----------------------------------------------- */
	
#footer {
    float: right;
    margin: auto;
    margin-right: 10px;
    margin-top: 10px;
	padding-top: 10px;
	height: 20px;
	width: 740px;
	color: #000;
	background: 0;
	border-top: 1px solid #ccc;
	font-size: 10px;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
	color: #ccc;
	}
	
a { color: #fff; text-decoration: none; background: none: border: none; }

a:hover { color: #ee2e24; text-decoration: none; background: none: border: none; }

a img {
border: 0;
}
