/* CSS Document */
* { padding: 0; margin: 0; }

body {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container {
	width: 949px;
	margin: 20px auto;
}

#navTop {
	background: url(images/nav_top.gif) no-repeat #669900 top;
	color: #ffffff;
	height: 31px;
	padding-top: 12px;
	padding-left: 40px;
	font-size: 17px;
}

#navTop a:link { color: #ffffff; text-decoration: none; }
#navTop a:visited { color: #ffffff; text-decoration: none; }
#navTop a:hover { color: #ccffff; text-decoration: none; }

#navBottom {
	background: url(images/nav_bottom.gif) #88d3dc repeat-x;
	color: #006666;
	height: 31px;
	padding-left: 40px;
	font-size: 17px;
}

#navBottom p { padding-top: 3px; }

#navBottom a:link { color: #006666; text-decoration: none; border: 0; }
#navBottom a:visited { color: #006666; text-decoration: none; border: 0; }
#navBottom a:hover { color: #ffffff; text-decoration: none; border: 0; }

#homeContent {
	background: url(images/home_body_bottom.jpg) no-repeat;
	height: 245px;
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}
#leftContent {
	width: 400px;
	float: left;
	color: #603;
}


.lists {
	height: 39px;
	margin-bottom: 10px;
	background: url(images/home_bullets.png) no-repeat;
	padding-left: 36px;
	font-weight: 100;
}

#homeContent a:link { color: #ffffff; text-decoration: none; }
#homeContent a:visited {
	text-decoration: none;
}

.orange { color: #fff0b2; }

#bodyContent { position: relative; height: 100%; background: #ffe19b; }

.bodyImage { float: left; margin-right: 15px; }

#leftCol {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/left_col_back.jpg) bottom repeat-x #ffbc6c;
	height: 100%;
	width: 180px;
}

#leftCol p { 
	padding: 20px; 
	color: #aa0055; 
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
}

#mainContent {
	min-height: 600px;
	position: relative;
	top: 0;
	left: 180px;
	width: 734px;
	background-color: #fffde5;
	padding-bottom: 20px;
	padding-left: 35px;
}

#mainContent p {
	margin-bottom: 20px;
	max-width: 680px;
}

#mainContent h2 {
	margin: 0 50px 5px 0;
	font-size: 14px;
	color: #aa0055; 
}

#mainContent p img { float: left; margin-right: 20px; }

#header {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	width: 769px;
	height: 100px;
	left: -35px;
}

#header h1 {
	position: absolute;
	top: 65px;
	left: 49px;
	color: #ffefb1;
	font-size: 20px;
	font-weight: 100;
	width: 197px;
}

#internalBottom {
	background: url(images/content_bottom.jpg) no-repeat;
	width: 949px;
	height: 46px;
	overflow: hidden;
	color: #fff0b2;
	position: relative;
}

#internalBottom p {
	position: absolute;
	top: 13px;
	left: 210px;
	font-size: 18px;
	font-weight: 100;
}

#internalBottom a:link { color: #fff0b2; text-decoration: none; }
#internalBottom a:visited { color: #fff0b2; text-decoration: none; }
#internalBottom a:hover { color: #ffffff; text-decoration: none; }

#footer {
	color: #669900;
	font-size: 10px;
	margin-left: 25px;
	margin-top: 5px;
}

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

.pink { color: #aa0055; }
.green { color: #669900; }
.blue { color: #88d3dc; }

ol {
	margin: 0 50px 20px 80px;
}

#footer a:link { color: #669900; }
#footer a:visited { color: #669900; }
#footer a:hover { color: #88d3dc; }

hr {
	height: 0px;
	border: #ffa440 dotted 1px;
	margin: 20px 0;
	width: 680px;
}

.store_item {
	width: 680px;
	position: relative;
}

.product_item {
	width: 225px;
}

.product_description {
	position: absolute;
	top: 0;
	left: 245px;
}
.lists2 {
	text-align: right;
	font-weight: 100;
	height: 48px;
	margin-bottom: 10px;
	padding-left: 36px;
}


img { border: 0; }


.price {
	float: right;
	width: 175px;
	text-align: right;
	margin-right: 50px;
	margin-bottom: 20px;
}
#rightcontent {
	float: left;
	width: 525px;
	margin-top: 185px;
}
#image {
	position: relative;
}
#words {
	position: absolute;
	top: 76px;
	right: 12px;
	width: 401px;
	height: 196px;
	text-align: left;
}
#words p {
	text-align: right;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#words p strong {
	color: #C80079;
}
#leftContent .lists p strong a {
	color: #030;
}
#leftContent .lists p a strong {
	color: #030;
}

