/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {margin:0px; background:#F9F8F3; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:14px; color:#444444;}

.top-hat{
	width: 100%;
	height: 29px;
	background: url(top-hat-bg.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-top:10px;
}
.top-hat-wrapper{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	margin-top:-10px;
}
.top-hat-wrapper ul li{
	list-style-type: none;
	dislay: block;
	float: right;
	margin-left: 5px;
	font-size: 14px;
	padding-right: 3px;
	padding-left: 3px;
}
.top-hat-wrapper ul li a{
	color:#333333;
}
.myClear{
	clear:both;
}

.wrapper {
	width: 996px;
	background: #fff;
	padding: 14px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: #000 0px 0px 5px;
}

.template {width:960px; margin-left:auto; margin-right:auto;}

.heading {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.heading ul li{
	list-style-type:none;
}
.main-utility{
	float:left;
}
.main-utility.logo{
	width: 460px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.main-utility.content{
	width: 564px;
}
.phone{
	font-size: 23px;
	color: #FF6D3F;
	text-align: right;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
.overflow {overflow:visible;}
.float-left {float:left;}
.float-right {float:right;}
.pad-t10 {padding-top:10px;}
.pad-r10 {padding-right:10px;}
.top-menu {font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:15px;}
.top-menu li {display:inline; list-style:none; padding-left:20px; padding-right:30px;}
.top-menu li a:link {color:#ffffff; text-shadow:1px 1px 0px #CC3333; text-decoration:none;}
.top-menu li a:visited {color:#ffffff; text-shadow:1px 1px 0px #CC3333; text-decoration:none;}
.top-menu li a:hover {color:#FF6; text-shadow:1px 1px 0px #CC3333; text-decoration:none;}
.top-menu li a:active {color:#ffffff; text-shadow:1px 1px 0px #CC3333; text-decoration:none;}
.upper-menu {float:right; padding-right:11px; font-size:13px;}
.upper-menu li {padding-left:18px; display:inline; background: url(upper-menu-bullet.png) no-repeat; padding-right:15px; }
.upper-menu li a:link {color:#666666; text-decoration:none;}
.upper-menu li a:visited {color:#666666; text-decoration:none;}
.upper-menu li a:hover {color:#F60; text-decoration:underline;}
.upper-menu li a:active {color:#666666; text-decoration:none;}
.bottom-menu {float:right; text-align:right; font-family:Trebuchet MS, Arial, Helvetica, sans-serif;}
.bottom-menu li {display:inline; padding-right:20px; font-size:11px;}
.bottom-menu li a:link {color:#ffffff; text-decoration:none;}
.bottom-menu li a:visited {color:#ffffff; text-decoration:none;}
.bottom-menu li a:hover {color:#FF6; text-decoration:none; text-shadow:1px 1px 0px #CC3333}
.bottom-menu li a:active {color:#ffffff; text-decoration:none;}
.menu-bar {background:url(menu-bar-bg.png);  text-align:left; border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px;}
.footer-bar {
	overflow: auto;
	background: #FFBF00;
	/* [disabled]padding: 12px; */
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #75360D;
	border-bottom-color: #75360D;
	/* [disabled]margin-bottom: 20px; */
}
.company-name a:link {color:#222222; text-decoration:none;}
.company-name a:visited {color:#222222; text-decoration:none;}
.company-name a:hover {color:#F60; text-decoration:none;}
.company-name a:active {color:#222222; text-decoration:none;}
.search-box {
	float: right;
	background: url(search-area-bg.png) no-repeat;
	width: 246px;
	height: 26px;
	text-align: left;
}
.search-title {float:right; color:#f60; padding-right:10px; padding-top:8px;}
.search-field {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
	background: none;
	border: none;
	width: 195px;
	margin-top: 2px;
	margin-left: 10px;
	color: #FAF9F4;
}
.social-icons {float:right; padding-right:20px;}
.social-icons li {display:inline; padding-left:5px;}
.w500 {width:520px;}
.pos-slogan {
	/* [disabled]position:absolute; */
	z-index: 3;
	overflow: auto;
	/* [disabled]width: 100%; */
	text-align: right;
	/* [disabled]padding-top: 15px; */
}
.pos-search {
	position: absolute;
	z-index: 2;
	overflow: auto;
	width: 520px;
	text-align: right;
	padding-top: 49px;
	left: 579px;
	top: -18px;
}
.pos-upper-menu {
	position:absolute;
	z-index:1;
	overflow:hidden;
	width:520px;
	text-align:right;
	padding-top:98px;
}
.content-box {background:#ffffff; border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px; padding:15px; margin-top:10px;}
.credit-cards {padding:10px; padding-bottom:15px; text-align:center;}
.content-area {overflow:auto; background-color:#FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.left-rail {float:left; width:216px; padding-left:8px; padding-top:5px;}
.nav-title {
	height: 35px;
	width: 276px;
	margin-left: auto;
	margin-right: auto;
	margin: 0px 0px 10px 0px;
}

.side-menu-container {
	margin-left: auto;
	margin-right: auto;
	width: 276px;
}
.right-rail {float:right; width:725px; margin-top:3px; padding:5px; }
.content-info {padding:0px 7px 0px 7px;}
.content-wrapper{
	width: 760px;
	float: left;
}


.side-menu { 
width:250px;
background: #FE6D0E;
border-radius: 4px; 
-moz-border-radius: 4px; 
-ms-border-radius: 4px; 
-webkit-border-radius: 4px; 
-khtml-border-radius: 4px; 
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	

}
.side-menu-title {
text-align: center; 
margin-left: auto; 
margin-right: auto; 
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
width: 220px;

}
.pad15 {
	padding: 15px;
}
.pad-b10 {
padding-bottom: 20px; 

}
.slider-container {
padding-left: 15px; 
padding-top: 0px; 
padding-right: 0px; 

}
.content-pad {
	padding: 10px 0 30px 15px;
	width: 732px;
}
