/*--------- Color dictionary ----------
	Text: #4b494a;
	Orange: #fe5b03;
	Link-blue: #43758f;
	Gray: #696768;
---------- */

/*********************************************************
* 																		TABLE OF CONTENTS
*********************************************************

General
	Elements
		Headings
		Links
		Lists
		Forms & Inputs
		Paragraphs
		Tables
	Classes
Layout
Layout dependent
Menus
	Primary
	Secondary
Specific
	Forms
	Headings
	Links
	Lists
	Tables
Layout pieces
	Classes
	IDs
Pages
*/

/*********************************************************
												***** LEARN, BUT DON'T STEAL! *****
*********************************************************/


@import url('general.css');


/*------------ LAYOUT ------------*/
	#wrap {
		min-width: 910px;
		background:transparent;
		text-align: left;
	}
	
	#head-wrap {
		background: #494342 url('../images/bison-head-bg.jpg') 0 0 repeat-x;
	}
	
	#head, #nav, #content {
		width:870px;
		margin: 0px auto;
		padding: 0px 20px;
		/* general typography */
			font-size: 0.875em; /* 14px/16px */
			line-height: 1.4285em; /* 20px/14px */
			text-align:left;
	}
	
	#head {
		position: relative;
		height:60px;
		background: transparent url('../images/bison-head-center-bg.jpg') 50% 0% no-repeat;
	}
	
		#head .logo {
			float:left;
			display: block;
			position: relative;
			top:10px;
			width: 255px;
			height: 30px;
			text-indent: -9999px;
		}
		
		#head .phone {
			position: relative;
			float:right;
			font-size: 2.35em;
			line-height: 1em;
			color :#efd6a5;
			font-family:'Bookman Old Style','Book Antiqua','Trebuchet MS',Sans-serif;
			font-style: italic;
			padding-top: 12px;
		}
		
		#head .phone span {
			position: relative;
		}
		
		#head .phone span.shadow {
			color:#2f2929/* #201d1d */;
			position:absolute;
			top:14px;
		}
		
		#road-sign {
			display: block;
			position: absolute;
			top:0px;
			_top:-46px;
			left: 285px;
			width: 135px;
			height: 165px;
			background: transparent url('../images/bison-road-sign.png') 0px -46px no-repeat;
			/*_background: none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='data/template/images/bison-road-sign.png');*/
			z-index:2;
		}
		
		*:first-child+html #road-sign {
			position: static;
			background-position:10px -46px;
			width: 145px;
		}
		
	#nav-wrap {
		background: #d2dfb3 url('../images/bison-nav-bg.gif') 0 0 repeat-x;
		border-bottom: 1px solid #b7c29b;
		min-width:910px;
	}
	
		#nav {
			position: relative;
			min-height:51px;
			_height: 51px;
			z-index: 10;
		}
		
		#nav ul, #subnav ul {
			margin: 0px;
		}
		
		#nav li, .inplace-nav li, #subnav li {
			display: inline;
			margin:0px;
			list-style: none;
		}
		
		#nav a,
		#nav li ul a,
		#nav li.active ul a {
			display: block;
			float:left;
			line-height: 51px;
			padding-left:33px;
			text-decoration:none;
			color: #3b3737;
		}
		
		#nav a span {
			position: relative;
		}
		
		#nav a span.shadow {
			color:#fff;
			/* left:1em; */
			position:absolute;
			top:0.05em;
		}
		
		#nav .active {
		}
		
		#nav .active a,
		#nav a:hover,
		#nav li ul a:hover,
		#nav li.active ul a:hover {
			color:#3542b7;
			/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/acy-menu-arrow.png');*/
		}
		
		/* subnav */
		
		#subnav-wrap {
			/* position: relative; */
			width:861px;
			min-height:33px;
			_height: 33px;
			background: transparent url('../images/bison-subnav-bg.png') 0 0 repeat;
			_background: none;
			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bison-subnav-bg.png');
		}
		
		#subnav {
			width:861px;
			min-height:33px;
			_height: 33px;
			position: relative;
			z-index:10;
		}
		
		#subnav-bottom {
			display: block;
			clear: both;
			width:861px;
			height:7px;
			margin-bottom:2.83em;
			background: transparent url('../images/bison-subnav-bottom.png')0 0 no-repeat;
			_background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/bison-subnav-bottom.png');
		}
		
		#subnav a {
			display: block;
			float:left;
			/* line-height: 33px; */
			padding:8px 0px 0px 33px;
			text-decoration:none;
			color: #f0d8a8;
		}
		
		#subnav a:hover {
			color:#d2dfb2
		}
		
		#subnav .active a {
			color: #fff;
			cursor: default;
		}
		
		#subnav a span {
			position: relative;
		}
		
		#subnav a span.shadow {
			color:#594848;
			position:absolute;
			top:9px;
		}
		
		.inplace-nav a {
			padding-left:33px;
			text-decoration:none;
			/*color: #3b3737;*/
			background: transparent url('../images/bison-th-border.gif') 15px 50% repeat-y;
		}
		
		.inplace-nav a:hover {
			color: #3b3737;
		}
	
	#content-wrap {
		min-width:910px;
		padding-top: 1px;
		background: transparent url('../images/bison-anycontent-bg.jpg') 50% 1px no-repeat;
	}
	
	#content {
		padding-bottom: 30px;
		background: transparent url('../images/bison-cactus.gif') 100% 100% no-repeat;
	}
	
	/* 	h1.pagetitle {
			font-size:30px;
			font-weight:400;
			margin-top:65px;
		} */
	
	#footer-wrap {
		clear:both;
		background: #494342 url('../images/bison-footer-bg.jpg') 0 0 repeat-x;
		min-width:910px;
	}
		
	#footer {
		width:870px;
		margin: 0px auto;
		padding: 40px 20px 0px 20px;
		min-height: 59px;
		_height: 59px;
		background: transparent url('../images/bison-footer-center-bg.jpg') 50% 0% no-repeat;
		color: #8c7e7e;
		font-size: 0.8125em; /* 13xp/16px */
		line-height: 1.384em; /* 13px/18px */
		text-align: left;
	}
	
	#footer a {
		color: #8c7e7e;
	}
	
	#footer a:hover {
		text-decoration: none;
	}
	
	#footer .counters img {
		padding-right:15px;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
	
	#footer .treaty {
		float:left;
		width:29%;
		padding-left: 40px;
		background: transparent url('../images/doc-icon.jpg') 0 0 no-repeat;
	}

	.aside {
		float:left;
		border-right: 1px solid #d2dfb2;
		padding-right: 40px;
		width:504px;
	}
	
	.bside {
		float:left;
		border-left: 1px solid #d2dfb2;
		padding-left:40px;
		width:284px;
		margin-left:-1px;
	}
	
	.north-star,
	.south-star {
		display: block;
		height:13px;
		background: transparent url('../images/bison-north-star.gif') 538px 0px no-repeat;
	}
	
	.north-star {
		margin-top: -13px;
	}
	
	.south-star {
		clear: both;
		background-image:url('../images/bison-south-star.gif');
	}
	
	/*------------ IDs ------------*/

