@charset "utf-8";

/* #################################################### COMMON TAGS #################################################### */

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.2em;
	color:#333333;
	background-color:#000000;
	background-image:url(../images/skin/bg_outer.png);
	background-repeat:repeat-x;
	background-position:top;
}

a {
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}

a:hover {
	color:#FF0000;
}

p {
	margin:10px 0px 10px 0px;
	padding:0px;
}

h1 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}

h1 a {
	color:#000000;
}

h2 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:13px;
	font-weight:normal;
	color:#CC0000;
}

h2 a {
	color:#CC0000;
}

h3 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:13px;
	font-weight:normal;
	color:#666666;
}

h3 a {
	color:#666666;
}

h4 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

h4 a {
	color:#000000;
}

h5 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

h5 a {
	color:#666666;
}

h6 {
	margin:10px 0px 10px 0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

h6 a {
	color:#000000;
}

hr {
	margin-left:5px;
	clear:both;
}

img {
	vertical-align:bottom;
}

ul {
	margin:10px 0px 10px 30px;
	padding:0;
	list-style:none;
}

ul li {
	margin:0;
	padding:0;
	list-style-image:url(../images/skin/pointer_commonbullet.png);
}

ul li ul {
	margin:0px 0px 5px 20px;
}

ul li ul li {
	list-style-image:url(../images/skin/pointer_subbullet.png);
}

/* #################################################### SITE FRAMEWORK #################################################### */

#framework_outer {
	margin:0 auto;
	width:990px;
	background-image:url(../images/skin/bg_tile.png);
	background-repeat:repeat-y;
	background-position:center top;
	min-height:500px;
}

#framework_inner {
	margin:0 auto;
	width:880px;
	padding:0px 55px;
	background-image:url(../images/skin/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	min-height:500px;
}

/* #################################################### */

#topspacer {
	height:245px;
}

#header {
	height:126px;
	position:absolute;
	top:0px;
}

#header .logolink {
	display:block;
	width:480px;
	height:126px;
	float:left;
}

#header .search_form {
	display:block;
	margin:0;
	padding:90px 0 0 0;
	width:400px;
	height:36px;
	float:left;
	text-align:right;
	color:#FFFFFF;
}

#header .search_title {
	vertical-align:top;
	padding-top:7px;
	display:-moz-inline-stack;
	display:inline-block;
}

#header .search_title a {
	color:#FFFFFF;
	font-weight:normal;
}

#header .search_term {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:138px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	text-align:center;
	background:url(../images/skin/bg_searchfield.png);
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
	vertical-align:top;
}

#header .search_term:hover, #header .search_term:focus {
	background-position:right bottom;
}

#header .search_submit {
	margin:0px;
	padding:0px;
	width:68px;
	height:28px;
	vertical-align:top;
	background:url(../images/skin/bg_searchbutton.png);
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
}

#header .search_submit:hover {
	background-position:right bottom;
}

#header .search_advanced {
	margin:0px;
	padding:0px;
	width:68px;
	height:28px;
	vertical-align:top;
	background:url(../images/skin/bg_advancedbutton.png);
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
}

#header .search_advanced:hover {
	background-position:right bottom;
}

#topanim {
	position:absolute;
	top:126px;
	height:117px;
	width:880px;
}

/* #################################################### */

#framework_antiguillotine {
	clear:both; /* THIS IS IE's FAULT! */
}

#framework_footer {
	margin:10px auto 0px auto;
	padding:42px 0px 8px 0px;
	width:990px;
	height:30px;
	background-image:url(../images/skin/bg_footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	clear:both;
	text-align:center;
}

#framework_footer a {
	font-weight:normal;
	color:#FFFFFF;
}

#framework_footer a:hover {
	color:#FF0000;
}

#framework_footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#framework_footer ul li {
	display:inline;
	padding:0 5px;
	white-space:nowrap;
}

#framework_underneath {
	padding:30px 0;
	margin:0 auto;
	width:892px;
	color:#666666;
	overflow:hidden;
}

#framework_underneath a {
	color:#666666;
}

#framework_underneath .left {
	float:left;
	margin-left:20px;
}

