﻿@import url(../contentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/


/* Typography
========================================================================================== */
body {
	text-align: center;
	background-color: #333;
	color: #5c5c5c;
}

/* Layout
========================================================================================== */
.wrap {
	width: 764px;
	margin: 10px auto;
	text-align: left;
}
.head {
	background: #8C0505 url(../../Images/header.gif) no-repeat 0 0;
	height: 134px;
	width: 764px;
	position: relative;
	margin: 8px 0;
}
.head .logo {
	position: absolute;
	top: 35px;
	right: 25px;
	width: 195px;
	height: 37px;
	text-indent: -8888px;
}
/*
.head select {
	float: left;
	width: 120px;
	font-size: 0.687em;
	margin: 57px 0 0 80px;
}
.head input {
	float: left;
	background-color: transparent;
	border: none;
	color: #FFF;
	font-size: 0.687em;
	font-weight: bold;
	margin-top: 60px;
	margin-left: 4px;
}*/
.head h6 {
	float: left;
	font-size: 0.75em;
	color: #FFF;
	padding-left: 40px;
	margin-top: 60px;
}
.mid {
	background-color: #FFF;
	margin: 8px 0;
	padding: 20px 0;
	width: 764px;
	float: left;
}
.content {
	float: right;
	width: 500px;
	margin-right: 25px;
	display: inline;
}
.foot {
	font-size: 0.55em;
	color: #EEE;
	text-align: center;
}
.foot br {
	display: none;
}
a.distBack {
	color: #FFF;
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 15px;
	background: #8C0505;
	float: left;
}

/* Navigation
========================================================================================== */
.headMenu {
	text-align: right;
}
.headMenu li {
	display: inline;
}
.headMenu a {
	font-size: 0.625em;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}
.headMenu span {
	border-right: solid 1px #FFF;
	font-size: 0.7em;
	padding-left: 5px;
}
.headMenu li.last a {
	padding-right: 0;
}
.headMenu li.last span {
	display: none;
}


.side {
	width: 175px;
	float: left;
	position: relative;
	top: -150px;
	left: 15px;
	margin-bottom: -150px;
}
.mainMenu li {
	float: left;
	clear: left;
	width: 175px;
	position: relative;
	background-color: #8C0505;
	list-style: none;
	overflow: hidden;
	z-index: 2;
}
.mainMenu li a,
.mainMenu li.first li a,
.mainMenu li.last li a,
.mainMenu li li.first a,
.mainMenu li li.last a {
	color: #FFF;
	font-size: 0.812em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 15px;
	border: solid 2px #FFF;
	border-bottom: none;
	background: none;
}
.mainMenu li.last {
	border-top: solid 2px #FFF;
}
.mainMenu li li.last {
	border-top: none;
}
.mainMenu li span {
	position: absolute;
}
.side .mainMenu li li a {
	font-weight: normal;
	font-size: 0.75em;
}
.mainMenu li.first,
.mainMenu li.last {
	background-color: Transparent;
	z-index: 1;
}
.mainMenu li.first a,
.mainMenu li.last a {
	background: url(../../Images/btn2.png) no-repeat top right;
	border: none;
	overflow: hidden;
	padding: 5px 17px;
}
.mainMenu li li.first {
	border: none;
}
.mainMenu li.first span,
.mainMenu li.last span {
	left: 0;
	top: 0;
	width: 15px;
	height: 100px;
	background: url(../../Images/btn1.png) no-repeat 0 0;
}
.mainMenu li.first li span,
.mainMenu li li.first span,
.mainMenu li.last li span,
.mainMenu li li.last span {
	background: none;
}
.mainMenu li.last a {
	background: url(../../Images/btn3.png) no-repeat bottom right;
}
.mainMenu li.last span {	
	background: url(../../Images/btn4.png) no-repeat bottom left;
	top: auto;
	bottom: 0;
}


.side .tab {
	clear: both;
	float: left;
	width: 175px;
	margin-top: 10px;
}
.tab {
	background: url(../../Images/btn1.png) no-repeat 0 0;
}
.tab div {
	background: url(../../Images/btn2.png) no-repeat top right;
}
.tab div div {
	background: url(../../Images/btn3.png) no-repeat bottom right;
}
.tab h3 {
	padding: 20px 18px 5px;
	font-size: 0.812em;
}
.tab h3 a {
	color: #FFF;
	text-decoration: none;
}
.tab p {
	background: url(../../Images/btn4.png) no-repeat bottom left;
	padding: 5px 17px 40px;
	color: #FFF;
	font-size: 0.687em;
}


/* Home Page
========================================================================================== */
.homeButtons {
	position: relative;
}
.homeButtons a {
	position: absolute;
	top: -20px;
	left: 20px;
	background: url(../../Images/btn.png) no-repeat top center;
	color: #FFF;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
	line-height: 2.6;
	width: 180px;
	height: 33px;
	text-indent: 20px;
}
.homeButtons a.productBtn {
	left: 420px;
}
.home .side {
	display: none;
}
.home .content,
.home .LatestNews {
	width: 300px;
	float: left;
	margin: 0 30px;
	display: inline;
}
.home .LatestNews .Normal {
	float: left;
	width: 300px;
	border-bottom: solid 2px #5C5C5C;
	padding: 10px 0 0;
}
.home .LatestNews .Normal div {
	margin: 0;
}
.home .LatestNews .Normal a {
	float: right;
	margin-bottom: 6px;
	position: relative;
}
.home .LatestNews .Normal div a {
	float: none;
	margin: 0;
}
.home .LatestNews .paraControls {
	display: none;
}
.testimonials h2 {
	margin: 0 30px 10px;
	padding-top: 30px;
}
.testimonials div {
	margin: 10px 30px 50px;
}
.testimonials img {
	float: left;
	margin: 0 10px 10px 0;
}

/* Find us
========================================================================================== */
.Map {
	clear: both;
}
.Map img {
	float: left;
	margin-right: 30px;
}
.Map div.info {
	float: left;
	width: 300px;
}
.Map #Local {
	clear: both;
	width: auto;
	padding: 30px 0;
}
.Map #Local img {
	float: none;
}


/* Forms
========================================================================================== */
.form {
	border: none;
	margin: 0;
	padding: 0;
}
.form div {
	margin: 0;
}
.form label {
	text-align: right;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 5px;
}
.form table {
	width: 150px;
	margin-top: 6px;
}
.form table input,
.form table label {
	float: left;
	margin-top: 0;
}
.form input,
.form textarea {
	margin-top: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
	text-align: left;
}
/* Sitemap
========================================================================================== */
.Sitemap 
{
    padding: 0 0 50px;
    margin-left: 40px;
}
.Sitemap li
{
	padding-bottom: 3px;	
	font-size: 0.75em;
}
.Sitemap ul 
{
    margin: 10px 0 10px 25px;
}
.Sitemap p
{
	line-height: 1.3;
}
.Sitemap li li,
.Sitemap li p 
{
    font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns {
    float: left;
    display: inline;
    margin-top: 10px;
}
.home .pnlParaBtns {
    float: right;
    margin-right: 20px;
}
.pnlParaBtns select {
    position: relative;
    top: -4px;
}
.SiteHeader {
    float: right;
    margin-right: 20px;
    display: inline;
    margin-top: 10px;
}
.pnlConfirm {
    clear: both;
    padding: 40px;
    text-align: center;
}
.paraControls {
    clear: both;
    margin-left: 20px;
}
.paraControls a {
    font-size: 0.75em;
    color: #999;
    text-decoration: none;
}
