/* CSS Document */

body {

font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
margin: 0;
padding: 0px;
font-size:12px;
line-height: 15px;
border:0px;
}


a:link {
	color: #999966;
	text-decoration: none;
}
a:visited {
	color: #cccc99;
	text-decoration: none;
}
a:hover {
	color: #333300;
	text-decoration: underline;
}





/***************headings*************************/

h1, h2, h3, h4, h5	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 2px 2px 0px;
	font-weight:bold;
	text-decoration: none;
	margin:0;
}

h1 {
	color:#333300;
	font-size: 16px;
	line-height: 20px;
}


h2 {
	color:#333300;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	color:#333300;
	font-size: 12px;
	line-height: 16px;
}

h4 {
	color:#333300;
	font-size: 10px;
	line-height: 14px;
}

/***********************header********************************************/

#header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/squiggle.gif);
	background-repeat:no-repeat;
	font-size:12px;
	background-color: #cccc99;
	float:left;
	margin: 0px;
}

/*************************************************/
/************** main page styles *****************/
/************************************************/


#container{
	width:800px;
	background-color: #ffffff;
	margin:auto auto 0px auto;
}

#navBar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height:27px;
	background-image:url(/images/darkBox.jpg);
	background-repeat:no-repeat;
	float:left;
	background-color: #999966;
	width: 800px;
	margin: 0px;
	padding: 0px;	
}

#navBarLink{
	margin:0px 0px 0px 240px;
}
#navBarLink a {
	margin:5px;
}

#navBarLink a:link {
	color:#ffffff;
	text-decoration:none;
}
#navBarLink a:visited {
	color: #ffffff;
	text-decoration:none;
}
#navBarLink a:hover {
	color: #333300;
	text-decoration:underline;
}
#MainContentContainer{
	width:796px;
	border:2px solid #CCCC99;
	}
	
#colLeft{
	display:none;
}

#content{
	float:none;
	width:475px;
	background-image:url(/images/contentDotBG.jpg);
	background-repeat:no-repeat;
	padding:40px 75px 40px 40px;
	background-color: #ffffff;
}

.clearBoth{
	clear:both;
}

#tellFriend{
	clear:right;
	margin-left:0px;
}	
.productsContent p{
	margin: 10px 0 40px 25px;
}
/***********************footer********************************************/

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	line-height: 11px;
	background-color: #000099;
	clear:both;
}
#footer a {
	margin:5px;
}

#footer a:link {
	color:#ffffff;
	text-decoration:none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:underline;
}
#footer a:hover {
	color: #999966;
	text-decoration:underline;
}

