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

body{
	background: #EFEFEF;
	text-align: center;
	color: #636363;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#bg_holder{
	
}

#contentBox{
	margin: 20px;
	min-height: 500px;
	
}

#contentBox2{
	margin: 20px;
	min-height: 500px;
	background-attachment: fixed;
	background-image: url(images/coffee.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
#content{
	width: 375px;
	float: left;
	padding-top: 10px;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 50px;
}

#content p{
	padding: 10px 0px 10px 0px;
}

#side_menu{
	width: 525px;
	padding-left: 0px;
	float: right;
}

h1{
	width: 233px;
	height: 36px;
	background: url(../images/shared/h1_bg.gif) no-repeat center center;
	font-size: 24px;
	color: #636363;
	line-height: 36px;
}


h1 a, h1 a:hover{
	text-decoration: none;
	color: #636363;
	display: block;
	padding-left: 18px;
	height: 36px;
}

h2{
	width: 233px;
	background: url(../images/shared/h2_bg.gif) no-repeat center center;
	font-size: 16px;
	color: #485705;
	line-height: 28px;
	margin-top: 10px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

h2 a, h2 a:hover{
	text-decoration: none;
	color: #485705;
	height: 28px;
	padding-left: 18px;
	display: block;
}

#side_menu p{
	font-size: 12px;
	margin: 20px;
}

#sub_menu2{
	float: right;
	width: 410px;
	height: 35px;
	margin-top: 0px;
	list-style-type:none;
	display: block;
	text-align: right;
	padding-right: 5px;
}

#sub_menu2 li{
	float: right;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#sub_menu2 a{
	line-height: 29px;
	color: #707070;
	text-decoration: none;
	text-align: right;
}

#sub_menu2 a{
	width: 100px;
	height: 25px;
	display: block;
}

#sub_menu2 a:hover {
	color: #9e0b0f;
	
}

#sub_menu2 a.on, #sub_menu2 a.on:hover {
	color: #9e0b0f;
}




span.side_small{
	font-size: 10px;
}

.clear{
	clear: both;
}

#reviews{
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 10px;
	height: 150px;
	width: 300px;
}

a:link {
	color: #9E0B0F;
}
a:visited {
	color: #9E0B0F;
}
a:hover {
	color: #333333;
}
a:active {
	color: #9E0B0F;
}

