/*------------------------------------------------------------------
[Urban Element Layout Stylesheet]

Project:	Oxford Carriers  
Version:	1.3
Last change:	28/11/08 
Assigned to:	Dave Johnston [DJ] Rob Waggott [RW]

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
	1.1. Wrapper / #wrapper
	1.2. Container / #container
2. Header / #header
	2.1. Navigation / #primary_navigation
		2.1.1. Secondary Navigation / #sub_nav
3. Content / #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar
		3.4.1. RSS / #rss
		3.4.2. Search / #search
		3.4.3. Boxes / .box
	3.5. Form Styling 
4. Footer / #footer

5. Miscellaneous
	5.1. Auto Complete Styles
6. Recycle bin 

-------------------------------------------------------------------*/

/* ///////////////////////////////////////////////////////////////////////// 
1.0-BODY------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
}
p{
}
h1 {
	color: #F78F1E;
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1.4em;
	display: block;
	margin: 15px 15px 0px 15px;
	padding-bottom: 35px;
	background-image: url(../images/h1_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	letter-spacing: -1px;
}
h1 em {
	color: #F06723;
}
h2 {
	color: #F78F1E;
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1.4em;
	display: block;
	margin: 15px;
	text-align: left;
	letter-spacing: -1px;
}
h3 {
	color: #F78F1E;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	display: block;
	margin: 0px 15px 15px 15px;
	text-align: left;
	letter-spacing: -1px;
}
h4 {
}
h4 em {
}
h5 {
}
strong {
}
blockquote {
}
hr {
}
ul{
}
li{
}
ol{
}
table{
}
td, th {
}
th {
}
td {
}
caption {
}

/*1.1-WRAPPER-------------------------------------------------------------------------------{}*/

#wrapper{
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100%;
	width: 100%;
	clear: both;
}

/*1.2-CONTAINER-------------------------------------------------------------------------------{}*/

#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* ///////////////////////////////////////////////////////////////////////// 
2.0-HEADER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

/*2.1-SECONDARY NAVIGATION-------------------------------------------------------------------------------{}*/

#header #sub-nav {
}
#header #sub-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
	height:30px;
}
#header #sub-nav li {
	float: left;
}
#header #sub-nav ul a {
	height: 28px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	color: #C4C4D2;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
}
#header #sub-nav ul a:hover {
	color: #FFFFFF;
}

/*2.2-HEADER-------------------------------------------------------------------------------{}*/

#header {
	display: block;
	height: 373px;
	clear: both;
	/*background-image: url(../images/header_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#header ul {
	list-style-type: none;
	margin-left: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #FFFFFF;
}
#header ul a {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header .contact_method {
	display: block;
	width: 75px;
	float: left;
	text-align: right;
	padding-right: 5px;
	color: #F78F1E;
	font-style: italic;
	font-size: 0.9em;
}
.logo {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

/*2.3-NAVIGATION-------------------------------------------------------------------------------{}*/

#primary_nav {
	display: block;
	clear: both;
	height: 67px;
}
#primary_nav ul {
	list-style-type: none;
}
#primary_nav li {
	float: left;
}
#primary_nav ul a {
	text-align: center;
	display: block;
	float: left;
	height: 40px;
	width: 79px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 27px;
	background-image: url(../images/navigation_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.9em;
	line-height: 22px;;
}
#primary_nav ul a:hover {
	background-position: left -67px;
}
#primary_nav .contact_button {
	display: block;
	clear: right;
	float: right;
	height: 40px;
	width: 306px;
	background-image: url(../images/contact_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 27px;
	text-align: center;
}
#primary_nav .contact_button:hover {
	background-position: left -71px;
	color: #F78F1E;
}
#nav_home .nav_home, #nav_about .nav_about, #nav_services .nav_services, #nav_warehousing .nav_warehousing, #nav_collections .nav_collections, #nav_quotes .nav_quotes, #nav_pods .nav_pods, #nav_fortec .nav_fortec {
	color: #F78F1E;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav_home .nav_home:hover, #nav_about .nav_about:hover, #nav_services .nav_services:hover, #nav_warehousing .nav_warehousing:hover, #nav_collections .nav_collections:hover, #nav_quotes .nav_quotes:hover, #nav_pods .nav_pods:hover, #nav_fortec .nav_fortec:hover {
	color: #F78F1E;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*2.4-IMAGE CONTAINER-------------------------------------------------------------------------------{}*/

