* {	margin: 0; padding: 0; }

body {
	background: #fff url(../images/header.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

#header {
	width: 1000px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	}

a {
	color: #2045cf;
	}

a img{
	border: 0px;
	}

#header-image {
	width: 300px;
	height: 100px;
	position: relative;
	left: 100px;
	}
	
#header-search {
	width: auto;
	height: auto;
	padding-top: 4px;
	padding-left: 24px;
	position: absolute;
	left: 550px;
	top: 20px;
/*	border: 1px solid #e83a48;*/
	}

#contact-top  {
	margin-left: -40px;
	padding-bottom: 5px;
	}

#contact-top b {
	color: #ca0f1b;
	}

/* 
==========================
Content
==========================
*/
#content-wrapper {
   width: 1080px;
	margin: 0 auto;
	}

#content-nav {
	width: 190px;
	height: auto;
	}

#content-body {
	width: auto;
	float: right;
	overflow: hidden;
	position: relaitve;
	}

#image-spec {
	float: right;
	position: right;
	z-index: 2;
	opacity: 0.5;
	}

#info-select {
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	border: 1px dotted #ca0f1b;
	padding: 10px;
	padding-bottom: 8px;
	}
	
.product-no {
	color: grey;
	font-size: 60%;
	text-align: center;
	}

/* 
==========================
Boxes
==========================
*/
.content-box h2 {
	font-weight: 400;
	font-size: 165%;
	color: #fff;
	text-align: center;
	margin-left: 10px;   /* to make left header image visible */
	padding-right: 10px; /* to allow for above margin so text center's properly */
	padding-bottom: 10px;
	padding-top: 5px;
	background: url("../images/columntop-right.gif") no-repeat right top;
	height: 28px;
	}

.content-box{
	background: url("../images/columntop-left.gif") no-repeat left top;
	}
	
.content-box-stuff {
	border: 1px solid #e83a48;
	border-top: 0;
   background: #fff;
  	}

#product-place-wrap {
	width: 922px;
	margin: 0 auto;
	height: 700px;
	}
		
#info-place {
	width: 930px;
	border-bottom: #240e76 dotted 1px;
	border-right: #240e76 dotted 1px;
	text-align: center;
	font-size: 80%;
	color: #ca0f1b;
	font-weight: bold;
	padding: 5px;
	}
	
.product-place {
	width: 228px;
	border-bottom: #240e76 dotted 1px;
	border-right: #240e76 dotted 1px;
	position: relative;
	float: left;
	height: 215px;
	background: url(../images/placesections.png ) repeat-x;
	}
	
.product-place form, .product-place label, .product-place input {
	margin: 0 auto;
	overflow: visible;
	}
	
.product-place img {
	margin: 0 auto;
	}	
	
.product-place h1 {
	font-size: 150%;
	text-align: center;
	color: #ca0f1b;
	font-wight: normal;
	}
	
.product-place p {
	font-size: 80%;
	text-align: center;
	}

.product-place p.links {
 font-size: 80%;
	text-align: center;
	}
/*
==========================
Tables 
==========================
*/

#table-content {
	position: relative;
	z-index: 1;
	left: 3px;
}
table {
	border: 1px solid #ca0f1b;
	background: white;
	}
	
tr {
	border: 1px solid #ca0f1b;
	}
	
td {
	border-left: 1px solid #ca0f1b;
	border-bottom: 1px solid #ca0f1b;
   }
   
th {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
   }

/*
==========================
Nav Bar
==========================
*/
#product-nav ul {
	text-align: center;
	}

#product-nav li {
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	}


/*
==========================
Information Pages
==========================
*/
.ip-information h1 {
	font-size: 130%;
	zfont-weight: bold;
	ztext-decoration: underline;
	margin: 10px;
	text-align: center;
	}

.ip-information p {
	font-size: 90%;
	margin: 20px;
	}

.ip-information li {
	list-style-type: none;
}

/*
==========================
Footer
==========================
*/
.clear-4-footer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	}

#footer {
	width: 100%;
	height: auto;
	font-size: 70%;
	text-align: center;
	padding-top: 10px;
	}
	