/*
-----------------------------
RESET
-----------------------------
*/

* { 
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
	font: inherit;
	font-size: 1em;
}

dfn, i, cite, var, address, em {
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td, center {
	text-align: left;
	vertical-align: top;
}

body {
	line-height: 1;
	background: white;
	color: black;
}

q {
	quotes: "" "";
}

ul, ol, dir, menu {
	list-style: none;
}

sub, sup {
	vertical-align: baseline;
}

a {
	color: inherit;
}

/* no need for a visual hr in layout */
hr {
	visibility: hidden;
	clear: both;
}

/* disables some nasty font attributes in standard browsers */
font {
	color: inherit !important;
	font: inherit !important;
	color: inherit !important;
}


.small{
	color:white;
	font-size:11px;
	font-weight:normal;
}

/* ---------- General styling -------------- */

body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	background-image: url(../images/graphics/bg.jpg);
	color: #FFFFFF;
	margin: 20px 0 10px 0;
}
p {
	margin: 0.8em 0;
	font-size: 1.1em;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	color: #52b8fa;
}

input {

}
a {
	color: #FFFFFF;
}
a:hover {

}
a.large_bullet {
	padding-left: 15px;
	background-image: url(../images/graphics/big_bullet.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	margin: 10px 0;
	padding: 10px;
	border-left: 3px solid #444;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	background-color: #333;
	overflow: hidden;
}
table tr {
	border: 1px solid #444;
	border-left: none;
}
table td, table th {
	font-size: 1.1em;
	padding: 5px;
	border-left: 1px solid #444;
}

/* ---------- End General styling -------------- */

/* ---------- Main sections ------------ */

#wrapper {
	width: 956px;
	margin: 0 auto;
}
#header {
	background-color: #181a19;
	border: 1px solid #333736;
	height: 90px;
	margin: 0 0 17px;
	position: relative;
	z-index: 1;
}
#content {
	background-color: #181a19;
	border: 1px solid #333736;
	padding: 15px 0;
}
#footer {

}

/* ---------- End Main sections ------------ */

/* ---------- Header -------------- */

#header h1#logo {
	text-indent: -9000px;
	background-image: url(../images/graphics/logo.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 210px;
	float: left;
	margin: 5px 0 5px 10px;
	display: inline;
}
#header #header_right_section {
	float: right;
	text-align: right;
	padding: 10px 10px 0 0;
}
#header #header_right_section a {
	color: #ffff6d;
}
#header #header_right_section a:hover {
	background-color: #ffff6d;
	color: #000;
}
#header #login p {
	margin-bottom: 1px;
}
#header #header_product_logos {
	margin: 0;
}
#header #header_product_logos img {
	margin: 0 0 0 5px;
}

/* ---------- End Header -------------- */

/* ---------- Banner -------------- */

#banner {
	margin-bottom: 5px;
}
#banner img {
	border: 1px solid #333736;
}

/* ---------- End Banner -------------- */

/* ---------- Content -------------- */

#content ul {
	font-size: 1.1em;
	overflow: hidden;
}
#content li {
	display: inline-block;
	background: transparent url(../images/graphics/small_bullet.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
	line-height: 14px;
}
#content li {
	display: block;
}
#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px;
}
#content a {
	color: #ffff6d;
}
#content a:hover {
	background-color: #ffff6d;
	color: #000;
}
#content #three_col_content {
	background-image: url(../images/graphics/3_col_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#content #two_col_content {
	background-image: url(../images/graphics/2_col_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#content #single_column {
	margin: 10px 10px 0 10px;
}

/* ---------- Home page ------------ */

#content #home_left_column {
	float: left;
	width: 156px;
	padding: 0 15px;
}
#content #home_intro_copy {
	width: 470px;
	float: left;
}
#content #news_holder {
	border-top: 1px solid #272a29;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
