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

body {
	background-image: url(../images/gradient12645191.png);
	background-repeat: repeat-x;
	background-color:#feffe8;	
}
.main {
}
#header {
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: 1px solid #999;
	height: 110px;
	width: 100%;
	background-color: #FFF;
}
#nav {
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav li {
	margin: 0;
	float: left;
	width: auto;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	display: block;
}
#top_nav {
	text-align: left;
	float: right;
	width: 480px;
	margin-bottom: 5px;
	margin-top:-5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#top_nav a:link {
	color: #600;
	text-decoration: none;
	font-size:1.2em;
}
#top_nav a:hover{
	color: #000;
}

#side_nav {
	float: left;
	height: 370px;
	width: 200px;
	display: inline;
	margin-left: 10px;
}
.side_nav {
}
.side_nav li {
}
#wrapper {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	height: 100%;
	width: 100%;
	background-color: #FFF;
}
.hours {
	font-size: 1em;
	font-variant: normal;
	color: #600;
	text-align: right;
}
.heading {
	background-attachment: scroll;
	background-image: url(../images/heading_image.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:45px;
	width:100%;
	text-indent: 25px;
	margin-bottom:0px;
	margin-bottom:5px;
	
}
.heading h1{font-size: 2.2em;}
.heading h5{font-size: 1.5em;}

#footer {
	width:100%;
	height:50px;
	background-color:#F0E6DD;
	color: #030;
	text-align: center;
	padding: 10px 0 10px 0;
	}
#footer a {
	font-size: .8em;
	text-decoration: none;
}

.box{
	border:2px solid #808040;
	width:95%;
	height:100%;
	padding:5px;
	text-align: center;
	background-color: #CEC4BD;
}
.shades {
	background-color: #FFF;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.hr_image {
	margin-left: 200px;
}
.side_img {
	margin-left: 10px;
	margin-bottom: 20px;
}
.readymade a:link {
	background-image: url(../images/readymade_button.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 58px;
	width: 280px;
	text-indent: -10000px;
	margin-top:40px;
	margin-right: -185px;
}

a:hover .side_img {
		
	opacity:0.4;filter:alpha(opacity=40); /* For IE8 and earlier */
-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; 
}
