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

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	height: 167px;
	width: 950px;
	background-image: url(../images/layout/background_01.png);
}
#top img{
	padding-top: 52px;
	padding-left: 245px;
}
#middle {
	background-image: url(../images/layout/background_03.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 960px;
	position: relative;
	float: left;
	min-height:375px;
}
#circle_bottom {
	height: 75px;
	width: 220px;
	background-image: url(../images/layout/background_02.png);
	background-repeat: no-repeat;
}
#nav {
	height: 285px;
	width: 125px;
	padding-left: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	display: block;
	overflow: hidden;
}
#nav li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	list-style-type: square;
}
#nav li a {
	text-decoration: none;
	color: #444;
	line-height: 28px;
	display: block;
}
#nav li a:hover{
	color: #ff0099;
	display: block;
}
#nav li:hover {
	list-style-image: url(../images/layout/nav_arrow.png);
}
.active {
	color: #AAA;
}
#home {
	float: right;
	width: 660px;
	padding-top: 20px;
	padding-right: 55px;
	height: 100%;
}
#content {
	float: right;
	width: 645px;
	padding-right: 75px;
	height: 100%;
	margin-bottom: 50px;
	margin-top: 25px;
}
#content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #444;
	list-style-type: square;
	list-style-position: inside;
}
.text_img {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.text_img2 {
	float: right;
	margin-bottom: 15px;
}
#bottom {
	background-image: url(../images/layout/background_05.png);
	height: 198px;
	width: 960px;
}
#bottom a img{
	
}
#bottom a img:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: .85;
}
#message {
	width: 370px;
	float: left;
}
#current-specials {
	width: 260px;
	float: right;
	padding-right: 0px;
	background-image: url(../images/layout/specialsbox_top.jpg);
	background-repeat: no-repeat;
	background-color: #ccffcc;
	margin-bottom: 25px;
}
#current-specials_top {
	background-image: url(../images/layout/specialsbox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 260px;
	padding-bottom: 10px;
}
#current-specials img{
	margin-top: 5px;
	margin-bottom: 5px;
}
#specials_text {
	padding-right: 20px;
	padding-left: 20px;
}
#cleaner {
	clear:both;
	line-height:0;
	height:0;
	font-size:0; /* kills IE6 bug */
}
#Special1 {
	margin-left: 46px;
	float: left;
	padding-top: 4px;
}
#Special2 {
	margin-left: 18px;
	float: left;
	padding-top: 4px;
}
#Special3 {
	float: left;
	margin-left: 18px;
	padding-top: 4px;
}
.newsletter {
	float: left;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEE;
	font-weight: bold;
}
#outside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100px;
	text-align: right;
	margin-right: 60px;
	line-height: 16px;
	font-weight: bold;
	color: #EEE;
}
#outside a{
	text-decoration: none;
	color: #EEE;
}
#outside a:hover {
	text-decoration: underline;
	color: #006;
}
#testimonials {
	float: right;
	width: 217px;
	padding: 0px;
}
#form_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin: 0px;
	background-color: #9FF;
	height: 350px;
	width: 500px;
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #555;
	padding: 5px;
	position: absolute;
	left: auto;
	top: 100px;
	right: auto;
}
#form_div2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin: 0px;
	background-color: #9FF;
	height: 350px;
	width: 500px;
	padding: 25px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #555;
	padding: 5px;
	position: absolute;
	left: auto;
	top: 100px;
	right: auto;
}
.thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thick solid #FFcc33;
}
.thumb img:hover {
	filter:alpha(opacity=50);
..-opacity:0.8; 		opacity:0.5;
	-khtml-opacity:0.8;
}