#framework_underneath .centre {
	display:block;
	text-align:center;
}

#framework_underneath .centre img {
	vertical-align:middle;
	border:none;
}

#framework_underneath .right {
	float:right;
	margin-right:20px;
}

/* #################################################### COLUMNS #################################################### */

.column_single {
	width:175px;
	margin:0px;
	float:left;
	display:inline;
	overflow:hidden;
	min-height:10px;
}

.column_double {
	width:350px;
	margin:0px;
	float:left;
	display:inline;
	overflow:hidden;
	min-height:10px;
}

.column_triple {
	width:525px;
	margin:0px;
	float:left;
	display:inline;
	overflow:hidden;
	min-height:10px;
}

.column_quadruple {
	width:700px;
	margin:0px;
	float:left;
	display:inline;
	overflow:hidden;
	min-height:10px;
}

.column_quintuple {
	width:875px;
	margin:0px;
	float:left;
	display:inline;
	overflow:hidden;
	min-height:10px;
}

/* #################################################### BOXES #################################################### */

.box_stacker {
	float:left;
	display:inline;
	overflow:hidden;
}

.box_stacker .box_single, .box_stacker .box_single_feature, .box_stacker .box_double, .box_stacker .box_double_feature, .box_stacker .box_triple, .box_stacker .box_triple_feature, .box_stacker .box_quadruple, .box_stacker .box_quadruple_feature, .box_stacker .box_quintuple, .box_stacker .box_quintuple_feature {
	clear:left;
}