#image_container {
	display: block;
	float: right;
	height: 373px;
	width: 635px;
	overflow: hidden;
	/*background-image: url(../images/headers/header_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
#static_container {
}

/* ///////////////////////////////////////////////////////////////////////// 
3.0-CONTENT------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#content {
	display: block;
	padding-bottom: 35px;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 300px;
}
#content p {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333;
	text-align: justify;
}
#content a {
	color: #F78F1E;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content blockquote {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333;
	padding: 15px;
	display: block;
	background-color: #F3F3F3;
	font-style: italic;
	text-align: justify;
}
#content ul {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333;
	padding-left: 15px;
}

/*3.1-COLUMN 1-------------------------------------------------------------------------------{}*/

#column1 {
	float: left;
	width: 640px;
	display: block;
}
.content_column {
	display: block;
	float: left;
	width: 49%;
}
.thumb {
	margin-bottom: 15px;
	margin-left: 15px;
	border: 3px solid #F26925;
	padding: 3px;
}
.thumb_left {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: 3px solid #F26925;
	padding: 3px;
	float: left;
}
.thumb_right {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border: 3px solid #F26925;
	padding: 3px;
	float: right;
}

#column1 .staff_member {
	display: block;
	padding: 15px;
}
#column1 .staff_member p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 25px 0px 0px 0px;
}
#column1 .staff_member img {
	float: left;
	margin-right: 25px;
	padding: 2px;
	border: 2px solid #E7E7E9;
}
#content .contact_address p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0px 0px 0px;
}
#content .pdf_downloads {
	list-style-type: none;
	margin: 0px;
}
#content #column1 .pdf_downloads a {
	background: #FFFFFF url(../images/icon_pdf.png) no-repeat right center;
	display: block;
	height: 40px;
	font-size: 1.6em;
	text-decoration: none;
	padding: 24px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content #column1 .pdf_downloads a:hover {
	text-decoration: none;
	background: #F3F3F3 url(../images/icon_pdf.png) no-repeat right center;
}

/*3.2-COLUMN 2-------------------------------------------------------------------------------{}*/

#column2 {
	display: none;
}

/*3.3-COLUMN 3-------------------------------------------------------------------------------{}*/

#column3 {
	float: left;
	width: 320px;
	display: block;
	clear: right;
}
#column3 .side_buttons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#column3 .side_buttons a {
	display: block;
	background-image: url(../images/side_button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 1.9em;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 59px;
	line-height: 1em;
}
#column3 .side_buttons a:hover {
	color: #F06524;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#column3 .image_link {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*3.4-SIDEBAR-------------------------------------------------------------------------------{}*/

#column3 .icon_quote {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/icon_quote.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_book {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/icon_book.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_proof {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/Icon_proof.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_download {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/icon_download.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_fortec {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/icon_fortec.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_map {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/icon_map.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_contact {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	background-image: url(../images/icon_contact.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
#column3 .icon_news {
	display: block;
	height: 40px;
	width: 291px;
	padding-top: 19px;
	padding-left: 15px;
	/*background-image: url(../images/icon_contact.png);
	background-repeat: no-repeat;
	background-position: right center;*/
	cursor: pointer;
}

/*3.4.1-RSS-------------------------------------------------------------------------------{}*/

/*3.4.2-SEARCH-------------------------------------------------------------------------------{}*/

/*3.4.3-BOXES-------------------------------------------------------------------------------{}*/