/* #news */
#news {
	/*float:left;
	width:325px;
	padding-right: 19px;
	border-right: 1px solid #cdcac1;
	font-size: 1.165em;*/
}

/*#content .wide {
	width:578px;
	border-right:0px;
	padding-right: 0px;
}*/

	#news dt {
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		/* color:#9e0b0f; */
		color: #537b24/* b78535 */;
		font-weight:400;
	}
	
	#news dd {
		margin-bottom:1.5em;
		border:0px;
	}
	
	#news dd h3 {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	#news a.title {
		font-style: italic;
		font-size: 1.142em; /* 16px */
	}
	
	/* #news a.rarr {
		background-image:url('../images/rarr-white.gif');
	} */
	
	#news h2 {
		margin-top:0.4em;
		font-size:1.8em; /* 23px */
		line-height:0.78em; /* 18 */
		font-weight:700;
		font-style: italic;
	}	
	
	#news .more,
	#news .rss,
	.print {
		color:#777;
		font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
		font-size: 0.9167em;
		text-decoration: underline;
	}
	
	#news .more:hover,
	#news .rss:hover,
	.print {
		text-decoration: none;
	}
	
	#news .rss {
		background: transparent url('../images/rss-icon.gif') 0 55% no-repeat;
		padding-left: 16px;
	}
	
	.print {
		background: transparent url('../images/txt.png') 0 55% no-repeat;
		padding-left: 16px;
	}
