@charset "UTF-8";
/* CSS Document */


body {
	background: url(images/bg_page.jpg) no-repeat top center;
	background-color:#ebdcb5;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}



#logo {
	background-image:url(images/logo.jpg);
	margin-left:20px;
	width:375px;
	height:118px;
}

#info {
	text-align:left;
	margin-left: 10px;
}

#header {
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:61px;
}

#rotator {
	width:705px;
	height:300px;
}

#content {
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
}

/*//// Text Styles ////*/

.menuItem {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size:12px;
	text-align:left;
}

.description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style:italic;
	text-align:left;
}

.price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-style:normal;
	text-align:left;
}

.hot {
	color: #ff0000;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	font-style:normal;
	text-align:center;
}


/*//// Link Styles ////*/


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.menuLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

a.menuLinks:link {
	color: #000000;
	text-decoration: none;
}
a.menuLinks:visited {
	text-decoration: none;
	color: #000000;
}
a.menuLinks:hover {
	text-decoration: underline;
	color: #000000;
}
a.menuLinks:active {
	text-decoration: none;
	color: #000000;
}

.anchor {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

a.anchor:link {
	color: #000000;
	text-decoration: none;
}
a.anchor:visited {
	text-decoration: none;
	color: #000000;
}
a.anchor:hover {
	text-decoration: underline;
	color: #000000;
}
a.anchor:active {
	text-decoration: none;
	color: #000000;
}