#content #centurion_news, #content #ppe_news {
	float: left;
	/*width: 252px;*/
	padding: 0 10px 0 0;
}
#content #centurion_news li p, #content #centurion_news li a, #content #ppe_news li p, #content #ppe_news li a {
	font-size: 11px;
	margin: 3px 0 0;
	line-height: 12px;
}
#content #centurion_news {
	margin: 0 10px 0 0;
	/*border-right: 1px solid #272a29;*/
}
#content #ppe_news {
	margin: 0 0 0 10px;
}
#content .all_news_link {
	margin: 7px 0 0;
	float: right;
}
#content #home_centre_column {
	float: left;
	width: 546px;
	padding: 0 15px;
	border-left: 1px solid #272a29;
	border-right: 1px solid #272a29;
}
#content #home_safety_products {
	margin: 0 0 5px;
}
#content #home_right_column {
	float: left;
	width: 160px;
	padding: 0 15px;
}
#content #hero_product {
	padding: 0 0 7px;
	border-bottom: 1px solid #272a29;
	margin: 0 0 7px;
}
#content #distributor_locator {
	clear: both;
	border-bottom: 1px solid #272a29;
	padding: 0 0 5px;
	margin: 0 0 8px;
}
#content #distributor_locator a {
	background-color: transparent;
}

/* ---------- Home page buttons ------------ */ 

a#home_button_head_protection, 
a#home_button_f_and_h_protection, 
a#home_button_resp_protection, 
a#home_button_customer_survey {
	display: block;
	height: 54px;
	width: 155px;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
a#home_button_head_protection:hover, 
a#home_button_f_and_h_protection:hover, 
a#home_button_resp_protection:hover, 
a#home_button_customer_survey:hover {
	background-position: 0px 54px;
}


/*English*/

a#home_button_head_protection {
	background-image: url(../images/graphics/head_protection_button.gif);
}
a#home_button_f_and_h_protection {
	background-image: url(../images/graphics/f_and_h_protection_button.gif);
}
a#home_button_resp_protection {
	background-image: url(../images/graphics/resp_protection_button.gif);
}
a#home_button_customer_survey {
	background-image: url(../images/graphics/customer_survey_button.gif);
}


/*French*/

a#home_button_head_protection.fr {
background-image: url(../fr/images/graphics/head_protection_button.png);
}
a#home_button_f_and_h_protection.fr {
background-image: url(../fr/images/graphics/f_and_h_protection_button.png);
}

a#home_button_resp_protection.fr {
background-image: url(../fr/images/graphics/resp_protection_button.png);
}


a#home_button_head_protection.es {
background-image: url(../es/images/graphics/head_protection_button.gif);
}
a#home_button_f_and_h_protection.es{
background-image: url(../es/images/graphics/f_and_h_protection_button.gif);
}

a#home_button_resp_protection.es{
background-image: url(../es/images/graphics/resp_protection_button.gif);
}


/*German*/

a#home_button_head_protection.de {
background-image: url(../de/images/graphics/kopfschutz.gif);
}
a#home_button_f_and_h_protection.de{
background-image: url(../de/images/graphics/gesichtsschutz.gif);
}

a#home_button_resp_protection.de{
background-image: url(../de/images/graphics/atemschutz.gif);
}






a#home_button_product_selector {
	display: block;
	height: 80px;
	width: 155px;
	background-image: url(../images/graphics/product_selector_button.gif);
	background-position: 0px 0px;
	margin-bottom: 5px;
}
a#home_button_product_selector:hover {
	background-position: 0px 80px;
}
/* ---------- End Home page buttons ------------ */

/* ---------- End Home page ------------ */

/* ---------- Generic Content page ------------ */

#generic_left_column {
	padding: 0 1.5em;
	width: 170px;
	float: left;
	position: relative;
}