/* /#news */

/* Pagination */

#pagination {
	margin:2.5em 0em 1.25em 0em;
	font-weight:bold;
	/*font-family:Verdana, Sans-serif;*/
}

#pagination a,
#pagination b {
	padding:3px 7px;
}

#pagination b {
	background:transparent;
	/* color:#9E0B0F; */
	color: #88858C;
}

/* /Pagination */

/* Theme nav */

.theme-nav {
	display:block;
	float:right;
	padding:0.6em 9px;
	border-left:1px solid #d2dfb2;
}

.theme-nav li {
	color:#a6a6a6;
	padding:2px 8px 3px 8px;
	margin-bottom: 0.5em;
}

.theme-nav a {
	color:#454545;
	text-decoration:none;
}

.theme-nav a:hover {
	text-decoration:underline;
}

.theme-nav li.active {
	background:#3b3737 none 0% 100% no-repeat;
}

.theme-nav li.active a {
	color:#f0d8a8;
	cursor:default;
}

.theme-nav li.active a:hover {
	text-decoration: none  !important;
	color:#f5f5f7;
	cursor:default;
}

.last-theme-nav {
	margin-left:40px;
}

.cars-info {
	float:left;
	width: 270px;
	margin-right: 20px;
}

.cars-info .label,
.car-block .label {
	background: transparent url('../images/bison-dotted-hr-2.gif') 0% 100% repeat-x;
	padding-right: 5px;
}

.cars-info .label span,
.car-block .label span {
	background-color: #E7ECBF;
	padding-right: 2px;
}

.cars-info .value,
.car-block .value {
	background: transparent url('../images/bison-dotted-hr-2.gif') 0% 100% repeat-x;
	padding-left: 5px;
	text-align:right;
}

.cars-info .value span,
.car-block .value span {
	background-color: #E7ECBF;
	padding-left: 2px;
}

.cars-images {
	float:left;
}

.cars-images li {
	width:266px;
	float: left;
}

.cars-images li.first {
	/* float:left; */
	/* margin-right:30px; */
	clear:left;
	margin-right:24px;
}

.cars-images a,
.car-block a {
	text-decoration: none;
}

.cars-images img,
.car-block img {
	border: 3px solid #d2dfb2;
}

.cars-images a:hover img,
.car-block a:hover img {
	border-color: #c8d6ab;
}

.cars-hr {
	clear: both;
	height: 3px;
	margin-bottom: 0.5em;
	background: transparent url('../images/bison-hr.jpg') 50% 0% no-repeat;
}

/* Cars v2 */
.car-block {
	float:left;
	_display: inline-block;
	width: 266px;
	margin-left:24px;
}

.first-car-block {
	margin-left: 0px;
}

/* PAGES */

/* home page */

#disclaimer {
	padding-top: 40px;
}

#disclaimer .aside {
	float:left;
	width: 500px;
	padding-right: 35px;
	font-size: 1.714em;
	line-height: 1.5em;
	color: #3b3737;
	border:0px;
}

#disclaimer .bside {
	float:left;
	width: 290px;
	padding-left: 45px;
	color: #3b3737;
	font-size: 1.142em;
	line-height: 1.125em;
	font-weight: 400;
	border:0px;
}

#disclaimer .bside li {
	padding-left: 45px;
	background: transparent url('../images/bahar-y-tick.gif') 3px 50% no-repeat;
	margin-bottom: 1em;
}
		
#disclaimer .bside .one {
	background-image: url('../images/bahar-y-tick-2.gif');
}

#disclaimer .bside .three {
	/* color: #61a79d; */
	background-image: url('../images/bahar-y-tick-3.gif');
}

.home-page #content-wrap {
	background: transparent url('../images/bison-body-bg.jpg') 50% 1px no-repeat;
}

