@charset "UTF-8";

body {
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	font-family: sans-serif;
}
#header {
}
#wrap {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	padding: 0;
}
#content {
	margin-left: 2px;
	margin-right: 2px;
}
#footer {
	background: #434343 url(../images/sprite-f.png) repeat-x top;
	padding: .7em 0em;
	clear: both;
	height: 4em;
}
p  {
	line-height: 125%;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
	clear: both;
}
#footer p {
	color: #FFF;
	font-size: .8em;
	margin-left: 10px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
}
em {
	font-style: italic;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#FF9900;
}
a:active {
	color:#990000;
}
ul.plain {
	list-style: none;
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 15px;
}
ul.bullet {
	list-style: disc;
	margin-left: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 15px;
}
ul.bullet ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.stack {
	clear:both;
}
h1 {
	font-size: 1.2em;
	background-color: #F6F6F6;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	padding-left: 10px;
	padding-top: .3em;
	padding-bottom: .3em;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	margin-left: -10px;
	margin-right: -10px;
	clear: both;
}
h2 {
	font-size: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	clear: both;
	border-bottom: 1px solid #D8D8D8;

}
#header div.branding {
	height: 80px;
	background: url(../images/img-bran.png) repeat-x top;
	display: block;
	width: 100%;
	overflow: hidden;
}
#header div.branding img {
	padding-top: 20px;
	padding-left: 10px;
}
#header div.branding a {
	width: 100%;
	height: 68px;
	display: block;
	background-image: none;
	padding-right: none;
}
#header div.branding p {
	text-indent: -5000px;
}
ul.nav-horizontal-rounded  {
	padding:0;
	margin: 0 0 .6em 0;
	list-style-type: none;
	width: 100%;
	height: 40px;
	float: left;
}
ul.nav-horizontal-rounded  {
	margin: 4px 0 4px 0;
}
ul.nav-horizontal-rounded  li {
	float: left;
	display: block;
	padding: 0;
	margin-bottom: 0;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background: #FFF url(../images/sprite-n.png) no-repeat -20px 0px;
}
ul.nav-horizontal-rounded  li:hover {
	background:  url(../images/sprite-n.png) repeat-x -20px -50px;
	color: #FFF;
}
ul.nav-horizontal-rounded  li a {
	display: block;
	background: url(../images/vertical.png) repeat-y left center;
	height: 40px;
	padding-right: 0px;
	text-decoration: none;
}
ul.nav-horizontal-rounded  .first a  {
	background-image: none;
}
ul.nav-horizontal-rounded  li a:hover {
	color: #FFF;
	background-image: none;
	cursor: pointer;
	outline: none;
}
ul.nav-horizontal-rounded  li.first {
	background: #FFF url(../images/sprite-n.png) no-repeat 0px 0px;
}
ul.nav-horizontal-rounded  li.first :hover {
	background: #92CF1A url(../images/sprite-n.png) repeat-x 0px -50px;
	color: #FFF;
}
ul.nav-horizontal-rounded  li.last :hover {
	background: #92CF1A url(../images/sprite-n.png) repeat-x right -50px;
	color: #FFF;
}
ul.nav-horizontal-rounded li.last {
	background: #FFF url(../images/sprite-n.png) no-repeat right 0px;
}
.four-piece {
	width: 25%;
}
.three-piece {
	width: 33.3%;
}
.two-piece {
	width: 50%;
}
a[href^="mailto:"] {
	background: url(../images/img-link-email.png) no-repeat right top;
	padding-right: 1em;
}
a[href^="tel:"] {
	background: url(../images/img-link-tel.png) no-repeat right top;
	padding-right: 1em;
}
a[href^="sms:"] {
	background: url(../images/img-link.png) no-repeat right top;
	padding-right: 1em; 
}
fieldset {
	margin-top: 0;
}
legend {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: .5em;
	color: #cb6a49;
}
form {
	color: #333333;
}
form ul {
	list-style-type: none;
	margin-bottom: .5em;
	margin-top: .5em;
	padding: 0;
}
form ul li {
	margin: 0;
	padding: 0;
}
form label {
	font-size: .9em;
	margin-bottom: .5em;
	margin-top: .5em;	
}		
input[type='text'] { 
	border: 1px solid #D8D8D8;
	background: #FFF url(../images/img-form-input-shadow.png) repeat-x top;
	display: block;
	padding: 0.2em;
	width: 98%;		
	color: #333333;
	margin-bottom: .5em;
	margin-top: .5em;
}
textarea { 
	border: 1px solid #D8D8D8;
	background: #FFF url(../images/img-form-input-shadow.png) repeat-x top;
	display: block;
	padding: 0.2em;
	color: #333333;
	width: 98%;	
	line-height: normal;
	margin-bottom: .7em;
}
form ul li input[type='radio'], form ul li input[type='checkbox'] { 
	margin:0.1em 0em;
	padding: 0;
}
select {
	border: 1px solid #D8D8D8;
	background: #fff;
	color: #666666;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	margin: 0.2em 0;
	display: block;
	width: 98%;
}
input[type='submit'] {
	display: block;
	line-height: 40px;
	height: 40px;
	width: 100px;
	background: #F6F6F6 url(../images/sprite-button-flat.png) repeat-x 0px 0px;
	text-align: center;
	border-bottom: 2px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	text-decoration: none;
	color: #333333;
	padding: 0 .3em;
	margin-bottom: 0.5em;
}
input[type='submit']:hover {
	background: #cb6a49 url(../images/sprite-button-flat.png) repeat-x 0px -50px;
	color: #FFF;
	outline: none;
	border-bottom: 2px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
}
table {
	border: 1px solid #D8D8D8;
	margin: 0 0 0 30px;
	width: 80%;
	color: #333333;
	vertical-align: top;
}
td {
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding-left: .3em;
	padding-right: .3em;
	padding-top: .2em;
	padding-bottom: .2em;
	line-height: 1.5em;
}
tr {
	height: 1.5em;
}
th, tfoot {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #434343;
	text-align: left;
	padding-left: .3em;
	padding-right: .2em;
	padding-top: .2em;
	padding-bottom: .2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
}
.odd {
		background: #F6F6F6;
}