#generic_left_column li {
	line-height: 2em;
	background-image: url(../images/graphics/big_bullet.gif);
	background-repeat: no-repeat;
}
#generic_left_column ul.small_bullets li {
	line-height: 1.4em;
	background-image: url(../images/graphics/small_bullet.gif);
	background-repeat: no-repeat;
}
#generic_left_column li a {
	font-size: 1.2em;
	font-weight: bold;
}
#generic_left_column ul.small_bullets li a {
	font-size: 1em;
	font-weight: bold;
}
#generic_right_column {
	padding: 0 1.5em;
	width: 723px;
	float: left;
	position: relative;
}

/* ---------- End Generic Content page ------------*/

/* ---------- Product listings page ------------ */

#product_list .product_list_item {
	margin-bottom: 10px;
	padding: 8px 8px 0;
	border: 1px solid #333736;
	border-bottom: 3px solid #333736;
}
#product_list img {
	float: left;
	margin-right: 10px;
}

#product_of_the_month img {
	float: left;
	margin-right: 10px;
	position: relative;
}
/* ---------- End Product listings page ------------ */

/* ---------- Products page ------------ */

#content #products_left_column {
	float: left;
	width: 183px;
	padding: 0 1.5em;
	position: relative;
}
/*#content #products_left_column ul, #content #products_centre_column ul {
	margin-bottom: 10px;
}*/
#content #products_left_column li {
	margin-bottom: 5px;
}

#content #products_centre_column {
	float: left;
	width: 430px;
	padding: 0 1.5em;
	position: relative;
}
#content #products_centre_column p {
	margin-top: 0;
}
#content #product_image_holder {
	margin-top: 10px;
}
#content #product_image_holder img, #content #product_image_holder #video {
	float: left;
	margin-bottom: 10px;
}
#content #product_small_images {
	width: 104px;
	float: left;
	position: relative;
}
#content #product_small_images a img, #content #product_small_images a #video {
	margin: 0 0 5px 5px;
	float: left;
}
#content #product_small_images a span {
	display: none;
	position: absolute;
	left: -329px;
	top: 0px;
}
#content #product_small_images a.hover span {
	display: block;
}
#content #colour_cubes {
	margin-bottom: 10px;
}
#content #products_right_column {
	float: left;
	width: 250px;
	padding: 0 1.5em;
	position: relative;
}
#content #products_right_column li {
	margin-bottom: 7px;
	color: #FFCC00;
}
#content #products_right_column li span {
	color: #FFF;
}
.collapsable {
	background-color: #272A29;
	padding: 5px;
	margin-bottom: 8px;
	border: 1px solid #333736;
	border-bottom: 3px solid #333736;
}
.collapsable h3 {
	padding-left: 15px;	
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-image: url(../images/graphics/collapse_open.gif);
}
#content .collapsable li {
	background: transparent url(../images/graphics/collapse_small_bullet.gif) no-repeat left 3px;
}
.close h3 {
	background-image: none;
	background-image: url(../images/graphics/collapse_close.gif);
}

/* ---------- End Products page ------------ */

/* ---------- Distributor Locator ------------ */

#distributor_list {
	float: left;
}
#distributor_map {
	width: 932px;
	float: left;
	border: 1px solid #333;
	border-left: none;
	position: relative;
}
#distributor_map img {
	float: left;
}
#distributor_results {
	float: left;
	width: 230px;
	_height: 490px;
	min-height: 490px;
	border: 1px solid #333;
	border-bottom: none;
	background-color: #272A29;
}
#distributor_results h3 {
	padding: 10px;
	background-color: #333;
	margin-bottom: 0;
}
#distributor_results ul, #distributor_results p {
	padding: 0 10px 10px;
}
#distributor_results li {
	background-image: url(../images/graphics/collapse_small_bullet.gif);
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
#distributor_results li span {
	text-indent: 5px;
	display: block;
	margin-top: 3px;
}
#distributor_map #hover_description {
	position: absolute;
	background-color: #272A29;
	padding: 10px;
	font-size: 1.2em;
	right: 0;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}
