﻿/*
---------------------------------
//CSS template
---------------------------------
*/

html
{
	background-color:#7b7b7b;
}

body
{
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	color: #990000;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	display:none;
}

h2
{
	color: #990000;
	font-family:verdana, arial;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 5px;
}

h3
{
	color: #993300;
	font-family:tahoma,verdana, arial;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

p
{
	color: #333333;
	font-size: 11px;
	margin-bottom: 22px;
}
.home{
font-size:12px;
}
ul{
margin-left:20px;
color: #333333;
font-size: 11px;
margin-bottom: 22px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

/* CONTAINER  */

#container
{
	text-align: left;
	margin: auto;
	width: 900px;
}

/* LOGO */

#logo
{
	width: 310px;
	height: 130px;
	position: absolute;
	margin-left: 30px;
	margin-top: 20px;
}
/* LOGO */

#westernlogo
{
	width: 110px;
	height: 30px;
	position: absolute;
	margin-left: 770px;
	margin-top: 10px;
}
/* TOP */

#top 
{
	background: url(../images/top_bg.png) repeat-x;
	height: 92px;
}

#menuContainer
{
	margin-left: 410px;
	padding-top: 35px;
}

/* BANNER */

#banner
{
	background: url(../images/banner.jpg) no-repeat;
	height: 338px;
	width: 900px;
}
/* BANNER INSIDE */

#bannerinside
{
	
	height: 200px;
	width: 900px;
}


/* SIDEBAR */

#sidebar
{
	width: 213px;
	position:absolute;
	margin-left: 660px;
	margin-top: -40px;
}

#services
{
	height: 235px;
	background-color: #e6e6e6;
	border: 1px solid #d7d7d7;
	padding: 20px;
}

#services ul
{
	list-style: square;
	color: #000000;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
}

#newsletter
{
	background: url(../images/newsletter_bg.png) no-repeat;
	width: 213px;
	height: 62px;
	margin-top: 10px;
	padding: 20px;
	padding-top: 40px;
	color: #f1f1f1;
}

#newsletter p
{
color:#FFFFFF;
}
#newsletter a
{
color:#FFFFFF;
}
input.newsletterEmail
{
	width: 115px;
}

input.newsletterSubmit
{
	width: 50px;
	height:20px;
	border:1px solid #ffffff;
	background: transparent;
	cursor:pointer;
	color:#ffffff;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* DIVIDER */

#divider
{
	width: 900px;
	background: url(../images/divider.png) repeat-x;
	height: 0px; 
}

/* CONTENT */


#content
{
	width:620px;
	background-color: #ededed;
	padding: 20px 260px 20px 20px;
	float:left;
	min-height:320px;
 	height:auto !important;
 	height:320px;

}

/* FOOTER */

#footer
{
	width:900px;
	height: 56px;
	background-color: #b5b5b5;
	border-top: 2px solid #cccccc;
	padding-top: 8px;
	float:left;
}

DIV.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 30px;
}

DIV.footerRight
{
	width:300px;
	float:right;
	text-align:right;
	margin-right: 30px;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 11px;
}
option
{
	font-size: 11px;
}
input, select
{
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

input.submit, input.reset
{
	background: url(../images/button.png) no-repeat;
	width: 60px;
	height: 25px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 10px;
}

input.submit:hover, input.reset:hover
{
	background:url(../images/button_hover.png);
}

input.submit
{
	margin-left: 110px;
}

form li
{
	
	list-style-type: none;
	padding-bottom: 10px;
}

label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	margin-top: 2px;
	text-align:right;
	
}

/*
---------------------------------
//Primary content
---------------------------------
*/

/* FRONT PAGE */

		DIV.coloumn
		{
			width: 188px;
			float:left;
			margin-right: 18px;
		}
		
		DIV.coloumnLast
		{
			width: 188px;
			float:left;
		}
		
		DIV.coloumn h3, DIV.coloumnLast h3
		{
			margin-left: 10px;
			margin-bottom: 10px;
			margin-top: 5px;
		}
		
		DIV.coloumn p, DIV.coloumnLast p
		{
			margin-left: 10px;
			font-style:italic;
		}
		
		.coloumnImage
		{´
			padding: 2px;
			margin:2px;
			border: 2px solid #a6a6a6;
		}
		
		.readMore
		{
			float:right;
			font-size: 11px;
		}
		
/* ABOUT US */

		.aboutusImage
		{
			padding: 2px;
			margin:2px;
			border: 1px solid #a6a6a6;
			float:right;
			margin-left: 20px;		
		}
		
/* CONTACT */

		#contactForm
		{
			width: 350px;
			float:left;
		}
		
		#contactInformation
		{
			border-left: 1px solid #cccccc;
			width: 210px;
			padding-left: 20px;
			float:left;			
		}
/* New Menu */
ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(../images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(../images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*RED*/
ul.menu.red{
background-color:#B11718;
}
ul.menu.red li a:hover, .menu.red li.current {
background-color:#DE3330;
}
/*table*/
table {
	border-collapse: collapse;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
caption {
	color:#990000;
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	color:#990000;
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em; 
}
tbody th {
	
	padding-left: 14px;
}
tbody th, td {
	background-color:#eee;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
/*  Popup block css  */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
 

