/* IMPORT
------------------------------------------------------ */

@import url('/css/reset.css');
@import url('/css/typography.css');

/* OVERRIDING TYPOGRAPHY.CSS
------------------------------------------------------ */
body, input, textarea {
	font: 12px Arial, Sans-serif;
	line-height: 16px;
}
p, ul, ol, dd, pre {
	margin-bottom: 15px;
	color: #555;
}
p {
	line-height: 19px;
}

pre, code {
	font: 12px Monaco, monospace;
	line-height: 18px;
}

td,th {
	padding: 2px;
}

input {
	border: 1px solid #d5d5d5;
}

textarea {
	border: 1px solid #d5d5d5;
	width: 40%;
}

select {
	width: 40%;
}
blockquote {
	font-family: Georgia;
	font-style: italic;
	font-size: 130%;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 10px 0 !important;
	color: #b32017;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
	line-height:22px;
}
h3 {
	font-size: 160%;
	line-height:22px;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}

div.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
}

div.hr {
	height: 1px;
	background: #909090;
	clear: both;
}

div.hr hr {
	display: none;
}

textarea:focus,
input:focus {
	outline: none;
}
/* removes input glows */

a:active {/* removes borders in links */
	outline: none;
}

sub {
	color: #666;
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 11px;
}

sub a {
	font-size: 11px;
}

.label,
label {
	color: #777 !important;
}

/* ADDING CUSTOM STYLES
------------------------------------------------------ */

.nav-prim a,h2,h3,h4,h5,h6 {
	font-family: 'RotisSemiSerif65Bold';
}

a {
	color: #b32017;
	text-decoration: none;
}

body {
	background: url(../img/bg_body.jpg) no-repeat top center #f0f0f0;
}

/* HEADER
------------------------------------------------------ */

div.header {
	width: 800px;
	margin: 20px auto;
	text-align: center;
}

/* NAV
------------------------------------------------------ */

div.nav {
	width: 760px;
	margin: 20px auto 0 auto;
}

div.nav ul.nav-prim,
div.nav ul.nav-sec {
	margin: 0;
	padding: 0;
}

div.nav ul.nav-prim li,
div.nav ul.nav-sec li {
	display: inline;
}

div.nav ul.nav-prim {
	float: left;
	height: 30px;
}

div.nav ul.nav-prim li {
	line-height: 30px;
}

div.nav ul.nav-prim li a {
	display: table-cell;
	float: left;
	padding: 0 9px;
	font-size: 140%;
	margin: 0 3px 0 0;
	color:#555 !important;
	background: url(../img/bg_nav.png) top left;
}

div.nav ul.nav-prim li a:hover span,
div.nav ul.nav-prim li.selected a span {
	top: 0;
}
div.nav ul.nav-prim li a:hover{
	background:#566422 !important;
	color:#fff !important;
}

div.nav ul.nav-prim li.selected a:hover, 
div.nav ul.nav-prim li.selected a {
	background: #b32017 !important;
	display: table-cell;
	color: #fff !important;
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px#fff;
	box-shadow: 0 0 5px #fff;
}

div.nav ul.nav-prim li a {
	line-height: 30px;
	color: #333333;
}

div.nav ul.nav-prim li a span {
	position: relative;
	top: 3px;
}

div.nav ul.nav-sec {
	float: right;
	margin: 10px 0 0 0;
}

div.nav ul.nav-sec li a {
	font-size-: 90%;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

div.nav ul.nav-sec li.home a {
	background-image: url(../img/ico_home.png);
}

div.nav ul.nav-sec li.contact a {
	background-image: url(../img/ico_contact.png);
}

div.nav ul.nav-sec li span {
	margin: 0 5px;
	color: #ccc;
}

/* SLIDES
------------------------------------------------------ */

div.slides {
	width: 760px;
	height: 240px;
	background: #fff;
	margin: auto;
	padding: 20px;
	border: 1px solid #ccc;
	clear: both;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px#ccc;
	box-shadow: 0 0 5px #ccc;
}

div.slides h2{
	color:#fff !important;
	margin:20px 0 !important;
}

div.slides p{
	color:#fff ;
}

a.read-more{
	color:#fff;
	background:url(../img/ico_arrow_white.png) no-repeat left center;
	padding:0 0 0 15px;
	font-weight:bold;
}

/* CONTENT
------------------------------------------------------ */

div.content {
	width: 760px;
	margin: auto;
	overflow: hidden;
}

div.content a.read-more{
	background-image:url(../img/ico_arrow_red.png) !important;
	color:#b32017 !important;
}

/* CONTENT LEFT
------------------------------------------------------ */

div.content-left {
	float: left;
	background: url(../img/bg_content_left.png) no-repeat bottom center #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	width: 330px;
	padding: 20px;
	min-height: 282px;
}

/* CONTENT RIGHT
------------------------------------------------------ */

div.content-right {
	float: right;
	width:365px; padding:20px 0 0 0;
}


/* LOGOS
------------------------------------------------------ */

ul.logos{
	background:#ff3300 !important;
	margin:0; padding:0;
}

ul.logos li{
	display:inline;
	margin:10px 0px 10px 20px; padding:0;
	width:160px;
	float:left;
}

.content-right h3{
	margin-left:20px !important;
}

ul.logos li img{
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px#ccc;
	box-shadow: 0 0 5px #ccc;
}

ul.logos li.selected img,
ul.logos li img:hover{
	-moz-box-shadow: 0 0 5px #566422;
	-webkit-box-shadow: 0 0 5px #566422;
	box-shadow: 0 0 5px #566422;
}



/* FOOTER
------------------------------------------------------ */

div.footer {
	background-image:url(../img/bg_footer.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#566422;
	width: 760px;
	margin: 20px auto;
	clear: both;
	padding: 20px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px#ccc;
	box-shadow: 0 0 5px #ccc;
	color: #fff;
	height:30px;
}

div.footer ul{
	margin:0; padding:0;
	width:900px;
}

div.footer ul li{
	display:inline;
	float:left;
	color:#fff;
	padding-right:60px;
}

div.footer ul li a{
	color:#fff;
	text-decoration:underline;
}

div.copyright{
	text-align:center;
}