.distributor_back_button {
	padding: 7px 10px;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #444;
	display: block;
	margin-bottom: 10px;
}
img.tooltip {
	margin: 2px 0 0 2px;
}
#tooltip {
	padding: 3px;
	background-color: #666;
	border: 2px solid #000;
	position: absolute;
	max-width: 200px;
	font-size: 1.1em;
}
#tooltip h3 {
	color: #FFF;
}


/* ---------- End Distributor Locator ------------ */

/* ---------- Forum Pages ------------ */

#forum #content li {
	background-image: none;
	padding: 0;
}

/* ---------- End Forum Pages ------------ */

/* ---------- Contact Pages ------------ */

.role {
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #333736;
	border-bottom: 3px solid #333736;
	overflow: auto;
	height: 1%;
}
.employee, .employee_text {
	overflow: hidden;
}
.employee {
	border-bottom: 1px solid #333736
}
.employee img {
	float: left;
	margin: 1em 1em 1em 0;
}
#google_map {
	height: 200px;
	width: 500px;
	float: left;
	margin-right: 10px;
}
form#d_form input {
	width: 150px;
	margin-bottom: 7px;
}
form#d_form button {
	width: auto;
	margin: 0;
}
/* ---------- End Contact Pages ------------ */

/* ---------- Forms ------------ */

form {
	overflow: auto;
}
form p {
	overflow: hidden;
	padding-bottom: 4px;
	clear: both;
}
form .error label {
	color: #ff2000;
	font-weight: bold;
}
form p.border {
	height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}


form label {
	width: 120px;
	float: left;
	clear: left;
	padding-right: 5px;
	margin-top: 5px;
	text-align: right;
}

#shipping-form label {
margin-top:0px;
}
form h3 {
	float: left;
	clear: both;
	margin: 10px 0 5px;
}
input, select, textarea {
	float: left;
}
/*form select {
	float: none;
}*/
input, textarea {
	padding: 3px;
	width: 225px;
}
#contest_form input {
	width: auto;
	margin-top: 5px;
}
option {
	margin: 0 3px;
}
textarea {
	height: 50px;
}
textarea.big_text_box {
	width: 400px;
	height: 90px;
}
button, input.button {
	border: 2px solid #333;
	padding: 5px;
	margin-left: 125px;
	width: auto;
	background-color: #272A29;
	color: #FFF;
	cursor: pointer;
	margin-top: 5px;
}
input.delete {
	background-color: #FF0000;
	margin-left: 75px;
	color: #000;
	border-color: #990000;
}

form#distributor_postcode_search label {
	width: 50px;
}
form#distributor_postcode_search input {
	width: 110px;
}
form#distributor_postcode_search option {
	width: auto;
}
form#distributor_postcode_search button {
	margin-left: 55px;
	background-color: #333;
	border-color: #222;
}

/* ---------- End Contact Form ------------ */

/* ---------- Product Selector ------------ */

#product_selector {
	background-color: #111;
	clear: both;
	border: 1px solid #444;
	overflow: hidden;
	position: relative;
}
#product_selector #loading {
	width: 300px;
	height: 100px;
	background: #111 url(../images/loading.gif) no-repeat center center;
	opacity: 0.9;
	position: absolute;
	z-index: 999;
	top: 150px;
	left: 450px;
	display: none;
	border: 1px solid #888;
}
#product_selector #generic_left_column {
	width: 250px;
}
#product_selector #generic_right_column {
	width: 640px;
	padding: 0;
}
a.product_selector_tab {
	padding: 10px;
	width: 159px;
	float: left;
	margin: 0 2px -1px 0;
	border: 1px solid #444;
	background-color: #272A29;
	text-align: center;
	font-weight: bold;
	position: relative;
}
#helmets_tab {
	margin-left: 10px;
}