tr:hover {
		background: #cb6a49 url(../images/sprite-table-hover.png) repeat-x top;
		color: #FFF; 
}
.box-flat {
	background: #FBFBFB url(../images/img-box-.png) repeat-x left bottom;
	margin: 0.2em 0em 0.2em 0em;
	padding: 1em 1em 0.2em 1em;
	border-top: 1px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
}
.box-flat p {
	padding: 0;
}
.box-rounded {
	background: url(../images/img-box0.png) no-repeat left bottom;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.box-rounded-outer {
	background: url(../images/img-box1.png) no-repeat right bottom;
	padding-bottom: 10px;
}
.box-rounded-inner {
	background: url(../images/img-box2.png) no-repeat left top;
}
.box-rounded h2 {
	background: url(../images/img-box3.png) no-repeat right top;
	padding-top: 10px;
	padding-bottom:5px;
	margin: 0;
	font-size: 110%;
	color: #cb6a49;
}
.box-rounded p {
	padding:0;
	margin: 0;
}
.box-rounded h2, .box-rounded p {
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}
div.rating span{
	float: right;
	padding-top: 0.4em;
}
div.rating {
	width: 150px;
	height: 24px;
	background: url(../images/sprite-r.png) no-repeat 0px 0px;
	margin-bottom: 1em;
}
div.stars-0 {
	background-position: left 0px;
}
div.stars-1 {
	background-position: left -25px;
}
div.stars-2 {
	background-position: left -50px;
}
div.stars-3 {
	background-position: left -75px;
}
div.stars-4 {
	background-position: left -100px;
}
div.stars-5 {
	background-position-y: left -125px;
}
