@charset "utf-8";

/* general styling */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E3E3E3;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	overflow: -moz-scrollbars-vertical;
}

h1  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00547B;
	padding: 20px 0px 20px 0px;
	border: 0px solid #ff0000;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00547B;
	padding: 15px 0px 10px 0px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00547B;
	padding: 0px 0px 10px 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	padding: 5px;
}



/* general table styling */
table {
	 border-collapse: collapse;
	 border: 1px solid #cccccc; 
	 padding: 5px;
	 width: 100%;
	 background: url(../images/elements/logo-background.gif) repeat;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #eeeeee;
	padding: 5px;
	line-height: 26px;
	vertical-align: top;
}

.table-header {
	background-color: #C97402;
	font-weight:bold;
	font-size: 10px;
	height: 15px;
	line-height: 12px;
}

.centre {
	text-align:center;
}

.bold {
	font-weight: bold;
}


/* links in tables styling */
td a:link, td a:visited, a:link,  a:visited,  {

	color: #df6f00;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
}

td a:hover,  a:hover {

	color: #646464;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

/* paragraphs in tables styling */
td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 26px;
	padding: 0px;
}



/* page container styling */
.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003f5c;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



/* header graphic 1 & 2 styling */
.thrColFixHdr #header1 { 
	background: #ffffff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 960px;
	border: 0px solid #ff0000;
	
} 

.thrColFixHdr #logo { 
	float:left;
	width: 540px;
	height: 124px;
	margin-left: 15px;
	margin-right:-420px; /* IMPORTANT */
	padding: 10px 0px 20px 0px;
	padding-right:420px solid #ff0000; 
}

/* language selector styling */
.thrColFixHdr  #language-nav {
	float: right;
	margin: 0px;
	padding-top: 20px;
	width: 220px;
	border: 0px solid #ff0000;
	height: 120px;

}



.thrColFixHdr #maingraphic { 
	background: #ffffff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

} 



/* main navigation styling */
.thrColFixHdr  #main-nav {
	clear: both;
	float: left;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 0px solid #ff0000;
	height: 17px;
	width: 925px;
	padding-left: 20px;
}

#main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-nav li
{
	float: left;
	margin: 0px 2px 0px 2px;
}
 
#main-nav .on a:link, #main-nav .on a:visited {
	background: url(../images/elements/buttons/button-on.gif) #fff bottom left repeat-x;
	height: 17px;
	width: 111px;
	line-height: 16px;
	float: left;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#main-nav .on a:hover {
	background: url(../images/elements/buttons/button-on.gif) #fff bottom left repeat-x;
	height: 17px;
	width: 111px;
	line-height: 16px;
	float: left;
	display: block;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
}

#main-nav .off  a:link, #main-nav .off  a:visited {
	background: url(../images/elements/buttons/button-off.gif) #fff bottom left repeat-x;
	height: 17px;
	width: 111px;
	line-height: 16px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#main-nav .off  a:hover {
	background: url(../images/elements/buttons/button-off.gif) #fff bottom left repeat-x;
	height: 17px;
	width: 111px;
	line-height: 16px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
}

/* Hide from IE5-Mac \*/
#main-nav li a {
	float: none
}
/* End hide */



/* products sub menu navigation */
.thrColFixHdr  .tab-nav {
	float: left;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.tab-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tab-nav li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
 
.tab-nav .on a:link, .tab-nav .on a:visited,  .tab-nav .tab  {
	background: url(../images/elements/buttons/tab-on.gif) #fff bottom left repeat-x;
	height: 18px;
	width: 115px;
	float: left;
	display: block;
	color: #df6f00; 
	text-decoration: none;
	text-align: center;
	font-size:9px;	
	line-height: 18px;
	text-transform: uppercase;
}

.tab-nav .on a:hover {
	background: url(../images/elements/buttons/tab-on.gif) #fff bottom left repeat-x;
	height: 18px;
	width: 115px;
	float: left;
	display: block;
	color: #C87300;
	text-decoration: underline;
	text-align: center;
	font-size:9px;
	line-height: 18px;
	text-transform: uppercase;
}

.tab-nav .off  a:link, .tab-nav .off  a:visited {
	background: url(../images/elements/buttons/tab-off.gif) #fff bottom left repeat-x;
	height: 18px;
	width: 115px;
	float: left;
	display: block;
	color: #505050;
	text-decoration: none;
	text-align: center;
	font-size:9px;
	line-height: 18px;
	text-transform: uppercase;
}

.tab-nav .off  a:hover {
	background: url(../images/elements/buttons/tab-off.gif) #fff bottom left repeat-x;
	height: 18px;
	width: 115px;
	float: left;
	display: block;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	font-size:9px;
	line-height: 18px;
	text-transform: uppercase;
}

/* Hide from IE5-Mac \*/
.tab-nav li a {
	float: none
}
/* End hide */

.tab-nav
{
	border: 0px solid #ff0000;
	width: 690px;
	background: url(../images/elements/buttons/tab-off-back.gif) bottom left repeat-x;
	height: 18px;
	padding: 0;
	margin: 0;
} 


/* right side bar blocks*/
.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	border: 0px solid #ff0000;
}