.helmets_prod_selector #helmets_tab {
	border-bottom-color: #111;
	background: #111 url(../images/graphics/product_selector_link_bg_helmets.png) repeat-x;
}
.bump_caps_prod_selector #bump_cap_tab {
	border-bottom-color: #111;
	background: #111 url(../images/graphics/product_selector_link_bg_bump_cap.png) repeat-x;
}
.hearing_prod_selector #hearing_tab {
	border-bottom-color: #111;
	background: #111 url(../images/graphics/product_selector_link_bg_hearing.png) repeat-x;
}
.face_prod_selector #face_tab {
	border-bottom-color: #111;
	background: #111 url(../images/graphics/product_selector_link_bg_face.png) repeat-x;
}
.resp_prod_selector #resp_tab {
	border-bottom-color: #111;
	background: #111 url(../images/graphics/product_selector_link_bg_resp.png) repeat-x;
}
.helmets_prod_selector #helmets_tab:hover, .bump_caps_prod_selector #bump_cap_tab:hover, .hearing_prod_selector #hearing_tab:hover, .face_prod_selector #face_tab:hover, .resp_prod_selector #resp_tab:hover {
	color: #FFFF6D;
}
.helmets_prod_selector, .bump_caps_prod_selector, .hearing_prod_selector, .face_prod_selector, .resp_prod_selector {
	margin-top: 10px;
}
#product_selector h2 {
	margin-top: 10px;
}

#product_selector #product_code_section,  #product_selector #features_section {
	background-color: #222;
	border: 1px solid #333;
	padding: 5px;
	margin: 10px 0;
}

#product_selector table {
	margin: 18px 0 10px;
	border: 1px solid #444;
}
#product_selector tr {
	padding:5px;
	line-height: 2em;
	vertical-align:middle;
}
#product_selector th {
	height: 15px;
	font-size:10px;
	font-weight: bold;
	}
#product_selector tbody tr:hover {
	color:#52b8fa;
}
#product_selector .odd {
	background-color: #333333;
}
#product_selector .model {
	background-color: #ffff6d;
}
#content #product_selector .model a {
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

#product_selector form.product_selector label {
	float: none;
	padding: 0 0 0px 3px;
}
#product_selector form.product_selector input, #product_selector form.product_selector select {
	width: 225px;
	float: none;
	clear: both;
}
#product_selector form.product_selector select {
	width: 240px;
}
#product_selector form.product_selector option {
	background-color: #fff;
}
#product_selector form.product_selector input.search {
	background: transparent url(../images/graphics/search_btn.jpg) no-repeat;
	border: none;
	width: 127px;
	height: 28px;
	margin: 26px 5px 0 0;
}
#product_selector form.product_selector input.reset {
	background: transparent url(../images/graphics/reset_btn.jpg) no-repeat left top;
	border: none;
	width: 127px;
	height: 28px;
	margin: 26px 0 0;
}
#product_selector th select {
	width: 200px;
	font-weight: normal;
}
#product_selector input#colour_submit {
	width: 110px;
	font-weight: normal;
}

/* ---------- End Product Selector ------------ */

/* ---------- Latest News ---------------- */

.news_channel {
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #333736;
	border-bottom: 3px solid #333736;
	overflow: auto;
	height: 1%;
}
.news_channel li {
	margin: 4px 0;
}
.news_channel img {
	float: left;
	margin-right: 10px;
}

/* ---------- End Lates News --------- */

/* ---------- News Item ---------------- */

#content .post h2 {
	color: #52B8FA;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
	font-weight: bold;
}
#content .post h3 {
	color: #52B8FA;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px;
	font-weight: bold;
}
#content .post h4 {
	font-family: verdana;
	color: #fff;
	font-size: 8px;
	margin: 8px 0;
	line-height: 1;
	font-weight: normal;
}

/* ---------- End News item --------- */

/* ---------- Case studies --------- */

#case_study img {
	float: right;
	margin-left: 10px;
}

/* ---------- End Case studies --------- */

/* ---------- Login ------------- */