/*3.4.3-NEWS-------------------------------------------------------------------------------{}*/

#news {
	display: block;
	margin-left: 15px;
	background-image: url(../images/sidebox_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 15px;

}
.news_top {
	background-image: url(../images/sidebox_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	display: block;

}
.news_bottom {
	background-image: url(../images/sidebox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}
#news h2 {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#news h4 {
	font-weight: normal;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#news p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#news a {
}
#news a:hover {
}
#news img {
	background-color: #FFFFFF;
	padding: 1px;
	margin-bottom: 5px;
	margin-left: 8px;
	border: 1px solid #EAEAEA;
}


/*3.5-FORM STYLING-------------------------------------------------------------------------------{}*/
	
	.contact_clear { display:block; float: left; }

/* 3.5.1 - Contact Form Styling
------------------------------------------------------------*/
	
	#contact_form .formTxtBox { width: 325px; height: 20px; background-color: #FFFFFF; padding: 2px; margin: 2px 5px 2px 5px; background-image: url(../images/formfield-background.jpg); background-repeat: repeat-x; background-position: left top; border: 1px solid #828793; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.9em; color: #333333; }
	#contact_form .formTxtBox:hover { border: 1px solid #F78F1E; background-color: #FFFFFF; }	
	#contact_form .formTxtBoxMulti { width: 325px; height: 150px; padding: 2px; font-size: 0.9em; line-height: 1.6em; color: #F3E2EA; font-family: "Trebuchet MS", Arial, sans-serif; border: 1px solid #828793; background-color: #FFFFFF; margin: 2px 5px 2px 5px; }
	#contact_form .formTxtBoxMulti:hover { border: 1px solid #F78F1E; }
	#contact_form label { display: block; font-weight: normal; margin: 0px 0px 2px 0px; font-size: 1em; color: #333333; line-height: 1.6em; float: left; width: 125px; text-align: right; padding: 5px 15px 5px 2px; }
	#contact_form fieldset { display: block; margin: 0px 15px 0px 15px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; width: 515px; /*padding: 20px 15px 20px 15px*/; font-family: "Trebuchet MS", Arial, sans-serif; }
	#contact_form fieldset p { margin: 0px 0px 5px 0px; display:block; clear: both; padding: 0px 0px 5px 0px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC; }
	#contact_form .formButton { color: #FFFFFF; width: 332px; display: block; font-size: 1em; font-weight: normal; height: 34px;  background-color: #F78F1E; margin-left: 132px; border: 1px solid #828793; font-family: "Trebuchet MS", Arial, sans-serif; }

