html {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
	background-image: url(../images/bg_tile.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #C35905;
	letter-spacing: 1px;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #C35905;
	letter-spacing: 1px;
}


p {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C35905;
}

td { text-align: left; vertical-align: top; }
th { text-align: left; vertical-align: top; font-size: 11px; font-weight: normal; font-style: normal; }


#page_container {
	width: 955px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	background-image: url(../images/page_container_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 603px;
}

#shadow_tile {
	background-image: url(../images/shadow_tile.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 100%;
}

#shadow_top {
	background-image: url(../images/shadow_top.png );
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	height: 165px;
}

#shadow_btm {
	background-image: url(../images/shadow_btm.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 74px;
	clear: both;
}


/*	BANNER
----------------------------*/

#banner {
	width: 955px;
	height: 165px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/banner_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#nav_container {
	padding: 45px 0px 0px 260px;
	float: left;
}

#nav_container a {
	margin-right: 15px;
}

#nav_container .nav {
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

#nav_container .nav li {
	line-height: 11px;
	margin-bottom: 5px;
}

#nav_container .nav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#nav_container .nav a:hover { color: #DA8D00; }
#nav_container .nav a.selected { color: #DA8D00; }

#toolbox {
	float: left;
	padding: 5px 0px 0px 260px;
	text-align: left;
	font-size: 11px;
	color: #8F8C8D;
}

#toolbox a {
	color: #8F8C8D;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#toolbox a:hover {
	color: #000000;
}

#toolbox .field_search {
	border: 1px solid #908D8D;
	background-color: #EDECE2;
	color: #8F8C8D;
	width: 160px;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

#toolbox .field_search_focus {
	border: 1px solid #000000;
	background-color: #EDECE2;
	color: #000000;
	width: 160px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

#toolbox .button_search {
	border: none;
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #8F8C8D;
}

#toolbox .button_search_over {
	border: none;
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}


/*	FOOTER
----------------------------*/

#footer_border {
	width: 954px;
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both !important;
}

#footer {
	width: 944px;
	height: 42px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 10px;
	background-image: url(../images/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #8F8C8D;
}

#footer a {
	color: #8F8C8D;
	text-decoration: none;
	margin-right: 10px;
}

#footer a:hover {
	color: #000000;
}


/*	COLUMNS
----------------------------*/

#left_column {
	width: 180px;
	float: left;
	padding-left: 14px;
	background-color: transparent;
	margin-top: 80px;
}

#center_column {
	width: 554px;
	float: left;
	background-image: url(../images/center_column_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 94px;
	padding: 31px 21px 0px 21px;
	min-height: 603px;
}

#center_column_microsite {
	width: 554px;
	float: left;
	margin-top: 94px;
	padding: 31px 21px 0px 21px;
	min-height: 603px;
}


#right_column {
	width: 148px;
	float: right;
	margin-top: 94px;
}

/*	CONTENT
----------------------------*/

.tick {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #C35905;	
}

.first_para {
	font-weight: bold;
	font-size: 18px;
}



/*	ICONS / CATEGORIES
----------------------------*/
#wightquote_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: transparent;

}

#wightquote_list li {
	width: 164px;
	height: 69px;
	text-transform: uppercase;
	font-weight: bold;
}

#wightquote_list li a {
	width: 100px;
	height: 69px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 22px 0px 0px 64px;
	display: block;
}

#wightquote_list li a:hover {
	color: #000000;
}

#icon_trade_construction { background: #FFFFFF url(../images/icon_trade_construction.jpg) no-repeat scroll top left; }

#icon_home_garden { background: #FFFFFF url(../images/icon_home_garden.jpg) no-repeat scroll top left; }

#icon_farming_animal { background: #FFFFFF url(../images/icon_farming_animal.jpg) no-repeat scroll top left; }

#icon_removal_transport { background: #FFFFFF url(../images/icon_removal_transport.jpg) no-repeat scroll top left; }

#icon_care { background: #FFFFFF url(../images/icon_care.jpg) no-repeat scroll top left; }

#icon_office_computer { background: #FFFFFF url(../images/icon_office_computer.jpg) no-repeat scroll top left; }

#icon_legal_finance { background: #FFFFFF url(../images/icon_legal_finance.jpg) no-repeat scroll top left; }

#icon_education { background: #FFFFFF url(../images/icon_education.jpg) no-repeat scroll top left; }

#icon_motor { background: #FFFFFF url(../images/icon_motor.jpg) no-repeat scroll top left; }

#icon_occasions_events { background: #FFFFFF url(../images/icon_occasions_events.jpg) no-repeat scroll top left; }

#icon_entertainment { background: #FFFFFF url(../images/icon_entertainment.jpg) no-repeat scroll top left; }

#icon_beauty_fitness { background: #FFFFFF url(../images/icon_beauty_fitness.jpg) no-repeat scroll top left; }




/*	FORM ELEMENTS
----------------------------*/
.field_text {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #908D8D;
	color: #8F8C8D;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
}