#login p {
	margin-top: 0;
}
#login_form p {
	border: none;
}
#login_form label {
	width: 50px;
}
#login_form input {
	width: 200px;
}
#login_form button {
	margin-left: 55px;
	background-color: #333;
	border-color: #222;
}

/* ---------- End Login ------------- */

/* ---------- End Content -------------- */

/* ---------- Footer -------------- */

#footer span {
	font-size: 1em;
	padding: 7px 0 7px 15px;
	float: left;
	display: block;
}
#footer span.abb {
	float: right;
	padding: 7px 15px 7px 0;
}
#footer a {
	color: #ffff6d;
}
#footer a:hover {
	background-color: #ffff6d;
	color: #000;
}
#footer span.abb a {
	color: #FFF;
}
#footer span.abb a:hover {
	color: #33CCFF;
	background: none;
}

/* ---------- End Footer -------------- */

/* ---------- Classes --------------- */

.page_section {
	clear: both;
	border: 1px solid #333;
	overflow: hidden;
	padding: 0 1em;
	margin-bottom: 1em;
}
.floatleft {
	float: left;
	width: 100pxx;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}
.nodisplay {
	display: none;	
}
.floatleft img {
	margin-bottom: 0.5em;
}
.floatright {
	float: right;
	margin: 1em 0 1em 1em;
}
.floatright img {
	margin-bottom: 0.5em;
}
.nomargin {
	margin: 0;
}
.noborder {
	border: none;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.red {
	color: #FF0000;
}
.close {
	height: 12px;
	overflow: hidden;
}
.more_details {
	float: right;
	margin: 5px 0 3px 5px;
}


#content h2.main_heading_blue_16px, #content h3.main_heading_blue_16px, #content h4.main_heading_blue_16px, #content p.main_heading_blue_16px, #content span.main_heading_blue_16px {
	color: #52B8FA;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
	font-weight: bold;
}
#content h2.sub_heading_blue_12px, #content h3.sub_heading_blue_12px, #content h4.sub_heading_blue_12px, #content p.sub_heading_blue_12px, #content span.sub_heading_blue_12px {
	color: #52B8FA;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px;
	font-weight: bold;
}
#content .body_text_white_11px {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	margin: 8px 0;
	font-weight: normal;	
}

#content td.table_text_white_11px, #content td p.table_text_white_11px {
	color: #fff;
	font-size: 11px;
	margin: 0;
	line-height: 1;
	font-weight: normal;
}
#content td.table_text_white_10px, #content td p.table_text_white_10px, #content th.table_text_white_10px, #content th p.table_text_white_10px {
	color: #fff;
	font-size: 10px;
	margin: 0;
	line-height: 1;
	font-weight: normal;
}
#content th p.table_text_white_10px, #content th.table_text_white_10px {
	font-weight: bold;
}
#content h2.footnotes_white_8px, #content h3.footnotes_white_8px, #content h4.footnotes_white_8px, #content p.footnotes_white_8px, #content span.footnotes_white_8px {
	font-family: verdana;
	color: #fff;
	font-size: 8px;
	margin: 8px 0;
	line-height: 1;
	font-weight: normal;
}
#content a.links_bold_yellow_11px {
	color: #FFFF6D;
	font-weight: bold;
}
#content a.links_bold_yellow_11px:hover {
	color: #000;
}

span.read_more_link {
	display: block;
	float: right;
	font-size: 1.1em;
}
.selector_page_link {
	float: right;
	display: block;
	cursor: pointer;
}
/* ---------- Contact us Helmet form --------------- */


table#helmet-form{}

table#helmet-form tr{}

table#helmet-form tr td{vertical-align:top;}

table#helmet-form tr td input{width:45px;margin-bottom:10px;}

table#helmet-form tr td select{margin-left:16px;
width:136px;}

/* ---------- End Classes --------------- */

/* ---------- Other Fixes --------------- */

#content table p {
	font-size: 1em;
}
ul p {
	font-size: 1em;
}

/* ---------- End Other Fixes --------------- */

