
body {
	margin:0;
	padding:0;
	background:#fff;
	font-size:78%;
	font-family:Helvetica, Arial, Sans-serif;
}	

img, image {
	align:center;
	border:0px;
}




a {
	color:#333;
	height:1.4em;
	line-height:1.2em;
	text-align:left;
	font-size:1.0em;
	text-decoration:none;
}	

a.fixed {
	color:#333;
	height:1.4em;
	line-height:1.2em;
	text-align:left;
	font-size:1.0em;
	margin-left: 10px;
	text-decoration:none;
}

a:hover {
	color:#c00;
	text-decoration:none;
}	




h1, h2 {
	margin:6px;
	margin-left:10px;
	padding:0;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}




p {
	text-indent:0px;
	padding-left:10px;
	padding-right:10px;
}


/***********                        TABLES                     ******/
table {
	border-collapse:collapse;
	margin-left:10px;
}



th {
	background:#fff;
}	



/******************           INDEPENDANT DIVS AND CLASSES            ****/


#container {
	width:740px;
	border:0px #d1d2d3;
	margin:0 auto;
}



#header {
	background:url(images/toplogo.jpg) no-repeat;
	height:100px;
	border-bottom:0px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#header h1, #header h2 {
	color:#fff;
	padding:0;
	font-size:3em;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 20px;
	margin-top:0px;
}	


#innercontainer {
	width:738px;
	border-left:1px solid #d1d2d3;
	border-right:1px solid #d1d2d3;
	border-top:1px solid #d1d2d3;
	margin:0 auto;
}


/***********                      LEFT COLUMN           *****/

#leftcol {
	float:left;
	width:176px;
	height:460px;
	background:#fff;
	margin-left:-1px;
	border-left:1px solid #d1d2d3;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}





/************                    RIGHT COLUMN         ****/

#rightcol {
	width:558px;
	height:460px;
	float:right;
	margin-right:-1px;
	border-left:1px solid #d1d2d3;
	border-right:1px solid #d1d2d3;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
}

#rightcol h1 {
	font-size:1.3em;
	padding-left:0px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	list-style:none;
}	



#producttable {
	width:480px;
	background:#fff;
	margin-top:20px;
	margin-right:40px;
	margin-left:30px;
}


/****************                NAVIGATION IN RIGHT COLUMN         *******/
#nav {
	list-style:none;
	padding-left:0px;
	margin:0 auto;
}

#nav li {
	background:#fff;
	height:1.8em;
	line-height:1.8em;
	text-align:left;
	font-size:1.2em;
	margin: 0;
	padding-left: 6px;
}	

#nav li a {
	color:#333;
	text-decoration:none;
	display:list-item;
	border-bottom:3px solid #fff;
}	

#nav li a:hover {
	text-decoration:none;
	border-bottom:3px solid #c00;
}	

#nav a {
	color:#333;
	height:1.8em;
	line-height:1.8em;
	text-align:left;
	font-size:1.0em;
	margin-left: 10px;
	text-decoration:none;
	border-bottom:3px solid #fff;
}	

#nav a:hover {
	text-decoration:none;
	border-bottom:3px solid #c00;
}

#nav a.curr {
	text-decoration:none;
	border-bottom:3px solid #c00;
}




/******************                  FOOTER                 ****/
#footer1 {
	width:726px;
	text-align:right;
	background:#fff;
	clear:both;
	margin:0px;
	padding:6px;
	border-left:1px solid #d1d2d3;
	border-right:1px solid #d1d2d3;
	border-bottom:1px solid #d1d2d3;
	border-top:1px solid #d1d2d3;
}

#footer2 {
	width:728px;
	background:#fff;
	clear:both;
	padding:6px;
}	

.offtext{color:#993333;font-weight:normal;text-decoration:none;}