.thrColFixHdr #sidebar1 h3, .thrColFixHdr #sidebar2 h3 {
	padding: 10px 0px 0px 15px;
	margin: 0px;
	
}

.thrColFixHdr .sidebar-header {
	background: url(../images/elements/navheader.gif) no-repeat; 
	height: 31px;
	width: 219px;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr .sidebar-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-height: 88px;
	width: 219px;
	background-image: url(../images/elements/navback.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.thrColFixHdr .sidebar-content a:link, .thrColFixHdr .sidebar-content a:visited {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #25415D;	
	font-weight: bold;
	background: url(../images/elements/page-icon.jpg) no-repeat; 
	padding: 0px 0px 0px 20px;
	border: 0px solid #ff0000;
	height: 15px;
}

.thrColFixHdr .sidebar-content a:hover {
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #C97402;	
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

.thrColFixHdr .sidebar-content p {
	padding: 5px 15px 5px 10px;
	margin: 0px;
	
}
.thrColFixHdr .sidebar-footer {
	background: url(../images/elements/navfooter.gif) no-repeat; 
	min-height: 9px;
	width: 219px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	border: 0px solid #ff0000;
}



/* main page breadcrumb styling*/
.thrColFixHdr #breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	font-weight: normal;

}

.thrColFixHdr #breadcrumb a:link, .thrColFixHdr  #breadcrumb a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-decoration:none;
	font-weight: normal;
}

.thrColFixHdr  #breadcrumb a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#C97402;
	text-decoration:underline
}



/* main content block styling HOME PAGE*/
.thrColFixHdr #mainContentHome { 
	clear: none;
	margin: 0px 300px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #ff0000;
	min-height: 500px;
	width: 440px;
} 



/* main content block styling OTHER PAGES*/
.thrColFixHdr #mainContent { 
	margin: 0px 250px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #cccccc;
	min-height: 500px;
	height: auto;
	border: 0px solid #ff0000;
	width: 680px;
} 


/* BOX content styling */
.thrColFixHdr #box { 
	border-top: 0px solid #ff0000;
	border-right: 0px solid #ff0000;
	border-left: 0px solid #ff0000;
	border-bottom: 0px solid #ff0000;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	min-height: 500px;
}

/* BOX link  styling */

.thrColFixHdr #box a:link, .thrColFixHdr #box a:visited, .thrColFixHdr #box a:hover { 
	font-size: 12px;
	text-decoration: none;
	font-size:11px;
	color: #C97402;	
	font-weight: bold;
}

 .thrColFixHdr #box a:hover { 
	font-size: 12px;
	text-decoration: underline;
	font-size:11px;
	color: #C97402;	
	font-weight: bold;
}


/* BOXSM content styling */
.thrColFixHdr #boxsm { 
	border-top: 0px solid #ffffff;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	min-height: 45px;
}


.sub-head  { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #1C88C8;
	color: #FFFFFF;
	font-weight:bold;
} 


.thrColFixHdr #mainContentHome ul, .thrColFixHdr #box ul { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/* footer styling */

.thrColFixHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background:#24405C;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center; 
	height: 20px;
	border: 0px solid #ff0000;
} 

.thrColFixHdr #footer a:link, .thrColFixHdr #footer a:visited { 
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ffffff;	
	font-weight: bold;
	text-transform: uppercase;
} 

.thrColFixHdr #footer a:hover { 
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #C97402;
	font-weight: bold;
	text-transform: uppercase;
} 

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* images styling */

.float-right-border { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 1px solid #cccccc;
	padding: 2px;
	
}
.float-left-border { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	border: 1px solid #cccccc;
	padding: 2px;
	clear: right;
}

.float-right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding: 2px;
	
}
.float-left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	padding: 2px;
}


.border {
	border: 1px solid #cccccc;
	margin: 1px;
	padding: 2px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.thrColFixHdr #loadarea  { /* PRODUCT IMAGES PAGE */
	margin-left: 150px;
	width: 400px;
	height: 400px; 
	border: 0px solid #cccccc;
}

.thrColFixHdr #loadarea2 { /* GALLERY PAGE */
	margin: 1px;
	width: 642px;
	height: 427px; 
	border: 1px solid #cccccc;
	padding: 2px;
}

/* various links styling */

.copyright {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 18px;
}

.copyright a:link, .copyright a:visited, {
	font-size: 9px;
}