.box_elastic {
	margin:5px 0px 0px 5px;
	padding:5px 5px 0px 5px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_elastic_feature {
	margin:5px 0px 0px 5px;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_single {
	margin:5px 0px 0px 5px;
	width:158px;
	padding:5px 5px 0px 5px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_single_feature {
	margin:5px 0px 0px 5px;
	width:170px;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_single_feature a img {
	border:none;
}

.box_3in4 {
	margin:5px 0px 0px 5px;
	width:216px;
	padding:5px 5px 0px 5px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_double {
	margin:5px 0px 0px 5px;
	width:323px;
	padding:5px 10px 0px 10px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_double_feature {
	margin:5px 0px 0px 5px;
	width:345px;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_double_feature a img {
	border:none;
}

.box_triple {
	margin:5px 0px 0px 5px;
	width:498px;
	padding:5px 10px 0px 10px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_triple_feature {
	margin:5px 0px 0px 5px;
	width:520px;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_triple_feature a img {
	border:none;
}

.box_quadruple {
	margin:5px 0px 0px 5px;
	width:673px;
	padding:5px 10px 0px 10px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_quadruple_feature {
	margin:5px 0px 0px 5px;
	width:695px;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_quadruple_feature a img {
	border:none;
}

.box_quintuple {
	margin:5px 0px 0px 5px;
	width:848px;
	padding:5px 10px 0px 10px;
	background-image:url(../images/skin/bg_box_01.png);
	border:1px solid #FFFFFF;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_quintuple_feature {
	margin:5px 0px 0px 5px;
	width:870px;
	float:left;
	display:inline;
	overflow:hidden;
}

.box_quintuple_feature a img {
	border:none;
}

.mouseover:hover {
	background-image:url(../images/skin/bg_box_02.png);
}

/* #################################################### OTHERS #################################################### */

.nav ul {
	margin:0px 0px 5px 0px;
	padding:0;
	list-style:none;
}

.nav ul li {
	margin:0;
	padding:0;
	list-style-image:none;
	overflow:hidden;
	clear:left;
}

.nav ul li.divider {
	margin:5px 0;
	height:1px;
	background:#FFFFFF;
}

.nav ul li a {
	display:block;
	background-image:url(../images/skin/pointer_sidenavitem_nosub.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:5px 0px 5px 15px;
	color:#000000;
	font-weight:normal;
}

.nav ul li a:hover {
	background-image:url(../images/skin/pointer_sidenavitem_nosub_hover.png);
}

.nav ul li ul {
	margin:0;
	padding-left:5px;
}

.nav ul li ul li a {
	font-weight:normal;
}

.nav .navitem_closed {
	display:none;
}

.nav .navitem_open {
	display:block;
}

.nav .opener_open {
	background-image:url(../images/skin/pointer_sidenavitem_open.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	cursor:pointer;
	float:left;
	width:21px;
	height:21px;
}

.nav .opener_closed {
	background-image:url(../images/skin/pointer_sidenavitem_closed.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	cursor:pointer;
	float:left;
	width:21px;
	height:21px;
}

.nav .noopener {
	background-image:url(../images/skin/pointer_sidenavitem_nosub.png);
	background-repeat:no-repeat;
	background-position:0px 7px;
	float:left;
	width:21px;
	height:21px;
}

.nav .totalitems {
	color:#CCCCCC;
}

/* #################################################### */

.inline{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
}

.setheight_single {
	height:158px;
	overflow:hidden;
}

.setheight_single_feature {
	height:170px;
	overflow:hidden;
}

.setheight_double {
	height:323px;
	overflow:hidden;
}

.setheight_double_feature {
	height:345px;
	overflow:hidden;
}

.setheight_triple {
	height:498px;
	overflow:hidden;
}

.setheight_triple_feature {
	height:520px;
	overflow:hidden;
}

.setheight_quadruple {
	height:673px;
	overflow:hidden;
}

.setheight_quadruple_feature {
	height:695px;
	overflow:hidden;
}

.setheight_quintuple {
	height:848px;
	overflow:hidden;
}

.setheight_quintuple_feature {
	height:870px;
	overflow:hidden;
}

.setheight_25 {
	height:18px;
	overflow:hidden;
}

.setheight_25_feature {
	height:25px;
	overflow:hidden;
}

.setheight_50 {
	height:43px;
	overflow:hidden;
}

.setheight_50_feature {
	height:50px;
	overflow:hidden;
}

.setheight_75 {
	height:68px;
	overflow:hidden;
}

.setheight_75_feature {
	height:75px;
	overflow:hidden;
}

.setheight_100 {
	height:93px;
	overflow:hidden;
}

.setheight_100_feature {
	height:100px;
	overflow:hidden;
}

.setheight_125 {
	height:118px;
	overflow:hidden;
}

.setheight_125_feature {
	height:125px;
	overflow:hidden;
}

.setheight_150 {
	height:143px;
	overflow:hidden;
}

.setheight_150_feature {
	height:150px;
	overflow:hidden;
}

.setheight_160 {
	height:153px;
	overflow:hidden;
}

.setheight_160_feature {
	height:160px;
	overflow:hidden;
}

.setheight_175 {
	height:168px;
	overflow:hidden;
}

.setheight_175_feature {
	height:175px;
	overflow:hidden;
}

.setheight_200 {
	height:193px;
	overflow:hidden;
}

.setheight_200_feature {
	height:200px;
	overflow:hidden;
}

.setheight_225 {
	height:218px;
	overflow:hidden;
}

.setheight_225_feature {
	height:225px;
	overflow:hidden;
}

.setheight_250 {
	height:243px;
	overflow:hidden;
}

.setheight_250_feature {
	height:250px;
	overflow:hidden;
}

.setheight_275 {
	height:268px;
	overflow:hidden;
}

.setheight_275_feature {
	height:275px;
	overflow:hidden;
}

.setheight_300 {
	height:293px;
	overflow:hidden;
}

.setheight_300_feature {
	height:300px;
	overflow:hidden;
}

.background1 {
	background-image:url(../images/skin/bg_box_01.png);
}

.background2 {
	background-image:url(../images/skin/bg_box_02.png);
}

.background3 {
	background-image:url(../images/skin/bg_box_03.png);
}

.background3 h1, .background3 h3, .background3 h5 {
	color:#FFFFFF;
}

.background4 {
	background-image:url(../images/skin/bg_box_04.png);
}

.background4 h1, .background4 h3, .background4 h5 {
	color:#FFFFFF;
}

/* #################################################### */

.image_right {
	float:right;
	margin:2px 2px 2px 10px;
	padding:1px;
	border:1px solid #000000;
}

.image {
	margin:2px;
	padding:1px;
	border:1px solid #000000;
}

.image_left {
	float:left;
	margin:2px 10px 2px 2px;
	padding:1px;
	border:1px solid #000000;
}

.text_right {
	float:right;
	margin:10px 2px 10px 10px;
}

.text_left {
	float:left;
	margin:10px 10px 10px 2px;
}

/* #################################################### */

.contactnumber {
	font-size:24px;
	color:#CC0000;
}

.qc_box label {
	display:block;
}

.qc_box {
	padding-bottom:5px;
}

.qc_box form {
	padding:0;
	margin:0;
}

.qc_singleline {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:148px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background:url(../images/skin/qc_singleline.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
}

.qc_singleline:hover, .qc_singleline:focus {
	background-position:left bottom;
	color:#000000;
}

.qc_textbox textarea {
	margin:0px;
	padding:5px;
	height:98px;
	width:148px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background:url(../images/skin/qc_textbox.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	overflow:auto;
}

.qc_textbox textarea:hover, .qc_textbox textarea:focus {
	background-position:left bottom;
	color:#000000;
}

.qc_pin {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background:url(../images/skin/qc_pin.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	float:right;
}

.qc_pin:hover, .qc_pin:focus {
	background-position:left bottom;
	color:#000000;
}

.qc_button {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:148px;
	background:url(../images/skin/qc_button.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	clear:both;
}

.qc_button:hover, .qc_button:focus {
	background-position:left bottom;
}

/* #################################################### */

.fe_box label {
	display:block;
}

.fe_singleline {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:313px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background:url(../images/skin/fe_singleline.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
}

.fe_singleline:hover, .fe_singleline:focus {
	background-position:left bottom;
	color:#000000;
}

.fe_textbox textarea {
	margin:0px;
	padding:5px;
	height:98px;
	width:313px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background:url(../images/skin/fe_textbox.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	overflow:auto;
}

.fe_textbox textarea:hover, .fe_textbox textarea:focus {
	background-position:left bottom;
	color:#000000;
}

.fe_pin {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	background:url(../images/skin/fe_pin.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	float:right;
	clear:both;
}

.fe_pin:hover, .fe_pin:focus {
	background-position:left bottom;
	color:#000000;
}

.fe_brochurelabel {
	margin:12px 0px 12px 10px;
}

.fe_checkbox {
	float:right;
	margin:8px 10px 8px 0px;
}

.fe_button {
	margin:0px;
	padding:7px 5px 0px 5px;
	height:21px;
	width:313px;
	background:url(../images/skin/fe_button.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:none;
	clear:both;
}

.fe_button:hover, .fe_button:focus {
	background-position:left bottom;
}

/* #################################################### */

.pages {
	padding-bottom:10px;
}

.pagelink {
	padding:5px 8px;
	border:1px solid #999999;
	background:#FFFFFF;
}

.pagelink:hover {
	color:#000000;
	background:#CCCCCC;
}

.pageselected {
	padding:6px 9px;
	color:#FFFFFF;
	font-weight:bold;
	background:#666666;
}

.item_row_title {
	margin-top:0;
}

.item_box_pic_container {
	max-height:120px;
	overflow:hidden;
}

.item_row_image {
	float:left;
	text-align:center;
	width:120px;
	height:120px;
	padding:0px 10px;
	margin:-5px 5px 0px -10px;
	background-image:url(../images/skin/bg_box_02.png);
}

.item_row_pic {
	border:none;
}

.search_image_container {
	float:left;
	width:120px;
	text-align:center;
}

.search_image {
	margin:5px 10px 10px 0px;
	border:none;
}

.as_button {
	margin:0px 0px -10px 0px;
	padding:0px 5px 0px 5px;
	width:68px;
	height:28px;
	background:url(../images/skin/bg_searchbutton.png);
	background-repeat:no-repeat;
	background-position:right top;
	border:none;
}

.as_button:hover, .fe_button:focus {
	background-position:right bottom;
}

.homepage_searchbutton {
	width:100%;
	font-size:11px;
	background-color:#CC0000;
	color:#FFFFFF;
	border:1px solid #000000;
	text-transform:lowercase;
}