.home-page #content {
	min-height:533px;
	background: transparent none;
	_height:533px;
	/*padding-top: 460px; */
}

.home-page #content .order-btn {
	display: block;
	clear:both;
	margin-left: 628px;
}

.home-page #special-offer h2,
.home-page #choose-car h2,
.home-page #count-distance h2, 
.home-page #news2 h2 {
	margin-top: 0px;
	font-size: 1.142em;
	font-family:'Lucida Grande','Trebuchet MS',Sans-serif;
}

.home-page #special-offer h2 {
	font-size: 1.571em;
	font-style: italic;
}

.home-page #count-distance h2 {
	background: transparent url('../images/bison-dotted-hr.gif') 0% 100% repeat-x;
}

.home-page #special-offer {
	_display:inline-block;
	float:left;
	width: 250px;
	margin-top: 270px;
	margin-right: 25px;
}

.home-page #choose-car {
	_display:inline-block;
	float:left;
	width: 250px;
	margin-top: 200px;
	margin-right: 25px;
	margin-left: 65px;
}

.home-page #choose-car li {
	margin-bottom: 0px;
}

.home-page #count-distance {
	_display:inline-block;
	float:left;
	width: 205px;
	margin-top: 200px;
	margin-left: 8px;
	padding-left:15px;
}

.home-page #count-distance input {
	border: 0px;
	background: transparent;
}

.home-page #count-distance .textfield {
	width: 95px;
	height: 26px;
	padding: 4px 0px 0px 0px;
	background: transparent url('../images/bison-special-input-bg.gif') 0 0 no-repeat;
	color: #594848;
	font-size:13px;
	text-align:center;
}

/*.home-page #count-distance button {
	clear: both;
	border: 0px;
	background: transparent;
	padding: 0px;
	margin-top: 1em;
}*/

.home-page .seo-txt {
	float:right;
	width:525px;
	clear:right;
	_float:none;
	_padding-left:50px;
}

/* IE7 Only hack */
*:first-child+html .home-page .seo-txt {
	float:none;
	padding-left: 67px;
}

.home-page #news {
	float:right;
	_float:none;
	_padding-left:22px;
	clear:right;
	width:563px;
	font-style: italic;
}

.home-page #news2 {
	float:left;
	clear:left;
	margin-right:25px;
	width:250px;
	font-style: italic;
	border-top: 1px solid #d2dfb2;
	padding-top: 10px;
	background: transparent url('../images/bison-south-star.gif') 50% 100% no-repeat;
}

/* IE7 Only hack */
*:first-child+html .home-page #news {
	float:none;
	padding-left:27px;
}

.home-page #news .date,
.home-page #news2 .date {
	float:left;
	clear:left;
	color: #3b3737;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	margin-right:10px;
}

.home-page #news .date .day,
.home-page #news2 .date .day {
	display: block;
	padding: 6px 0px 0px 5px;
	background: transparent url('../images/calendar-icon.jpg') 0 0 no-repeat;
	font-size: 14px;
}

.home-page #news a.archive {
	padding-left: 38px;
}

.contacts-page form {
	background: transparent url('../images/bison-envelope.jpg') 30% 10% no-repeat;
}

/* Sticky footer */
/* Taken from the thatgamecompany.com website after fullyillustrated 
		Usage: <span id="chromefix"></span>
*/

/*#chromefix {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 1px;
}*/

/* /Sticky footer */

	
/*--------- Development (to be removed) ----------*/
	/*#content #bside, #content #aside {
		border-bottom:1px solid navy;
		border-top:1px solid navy;
	}*/

	/*body * {
		xbackground:url('../images/ruller.gif') left bottom repeat-x;
		xbackground:url('../images/tape.gif') left bottom repeat-x;
		xborder-bottom:1px solid navy;
		xborder-top:1px solid navy;
	}
	
	body {
		xbackground:url('../images/960grid.png') repeat-x;
	}
	
	#main_content {
		xborder-bottom:1px solid green;
		xborder-top:1px solid green;
	}*/
/*--------- /Development (to be removed) ----------*/

