@charset "utf-8";
/* CSS Document */
html
{
	height: 100%;
	background-color: #f6f6f6;
}

body
{
	line-height: 150%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 860px;
	font-family: Helvetica,Verdana,Georgia,Sans-serif;
	text-align: justify;
}

h1
{
	border-bottom:2px solid #ACB4BB;
	font-size: 1.2em;
	color: #055B4A;
	margin-bottom: 3px;
}

h2
{
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	border-bottom:2px solid #ACB4BB;
	margin-bottom: 3px;
}

a { color: #055B4A; }

strong
{
	font-weight: bold;
}

#adsensecontainer {
	width: 160px;
	height: 600px;
	margin: 139px 865px;
	position: absolute;	
}

#container
{
	background-color: #ffffff;
	margin: 5px 0;
}

#titlecontainer
{
	height: 105px;
	padding-left: 267px;
	background: url(../images/topandlogo.png) no-repeat;
}

#titlecontainer #title
{
	width: 583px;
	height: 105px;
	float: left;
	background: url(../images/topmid.png) repeat-x;
}

#titlecontainer #endtitle
{
	width: 10px;
	height: 105px;
	float: left;
	background: url(../images/topright.png) no-repeat;
}

#menucontainer
{
	height: 24px;
	width: 860px;
	background: url(../images/topmenu_fill.png);
}

#menucontainer #menuleft
{
	height: 24px;
	width: 5px;
	float: left;
	background: url(../images/topmenu_left.png);
}

#menucontainer #menuitems
{
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
}

#menucontainer #menuitems a
{
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 5px;
}

#menucontainer #menuitems a:hover
{
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 0 4px 0;
}

#menucontainer #menuright
{
	height: 24px;
	width: 5px;
	float: right;
	background: url(../images/topmenu_right.png);
}

#contents
{
	background: #ffffff url(../images/contentsleft.png) repeat-y;
}

#middle
{
	padding: 5px;
}

#contents td div
{
	padding: 5px;
}

ul
{
	padding: 10px 35px;
}

li
{
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 5px;
}

.price { font-size: 12px; font-weight:bold; }

#contents #leftsidebar
{

}

#contents #middle
{

}

#contents #rightsidebar
{
	border-left: 1px solid #ACB4BB;
}

#footercontainer
{
	clear: both;
	height: 10px;
	padding-left: 10px;
	background: url(../images/bottomleft.png) no-repeat;
}

#footercontainer #footer
{
	width: 649px;
	height: 10px;
	float: left;
	background: url(../images/bottommid.png) repeat-x;
}

#footercontainer #endfooter
{
	width: 200px;
	height: 10px;
	float: left;
	background: url(../images/bottomright.png) no-repeat;
	border-left: 1px solid #ACB4BB;
}

#copyrightContainer
{
	clear: both;
	height: 10px;
	padding-top: 5px;
	text-align: center;
	color: #333333;
	font-size: 0.8em;
}