.field_text_focus {
	border: 1px solid #000000;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 300px;
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

.field_text_error {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFD8D8;
}

.field_select {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #908D8D;
	color: #8F8C8D;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
}

.field_select_focus {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
}

.field_select_error {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFD8D8;
}

.field_countdown {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #908D8D;
	color: #8F8C8D;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	height: 100px;
}

.field_countdown_focus {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	height: 100px;
}


.field_textarea {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #908D8D;
	color: #8F8C8D;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	height: 100px;
}

.field_textarea_focus {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
	height: 100px;
}

.field_textarea_error {
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 300px;
	border: 1px solid #000000;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFD8D8;
	height: 100px;
}

.field_button {
	border: none;
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #C35905;
	background-color: transparent;	
}

.field_button_over {
	border: none;
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	cursor: pointer;
}

.countdown_container {
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #C00;
	margin-right: 200px;
}

.error_message {
	border: 1px solid #000000;
	background-color: #FFD8D8;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
}

.cms_table {
	width: 700px;
	border: 1px solid #908D8D;
}

.cms_table td {
	border-bottom: 1px solid #CCCCCC !important;
}

.row_odd td {
	background-color: #E5E5E5;
}

.message {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
}

label {
	color: #666666;
}

.required {
	font-weight: bold;
	color: #F00;
	font-size: 14px;
}

.spacer {
	clear: both;
}

#form_options {
	float: right;
	width: 200px;
	border: 1px solid #CCCACA;
}

#form_options ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}

#form_options ul li {
	margin-bottom: 5px;
}

.entry_options {
	float: right;
	width: 200px;
	border: 1px solid #CCCACA;
}

.entry_options ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}

.entry_options ul li {
	margin-bottom: 5px;
}


.category_table {
	width: 500px;
}


.category_table td .cat_link {
	margin-right: 20px;
	padding: 5px 3px 5px 2px;
	display: block;
}

.category_table td a:hover .cat_link {
	color: #C35905 !important;
}

.category_table td a.selected {
	color: #C35905 !important;
}

.job_table {
	border: 1px solid #CCCACA;
	margin-bottom: 30px;
	width: 100%;
}

.job_table th {
	border-bottom: 1px solid #CCCACA;
	padding: 2px;
}

.job_table .title_col { padding: 2px 20px 2px 2px; width: 250px; border-right: 1px solid #CCCACA; }
.job_table .col { padding: 2px 20px 2px 2px; width: 100px; border-right: 1px solid #CCCACA; }

.job_table .closing_date {
	font-size: 11px;
}

.supplier_table {
	border: 1px solid #CCCACA;
	margin-bottom: 30px;
	width: 100%;
}

.supplier_table td {
	padding: 3px;
	font-size: 11px;
}

.supplier_table h4 {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-size: 12px;
}

.supplier_table td.logo_cell {
	text-align: right;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px !important;
	width: 110px;
	border-left: 1px solid #CCCACA;
}

.supplier_detail {
	border: 1px solid #CCCACA;
	margin-bottom: 30px;
	width: 100%;
}

.supplier_detail td {
	padding: 3px;
	font-size: 11px;
}

.supplier_detail h4 {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-size: 12px;
}

.supplier_detail td.logo_cell {
	text-align: right;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px !important;
	width: 110px;
	border-left: 1px solid #CCCACA;
}


#breadcrumb {
	float: right;
}

#breadcrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumb li { text-align: right; }

.orange_line {
	border-top: 1px solid #DA8D00;
	width: 100%;
	margin-bottom: 10px;
}

.divider {
	border-top: 1px solid #DA8D00;
	width: 100%;
	margin-bottom: 10px;
}

.divider_grey {
	border-top: 1px solid #E5E5E5;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.icon {
	margin-right: 10px;
}

.image_container {
	width: 100px;
	float: right;
}

.quote_button {
	float: right;
	margin: 0px 0px 20px 20px;
}

.price_table td {
	border-bottom: 1px solid #DA8D00;
	vertical-align: middle !important;
}

.price_table .last_row td {
	border-bottom: none !important;
}

/*	ADMIN AREA
-----------------------*/
#admin_nav {
	list-style-type: none;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

#admin_nav li {
	line-height: 11px;
	margin-bottom: 5px;
}

#admin_nav a {
	font-size: 12px;
	color: #000000;
	text-decoratioN: none;
	font-weight: bold;
}

#admin_nav a:hover { color: #DA8D00; }
#admin_nav a.selected { color: #DA8D00; }

#center_column_admin {
	width: 702px;
	float: left;
	margin-top: 94px;
	padding: 0px 21px 0px 21px;
}

#feature_box {
	width: 250px;
	background-color: #DA8D00 !important;
	color: #FFFFFF !important;
	margin: 0px 0px 30px 10px;
	padding: 10px;
}

#feature_box h2 {
	color: #FFFFFF !important;
}

#feature_box a {
	color: #FFFFFF !important;
}

#feature_box img {
	width: 180px;
}


#home_page_feature {
	width: 200px;
	background-color: #DA8D00 !important;
	color: #FFFFFF !important;
	margin: 0px 0px 30px 10px;
	padding: 10px;
}

#home_page_feature h2 {
	color: #FFFFFF !important;
}

#home_page a {
	color: #FFFFFF !important;
}

#home_page_feature img {
	width: 180px;
}

.banner_ad {
	margin-bottom: 20px;
}

#bottom_ad {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#social_icons {
	width: 955px !important;
	clear: both !important;
	text-align: center !important;
	margin: 5px auto 5px auto !important;
}

#social_icons table {
	margin-left: auto;
	margin-right: auto;
	width: 554px;
}

#social_icons td {
	text-align: center;
}

#rating_table td {
	vertical-align: middle !important;
}

#latest_jobs {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 163px;
	height: 44px;
	background-image: url(../images/latest_jobs.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
}

#latest_jobs td {
	padding: 36px 21px 0px 11px !important;
}

#latest_jobs a {
	color: #FFFFFF !important;
}