/* 3.5.1 - Booking Form Styling
------------------------------------------------------------*/
	
	legend { color: #F78F1E; font-size: 1.3em; margin: 0px 0px 10px -3px; }
	
	#booking_form .formTxtBox { width: 325px; height: 20px; background-color: #FFFFFF; padding: 2px; margin: 2px 5px 2px 5px; background-image: url(../images/formfield-background.jpg); background-repeat: repeat-x; background-position: left top; border: 1px solid #828793; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.9em; color: #333333; }
	#booking_form .formTxtBox:hover { border: 1px solid #F78F1E; background-color: #FFFFFF; }
	
	#booking_form .disabledFormTxtBox { width: 325px; height: 20px; background-color: #EAEAEA; padding: 2px; margin: 2px 5px 2px 5px; border: 1px solid #D2D2D2; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.9em; color: Black; }
	
	#booking_form .formTxtBoxMulti { width: 325px; height: 150px; padding: 2px; font-size: 0.9em; line-height: 1.6em; font-family: "Trebuchet MS", Arial, sans-serif; border: 1px solid #828793; background-color: #FFFFFF; margin: 2px 5px 2px 5px; }
	#booking_form .formTxtBoxMulti:hover { border: 1px solid #F78F1E; }
	#booking_form label {
	display: block;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
	font-size: 1em;
	color: #333333;
	line-height: 1.6em;
	float: left;
	width: 125px;
	text-align: left;
	padding: 5px 15px 5px 2px;

}
	
	#container #booking_form .radiobuttons label {
	display:block!important;
	clear:both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px!important;
	padding-left: 0px;
	float:left!important;

}
	#container #booking_form .radiobuttons input {
		float:left!important;
	display:block!important;
	margin: 0px;
	padding: 0px;
}
	
	#container #booking_form .checkboxes { margin: 0px 0px 5px 0px; padding: 0px; display: block; clear: both; }
	#container #booking_form .checkboxes input { padding: 5px 0px 0px 0px; display: inline-block;}
	
	#booking_form fieldset { display: block; margin: 0px 15px 0px 15px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; width: 515px; padding: 20px 15px 20px 15px; font-family: "Trebuchet MS", Arial, sans-serif; }
	#booking_form fieldset p { margin: 0px 0px 5px 0px; display:block; clear: both; padding: 0px 0px 5px 0px; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC; }
	#booking_form .formButton { color: #FFFFFF; width: 332px; display: block; font-size: 1em; font-weight: normal; height: 34px;  background-color: #F78F1E; margin-left: 132px; border: 1px solid #828793; font-family: "Trebuchet MS", Arial, sans-serif; }
	
	#booking_form fieldset span { display: inline-block; clear: both;}

/* ///////////////////////////////////////////////////////////////////////// 
4.0-FOOTER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#footer_container {
	display: block;
	clear: both;
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #313236;
}
#footer {
	display: block;
	clear: both;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#footer p {
	font-size: 0.9em;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#footer em {
	font-style: italic;
	color: #F78F1E;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.affiliate {
	float: right;
	margin-left: 5px;
}


/* ///////////////////////////////////////////////////////////////////////// 
5.0-MISCELLANEOUS------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#ue_adspace {
}
.ue {
}
#ue_adspace .uepadding {
}
#ue_adspace p {
}
#ue_adspace a {
}
#ue_adspace a:hover {
}
#ue_adspace .ue .small_btn {
}
#ue_adspace .ue .small_btn:hover {
}

/* ///////////////////////////////////////////////////////////////////////// 
5.1-AUTO-COMPLETE-STYLES------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

.autocomplete_list {  
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	background-color: White;
	color : windowtext;
	border: solid 1px Black;
	cursor: 'default';
	overflow: auto;
	height: 200px;
    text-align: left; 
    list-style-type: none;
}

.autocomplete_list li {
	padding: 5px;
	margin: 0px;
}

.autocomplete_list_item {
	background-color: window;
	color: windowtext;
	padding: 1px;
	margin: 0px;
}

.autocomplete_list_item_selected {
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* ///////////////////////////////////////////////////////////////////////// 
6.0-RECYCLE BIN------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
/*
Put old css in here:


.formTxtBox{
	width: 98%;
	height: 24px;
	padding: 2px;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	border: 2px solid #828793;
	background-color: #FEFEFE;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(../images/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.formTxtBox:hover{
	background-color: #FEFEFE;
	border: 2px solid #F78F1E;
}
.formTxtBoxMulti{
	width: 98%;
	height: 150px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 2px solid #828793;
	background-color: #FEFEFE;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(../images/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.formTxtBoxMulti:hover{
	background-color: #FEFEFE;
	border: 2px solid #F78F1E;
}
label {
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 1.1em;
	color: #333333;
	line-height: 1em;
	margin-top: 2px;
	clear: both;
}
fieldset {
	padding: 15px;
	display: block;
	margin-right: 35px;
	margin-left: 35px;
}
.formButton {
	color: #FFFFFF;
	width: 99%;
	margin-top: 5px;
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	height: 45px;
	margin-right: auto;
	background-image: url(../images/formbutton-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F48221;
	margin-left: auto;
	border: 2px solid #828793;
}



*/
