/*** Global Settings ****/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0;padding : 0;background:#FFFFFF;}
a:visited, a:link {color : #800000;text-decoration : yes;background:none;}
a:hover {color : #000000;text-decoration : yes;background:none;}
h1 { color : #800000;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {color : #800000;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h3 {color : #800000;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
ul {padding:0;margin:0 0 0 17px;list-style: square url(images/bullet.gif);}
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}
a img {border-width: 0px;}


/*** Layout ****/
#wrapper {margin : 0 auto;width : 776px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px;}
#bg {background : url(images/bg.gif) repeat-x; height: 50px; padding-top: 10px;}
#nav {background : #800000;padding : 10px 20px;text-align : center;color : #f6dde3; height:40px; font-weight:bold;}
#nav a:visited, #nav a:link {text-decoration : none;}
#nav a:hover {text-decoration : underline;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 25px; height:250px;}
.logotxt1 {font : normal 18px Georgia, serif;color : #592f01;margin : 10px 0 0 0px;}
.logotxt2 {font : normal 18px Georgia, serif;color : #800000; }
#logoShop {margin-bottom : 10px; height:200px;}
.logoShoptxt1 {font : normal 18px Georgia, serif;color : #592f01;margin : 10px 0 0 0px;}
.logoShoptxt2 {font : normal 18px Georgia, serif;color : #800000; }
#left-column {width : 440px;padding : 0 30px 30px;float : left;}
#right-column {width : 270px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 10px 15px;clear : both; height:350px;}

/*** Miscellaneous Layout ***/

.tagline {
	font-weight:bold; 
	text-align:center;
	font-size: 18px;
	letter-spacing: 2px;
}
.tagline a {
	text-decoration:none;
}
.serviceArea {
	width:90%; 
	background: #eee; 
	border: #800000 solid 1px;
	border-radius: 10px; 
	margin-left: auto; 
	margin-right:auto;
	box-shadow: 5px 5px 7px #aaa;
	margin-bottom: 10px;
}
.saTitle{
	color: #800000; 
	font: normal 15px Georgia, serif;
	margin-bottom:0;
	text-align:center;
	margin-top:5px;
}
.saText{
	margin-top:0;
	text-align:center;	
	margin-bottom:5px;
}

/*** SideBAR ***/
#main-image {text-align: center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(images/shadow.jpg) no-repeat top;}

/* rotator in-page placement */
div#rotator {
	height:100px;
}
div#rotator ul {
	margin: 0;
	padding: 0;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}
/* rotator image style */	
div#rotator ul li.show {
	z-index:500
}
/* form */
.control-label {
	font-size: 14px;
	font-weight: bold;
}
.form-control {
	margin-bottom:15px;
	font-size: 14px;
	padding: 5px;
}
#submit {
	background: #800;
	color:#fff;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
/* buttons */
.orderNowSm {
	border: 1px solid #800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
	background: -webkit-linear-gradient(top, #ddd, #fff);
	background: -moz-linear-gradient(top, #ddd, #fff);
	background: -ms-linear-gradient(top, #ddd, #fff);
	background: -o-linear-gradient(top, #ddd, #fff);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
	padding: 3px; 
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px; 
	color: #800; 
	text-align: center;
	line-height: 20px;
}
.orderNowSm:hover {
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: -webkit-linear-gradient(top, #fff, #ddd);
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -ms-linear-gradient(top, #fff, #ddd);
	background: -o-linear-gradient(top, #fff, #ddd);

}
.orderNowSm a{
	color:#400;
	text-decoration: none;
}
