/* CSS Document */

/* Undo some default styling of common (X)HTML browsers */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin:0; 
	padding:0
}
a img,:link img,:visited img { 
	border:none 
}
address { 
	font-style:normal 
}

/* WT Formatting Styles */
* {
  padding: 0;
  margin: 0;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#edit {
	display:block;
	border:2px dotted #4A6DBF;
	padding:4px;
	margin-bottom:4px;
	/*background-color:#FDFCDF;*/
}
#editbar {
	display:block;
	font-size:12px;
	padding:2px;
	background-color:#3D5FA6;
	color:#CCCCCC;
	text-align:center;
	background-image: url(../images/bg-editbar-blue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#editbar.black {
	background-color:#000000;
	background-image: url(../images/bg-editbar-black.jpg);
}
#editbar a {
	color:#ffffff !important;
	text-decoration:none !important;
	display:inline !important;
	background: url(none) !important;
	padding:0px !important;
	margin:0px !important;
	text-transform:none !important;
	font-weight:normal !important;
	border:none !important;
}
#editbar a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}
#note {
	padding:5px;
	background-color:#FFFFCC;
	border:1px dashed red;
	color:#333333;
	font-size:11px;
	margin-bottom:5px;
}
#amm_wt_url_hint_box {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px dotted red;
	color: black;
	font-family: verdana,helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 8.5pt;
	padding: 8px;
	margin: 5px;
	background: #ffeecc;
	width: 400px;
}
#amm_wt_url_hint_box input {
	width: 100%;
	font-family: 'courier new',courier,monospace,verdana;
	font-weight: bold;
	font-size: 10pt;
	background: white;
	margin-top:4px;
}
#amm_wt_url_close_box {
	text-align:right; 
	float:right; 
	padding-left:10px;
}
#metaDataHolder {
	width:760px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #ffffff;
	color:#000000;
	margin:0px auto;
	margin-top:25px;
}
#metaDataHolder td {
	padding:10px;
	border:1px solid #475056;
}
/* Page Styles */
a {
	color:#396599;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
body {
	margin: 0px;
	background-color:#58585A;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.galleryPic {
	display:block;
	margin-right:10px;
	margin-bottom:5px;
	_margin-bottom:10px;
	float:left;
}
.galleryPicEnd {
	margin-right:0px;
	display:block;
	margin-bottom:5px;
}
.rightImages {
	float:right;
	display:block;
	width:240px;
	text-align:center;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:10px;
}
#holder {
	margin:0px auto;
	text-align:left;
	padding:5px;
	width:945px;
	background-color:#FFFFFF;
}
#banner {
	margin-bottom:1px;
	_margin-bottom:5px;
}
#banner h1, #banner h2 {
	display:none;
}
#bodyHolder {
	background: #ffffff url(../images/bg-navigation2.jpg) no-repeat left top;
}
#footerHolder {
	width:955px;
	margin:0px auto;
}
#footer {
	background: url(../images/bg-footer.jpg) repeat-x left top;
	height: 26px;
	padding-top: 13px;
	text-align: right;
	font-size: 13px;
	color: #999999;
	padding-right: 15px;
	padding-bottom:10px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#requireds {display:none;
	text-align: left;
	padding-bottom: 12px;
	font-size:12px;
	color:#CCCCCC;
	padding-left: 2px;
}
#requireds a {
	color:#FFFFFF;
	text-decoration:none;
}
#requireds a:hover {
	text-decoration:underline;
}
#navigation {
	width:180px;
	float:left;
	background: #58585A url(../images/bg-navigation.jpg) repeat-x left top;
	margin-right: 5px;
	padding-bottom: 10px;
	text-align:right;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	font-size: 13px;
}
#navigation ul li a {
	display:block;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	border-bottom: 1px solid #525252;
	background: url(../images/menu-arrow.gif) no-repeat 166px 11px;
	padding: 6px 19px 6px 6px;
}
#navigation ul li a.current {
	background-color:#424244;
	border-bottom:1px solid #878889;
	background: #6F7072 url(../images/bg-submenu.jpg) repeat-x left top;
}
#navigation ul li a:hover {
	text-decoration:underline;
}
#navigation ul li ul {
	background-color:#666666;
}
#navigation ul li ul li a {
	border-bottom:1px solid #878889;
	font-size:90%;
	padding: 4px 19px 4px 5px;
	background: url(../images/menu-arrow.gif) no-repeat 166px 9px;
}
#navigation ul li ul li a.current {
	font-weight:bold;
	background: #4A4A4A url(../images/menu-arrow.gif) no-repeat 166px 9px;
}
#homeContent {
	float:left;
	background-color:#FFFFFF;
	margin-left:;
}
#homeTop {
	margin-bottom:5px;
}
#homeTop h3 {
	padding-bottom:5px;
}
#introContent {
	float:left;
	width:494px;
	height:168px;
	background: url(../images/bg-introContent.jpg) repeat-y left top;
	color: #FFFFFF;
	padding: 11px 16px 16px;
	margin-right: 5px;
	_margin-bottom:5px;
}
#introContentPro {
	float:left;
	width:537px;
	_width:530px;
	height:168px;
	background: url(../images/bg-introContent.jpg) repeat-y left top;
	color: #FFFFFF;
	padding: 11px 16px 16px;
	margin-right: 0px;
	margin-bottom:5px;
}
#introContentPro h2 {
	font-size:19px;
	padding-bottom:5px;
}
#introContent h2, #contactUs h2 {
	font-size:17px;
	padding-bottom:5px;
}
#introContentPro2 {
	float:left;
	width:533px;
	background: url(../images/bg-introContent.jpg) repeat-y left top;
	color: #FFFFFF;
	padding: 11px 16px 16px;
	margin-right: 5px;
	margin-bottom:10px;
}
#contactUs {
	float:left;
	background: url(../images/bg-contact.jpg) repeat-x left top;
	color: #FFFFFF;
	padding:16px;
	height:163px;
	width:196px;
	_width:192px;
}
#contactUsPro {
	float:left;
	background: url(../images/bg-contact.jpg) repeat-x left top;
	color: #FFFFFF;
	padding:14px;
	height:167px;
	width:157px;
	_width:164px;
	font-size:12px;
	margin-top:5px;
	margin-bottom:-5px;
	_margin-bottom:5px;
	border-top:5px solid #ffffff;
}
#contactUsPro a {
	color:#D2D1D0;
	text-decoration:underline;
}
#contactUsPro a:hover {
	text-decoration:none;
}
#contactUsPro h2 {
	margin:0px;
	padding-bottom:7px;
	font-size:18px;
}
#homeProdList {
width:566px;
}
.boxCategory {
	float:left;
	width:185px;
	height:200px;
	margin:0px 6px 6px 0px;
	_margin:0px 3px 3px 0px;
	background: url(../images/bg-catBoxes2.gif) no-repeat left top;
	font-size: 12px;
}
#middleContentPro2 .boxCategory {
	_margin:0px 5px 5px 0px;
}
.boxCategory2 {
	width:185px;
	height:200px;
	padding-top:1px;
	margin:10px 5px 5px 0px;
	_margin:0px 3px 3px 0px;
	background: url(../images/bg-catBoxes2.gif) no-repeat left top;
	font-size: 12px;
}
.categoryPadding { width:183px; height:168px; overflow:hidden; text-align:center; margin:1px;  }
.boxCategoryEnd {
	float:left;
	width:185px;
	height:200px;
	margin:0px 0 5px 0px;
	_margin:0px 0 3px 0px;
	background: url(../images/bg-catBoxes2.gif) no-repeat left top;
	font-size: 12px;
}
.boxCategory h4, .boxCategory h4.headings, .boxCategoryEnd h4, .boxCategory2 h4 {
	font-size:12px;
	margin-top: 13px;
	text-align: center;
	margin-bottom: 11px;
}
.boxCategory h4 a, .boxCategory h4.headings a, .boxCategoryEnd h4 a, .boxCategory2 h4 a {
	color:#000000;
	text-decoration:none;
}
.boxCategory h4 a:hover, .boxCategory h4.headings a:hover, .boxCategoryEnd h4 a:hover, .boxCategory2 h4 a:hover {
	text-decoration:underline;
}
.categoryPadding {
	
}
.categoryPadding img {
	/*margin-left:55px;
	margin-top:3px;*/
}
#pagesRight {
	float:left;
	width: 760px;
}
#middleContent {
	float:left;
	width:525px;
	margin-right:6px;
	font-size:13px;
}
#middleContent h4 {
	font-size:17px;
	margin:0px;
	padding-bottom:6px;
}
#middleContentPro {
	float:left;
	width:568px;
	margin-right:6px;
	_margin-right:0px;
	font-size:13px;
}
#middleContentPro h4 {
	font-size:17px;
	margin:0px;
	padding-bottom:6px;
}
#description {
	padding:8px;
}
#rightContent {
	float:left;
	width:229px;
	font-size: 13px;
}
#middleContentPro2 #rightContentPro {
	_padding-top:10px;
}
#rightContentPro {
	float:right;
	width:185px;
	font-size: 13px;
	margin:-10px 0 0 0; 
	padding:0; 
}
#categories {
	height:26px;
	background: #040404 url(../images/bg-categories.jpg) repeat-x left top;
	color: #B6B6B6;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size:13px;
}
#categories a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
}
#categories a:hover {
	text-decoration:underline;
}
#productDisplay {
	float:left;
	width:190px;
	padding-left: 7px;
	padding-right: 10px;
}
#productDisplay h2 {
	color: #E2001A;
	font-size: 18px;
	padding-bottom: 7px;
}
#technicalSpecification {
	float:left;
	width:318px;
}
#technicalSpecification h3 {
	font-size: 17px;
	padding-bottom: 7px;
	padding-top: 2px;
}
#technicalSpecification ul {
	background-color: #EDEDED;
}
#technicalSpecification ul li {
	border-bottom: 1px solid #D9D7D9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 21px;
	font-size: 13px;
	background: url(../images/list-bullet.gif) no-repeat 6px 9px;
	list-style: none;
}
#technicalSpecification ul li.altColour {
	background-color: #E2E0E2;
}
#productAccessories {
	background-color: #EDEDED;
	padding: 5px;
	margin-bottom: 6px;
}
#productAccessories h3 {
	color:#E2001A;
	font-size:18px;
}
#productAccessories ul {
	background-color: #EDEDED;
	margin:0px;
	padding:0px;
}
#productAccessories ul li {
	border-bottom: 1px solid #D9D7D9;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 22px;
	font-size: 13px;
	background: url(../images/list-bullet.gif) no-repeat 6px 9px;
	list-style: none;
}
#productAccessories ul li a {
	color: #333333;
}
#productAccessories ul li a:hover {
	color:#666666;
	text-decoration:none;
}
#customisation {
	background-color: #EDEDED;
	padding: 5px 5px 10px 10px;
	margin-bottom: 6px;
}
#customisation h3 {
	color:#E2001A;
	padding-bottom: 7px;
	font-size:18px;
}
#contactUsDetails {
	background-color: #EDEDED;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #E2001A;
	text-align: center;
	line-height: 23px;
}
#pagesContent {
	padding: 18px 30px 10px 10px;
	font-size: 13px;
	line-height:18px;
}
#pagesContent h2 {
	color: #E2001A;
	font-size: 18px;
	padding-bottom: 7px;
}
#pagesContent h3 {
	font-size: 15px;
	padding-bottom: 5px;
}
#pagesContent ul {
	margin-left:20px;
}
#pagesContent ul li {
	padding-bottom:3px;
}
#pagesContent ul li ul {
	padding-top:2px;
}
#pagesContent ul li ul li {
	padding-bottom:0px;
}
.rightImages {
	float:right;
	display:block;
	width:170px;
	text-align:center;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:10px;
}
.required {
	color:#CC0000;
	font-weight:bold;
	font-size:130%;
}
/* added by matthias for products */
.boxCategory h4.headings, .boxCategoryEnd h4.headings, .boxCategory2 h4.headings {
	font-size:12px !important;
	margin-top: 13px !important;
	text-align: center !important;
	margin-bottom: 4px ;
}
.boxCategory2 h4.headings {
	font-size:12px !important;
	margin-top: 12px !important;
	text-align: center !important;
	margin-bottom: 11px !important;
}
.generalPro { margin-bottom:15px !important; padding-bottom:10px; border-bottom:1px solid #ADADAD; }
.generalPro a { text-decoration:none; font-size:14px; }
.genImg { float:left; width:100px; text-align:center; margin:0 10px 0 0; }
.genContent { margin:0 0 0 105px; }
.generalPro .heading { margin-bottom:4px; }
.clearLeft { clear:left; }
#homeProdListRight { float:right; width:185px;}

.colour1 { background-color:#ededed !important; }
.colour2 { background-color:#e7e7e7 !important; }

#categoryDisplay { float:left; width:568px; }
.genCont {
	font-size:13px;
	display:block;
}
.genCont h3.heading {
	margin:0px;
	padding-bottom:3px;
}
.genCont h3.heading a{
	text-decoration:underline;
}
.genCont h3.heading a:hover{
	text-decoration:none;;
}


.gal { width:180px; height:210px; float:left; margin:10px 5px; margin-bottom:0; overflow:hidden; }
.gal a { display:block; width:178px; height:178px; border:1px solid #C5C5C5; }
.gal a img { display:none; }
.gal .caption { text-align:center; font-weight:bold; }


