/*
 << general
-------------------------------------------------------------------------*/

.left {
	float: left;
}

.right {
	float: right;
}

.floatbox {
	overflow: hidden;
}

#IE6 .floatbox {
	width: 100%;
}

ul, div {
	/* border: #111 1px solid; */
}


/*
 << layout & structural markup:
	body
	container
	content
	navigation
	contacts
	order
	footer
-------------------------------------------------------------------------*/

body {
	background-color: #f6f6f6;
	margin-top: 15px;
}

.container{
	width:956px; 
	margin:0 auto;
}
.container a {
	color:#777;
	text-decoration:underline;
}
.container a:hover {
	text-decoration:underline;
}

#content {
	float:right;
	min-height: 150px;
	margin-right: 31px;
	background: url(../img/bus.jpg) no-repeat top left; padding-top: 300px; 
	width:554px; padding-left: 30px; padding-right: 30px;
	color: #777; text-align: justify;
	position: relative;
}
#IE6 #content {
	height: 150px; /* treated as min-height */
	margin-right: 15px;
}

ul#navigation, #contacts, #order {
	float: left;
	margin-left: 28px; margin-right: 0; margin-bottom: 13px;
}
#IE6 ul#navigation, #IE6 #contacts, #IE6 #order {
	margin-left: 14px;
}

ul#navigation {
	float:left;
	width:220px; padding-left: 27px; padding-right: 27px;
	height: 220px; padding-top: 37px;
	background: url(../img/navigation.gif) no-repeat top left;
}

div#contacts {
	position: relative;
	width:247px; padding-left: 27px;
	height: 148px;
	background: #0e9dbb url(../img/contacts.gif) no-repeat top left;
}

div#order {
	width:274px; height: 144px;
	background: #0e9dbb url(../img/order.gif) no-repeat top left;
}

div#footer{
	background: url(../img/footer.gif) repeat-x top left;
	padding: 0 40px;
	color: #777;
	line-height: 50px;
	clear:both;
}

/*
 << icons (email, home)
-------------------------------------------------------------------------*/

ul#icons {
	margin: 0px 45px 10px 0px;
	float: right;
}

ul#icons li {
	float: left;
	padding-right: 24px;
	background: url(../img/v_sep.gif) no-repeat 28px 0;
	list-style-type: none;
}

ul#icons li.last {
	background: none;
	padding-right: 0;
}


/*
 << content
-------------------------------------------------------------------------*/
/* title */
#content h1 {
	position: absolute;
	top: 20px; left: 30px;
	color: #02467e; font-style: italic;
	font-family: "Helvetica Condensed", "Helvetica Narrow", "Arial Narrow", arial;
	padding-left: 15px;	padding-bottom: 6px; padding-top: 0px;
}

/* headings */
#content h2 { 
	background: url(../img/h_sep2.gif) repeat-x bottom left;
	color: #0b7c99; font-size: 1.8em;
	font-family: "Helvetica Condensed", "Helvetica Narrow", "Arial Narrow", arial;
	padding-left: 15px;	padding-bottom: 6px; padding-top: 0px;
}


/*
 << navigation
-------------------------------------------------------------------------*/

ul#navigation li { /* list elements */
	background: url(../img/h_sep.gif) repeat-x bottom left;
	padding-top: 8px; padding-bottom: 12px;
	list-style-type: none;
}
#navigation li.first { /* the first list element */
	padding-top: 0;
}
#navigation li.last { /* the last list element */
	background: none;
}

#navigation a {
	font-size: 1.8em; color: #fff; font-weight: normal;
	font-family: "Helvetica Condensed", "Helvetica Narrow", "Arial Narrow", arial;
	text-decoration: none;
}

/*
 << contacts
-------------------------------------------------------------------------*/

#contacts .number {
	position: absolute; top: 40px; right: 80px;
	color: #fff; font-size: 2em; 
	font-family: "Helvetica Condensed", "Helvetica Narrow", "Arial Narrow", arial;
}

#contacts p {
	position: absolute; bottom: 0px; /* align to bottom of div */
	color: #fff;
}

div#contacts a {
	color: #fff; text-decoration: none;
}

div#contacts a:hover {
	text-decoration: underline;
}

/*
 << order
-------------------------------------------------------------------------*/
#order a {
	display: block;
	text-align: right;
	padding-top: 20px; height: 40px;
	padding-right: 130px;
	text-decoration: none; text-transform: uppercase;
	color: #fff; font-size: 1.6em;
}


/*
 << footer
-------------------------------------------------------------------------*/
div#footer a {
	color: #777;
}

#footer #stats {
	margin-top: 20px;
}

