/* @override 
	http://localhost:8000/site_media/css/base.css
	http://media.track4rent.com/css/base.css
*/

body {
	background: url(../images/main_bkg.png) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 10pt/12pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	width: 300px;
	height: 80px;
	margin: 0;	
	padding: 0;
	background-image: url(../images/logo.png);
}

h1 span {
	display: none;
}

h1, h2, h3 {
	margin: 0;
}

ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

ul li {
	list-style: none;
	background: url(../images/bullet.png) no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
}

a {
	color: #0093e0;
	text-decoration: none;
}

.clear {
	clear: both;
}

#content {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

#header {
	position: relative;
	height: 100px;
}

#footer {
	font-size: 70%;
	clear: both;
}

#footer img {
	float: left;
}

#footer p {
	float: left;
	height: 20px;
}

ul#languages {
	position: absolute;
	width: 180px;
	right: 5px;
	top: -5px;
	margin: 0;
	padding: 0;
}

ul#languages span {
	float: left;
	padding: 2px;
}

ul#languages li {
	float: left;
	width: 20px;
	padding: 0 5px;
	list-style: none;
	background-image: none;
	text-transform: uppercase;
	border-right: 1px solid #000;
}

ul#languages li a {
	display: block;
	padding: 2px;
}

ul#languages li.last {
	border: none;
}

ul#navigation {
	position: absolute;
	top: 15px;
	right: 0;
	list-style: none;
	margin: 0;
}

#navigation li {
	float: left;
	width: 140px;
	height: 30px;
	margin: 10px;
	padding: 0;
	background: url(../images/buttons.png) 0 -30px;
	overflow: hidden;
}

#navigation li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

#navigation li.selected {
	background: url(../images/buttons.png) 0 0;
}

#navigation li:hover {
	background: url(../images/buttons.png) 0 -60px;
}

#navigation li:active {
	background: url(../images/buttons.png) 0 -90px;
}

div#main-box {
	position: relative;
}

div#main-box h2 {
	font-size: 180%;
	line-height: 1.2em;
}

div#main-box p {
	font-size: 120%;
	line-height: 1.2em;
}

div#main-box img {
	position: absolute;
	left: 1px;
	top: 40px;
}

div#main-box {
	background-image: url(../images/main_cnt_mid.png);
	padding: 0;
	margin-bottom: 10px;
}

div#main-top {
	background: url(../images/main_cnt_top.png) no-repeat left top;
}

div#main-btm {
	background: url(../images/main_cnt_btm.png) no-repeat left bottom;	
	padding: 20px 20px 20px 480px;
	height: 340px;
}

div#giftbox {
	position: absolute;
	width: 320px;
	top:  260px;
	left: 20px;
	padding-left: 120px;
	min-height: 80px;
}

div#giftbox p {
	font-size: 90%;
}

div#main #giftbox img {
	position: absolute;
	left: 0;
	top: -10px;
}

div.wide {
	float: left;
	width: 620px;
	padding: 0;
	margin-right: 20px;
	background-image: url(../images/wide_cnt_mid.png);
}

div.wide-top {
	margin: 0;
	padding: 0;
	background: url(../images/wide_cnt_top.png) no-repeat center top;
}

div.wide-btm {
	margin: 0;
	padding: 20px 20px 40px 20px;
	background: url(../images/wide_cnt_btm.png) no-repeat center bottom;
}

div.narrow {
	float: left;
	width: 300px;
	background-image: url(../images/narrow_cnt_mid.png);
}

div.narrow-top {
	margin: 0;
	padding: 0;
	background: url(../images/narrow_cnt_top.png) no-repeat 0 top;
}

div.narrow-btm {
	margin: 0;
	padding: 20px;
	background: url(../images/narrow_cnt_btm.png) no-repeat 0 bottom;	min-height: 160px;
}

div.wide li {
	display: block;
	float: left;
	width: 140px;
	height: 3em;
	margin-right: 4%;
	margin-bottom: .5em;
	font-size: 80%;
}

a.order, a.more {
	float: left;
	width: 140px;
	height: 30px;
	margin: 10px 10px 10px 0;
	background: url(../images/buttons.png) 0 -120px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	overflow: hidden;
}

a.more {
	background-position: 0 -180px;
	color: #000;
}

a.more span, a.order span {
	display: block;
	padding: 5px;
}

div.narrow h3 {
	background: url(../images/gps.png) no-repeat left top;
	padding-left: 80px;
	font-size: 150%;
	height: 70px;
	line-height: 1.2em;
}

div#main div.narrow p {
	font-size: 95%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* content */
div#m-box {
	background-image: url(../images/main_cnt_mid.png);
	padding: 0;
	margin-bottom: 10px;
}

div#m-top {
	background: url(../images/main_cnt_top.png) no-repeat left top;
}

div#m-btm {
	background: url(../images/main_cnt_btm.png) no-repeat left bottom;	
	padding: 20px;
}

div#m-btm h2 {
	display: block;
	font-size: 180%;
	border-bottom: 1px solid #a2a4a4;
	padding-bottom: .5em;
}

div#m-btm h3 {
	line-height: 1.5em;
}

/* forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	float: left;
	display: block;
	width: 200px;
	padding: 5px;
}

input {
	width: 200px;
	border: thin solid #a1a3a3;
	padding: 5px;
	font-size: 100%;	
}

input.submit {
	width: 140px;
	height: 30px;
	padding: 0;
	background: url(../images/buttons.png) 0 -150px;
	border: 0;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

ul.errorlist li {
	display: block;
	width: 180px;
	list-style: none;
	background: #ffd3ce url(../images/error.png) no-repeat 5px 5px;
	margin: 0 0 0 210px;
	padding: 5px 5px 5px 25px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
	border: 1px solid #f00;
}