* { 
    -moz-box-sizing: border-box; 
}

.print{background-color:#Ffffff;!important 
background-image:none;!important }

/* colour of headings shown on the actual product information page */
b{color:#80ae1f;}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #000000;
background-image:url(../../images/background/bg_world_map.jpg);
background-position: center top;
background-repeat:no-repeat;
background-color:#F2F2F2;

}
.main{
background-color:#F2F2F2;
margin : 0px 0px 0px 0px;}
form{
 margin : 0px 0px 0px;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
margin-left:10px;
margin-right:10px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #80ae1f;
	margin-left:10px;
	margin-right:10px;
}

h1.large{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #80ae1f;
	margin-left:10px;
	margin-right:10px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color: #80ae1f;
}



h3{
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight : bold;
	color: #80ae1f;

}
/*.shadow_left{
background-image: url(../../images/bg_shadow_l.gif);
background-repeat:repeat-y;
background-position:left;
background-color: trasparent;
}
.shadow_right{
background-image: url(../../images/bg_shadow_r.gif);
background-repeat:repeat-y;
background-position:right;
background-color: trasparent;
}*/
.navbarbg{
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
height:22px !important;
line-height:18px;
}
.navbarbg a{
display: block;
color : #ffffff;
background-color:#000000;
}
.navbarbg a:link{
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
height: 20px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
text-align: center;
text-decoration: none;
width: 100%;
color : #ffffff;
}
.navbarbg a:visited{
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
height: 20px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
text-align: center;
text-decoration: none;
width: 100%;
color : #ffffff;
}
.navbarbg a:hover{
color : #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
height: 20px;
padding-bottom: 0px;
padding-top: 4px;
width: 100%;
background-color:#000000;


}
.navbarbg a:active{

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
height: 20px;
padding-bottom: 0px;
padding-top: 4px;
text-align: center;
text-decoration: none;
width: 100%;
background-color:#000000;
color:#FFFFFF;
}

.xCellBorder{
background-color: #FFFFFF;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

.xTopCell{
background-color: #000000;
width: 100%;
}
/*formats the search box in the shoppage_header file.*/
.searchfield{
background-color: #ffffff;
border:1px solid #80ae1f;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
margin:5px 10px 0px 10px;
}
/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #F2F2F2;
border:1px solid #000000;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.txtfielddropdown{
background-color: #F2F2F2;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #80ae1f;
	color : #000000;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : left;
}
.menuhdrProduct{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : x-small;
	font-weight : bold;
	padding : 0px 0px 0px 0px;
	text-align : left;
	height:20px;
	background-repeat:no-repeat;
}
.menuhdrCart{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : x-small;
	font-weight : bold;
	padding : 0px 0px 0px 0px;
	text-align : left;
	height:20px;
	margin:5px auto 5px auto;
}
.menuhdrSearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/titles/quick_search.jpg);
	color : #000000;
	font-size : x-small;
	font-weight : bold;
	padding : 0px 0px 0px 0px;
	text-align : left;
	height:20px;
	background-repeat:no-repeat;
}
.menubdr{
	background-color : #80ae1f;
}
.dashed{
	border-left : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	background-color : #f2f2f2;
	margin-top:3px;
}

.leftmenumain a{
	border-top : 1px solid #FFFFFF;
	display: block;
}
.leftmenumain{
background-color: #f2f2f2;
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
text-align: left;
}
.leftmenumain a:link{
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: none;
width: 100%;
}
.leftmenumain a:visited{
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: none;
width: 100%;
}

.leftmenumain a:hover{
background-color: #80ae1f;
color:#ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: none;
width: 100%;
}

.leftmenumain a:active{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
padding-bottom: 7px;
padding-left: 4px;
padding-top: 6px;
text-align: left;
text-decoration: none;
width: 100%;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F2F2F2;
	padding: 5px	
}

.submitbtn {
   color:#ffffff;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #80ae1f;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #80ae1f;
}

/*formats the header text throughout the site*/
.txtheader{
color: #80ae1f;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: right;	
}
.cartsubtotalminicart hr{color:#000000;}
.cartsubtotalminicart a:link{color:#000000;}
.cartsubtotalminicart a:visited{color:#000000;}
.cartsubtotalminicart a:active{color:#000000;}
.cartsubtotalminicart a:hover{color:#000000;}
/*formats the links in the minicart*/

.cartminilinks{

color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks a:link{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks a:visited{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks a:hover{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
.cartminilinks a:active{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
text-align: left;
}

.hdrproduct{
color:  #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

/*begin customised new styles below*/

.hdrbg{
background-image: url(../../images/header/header_bg.jpg);
background-repeat:repeat-x;
background-position : top;

}

.hdrlogo{
background-image: url(../../images/header/header_logo.jpg);
background-repeat:no-repeat;
background-position : bottom;

}

.hdrtable{
/* background-image: url(../../images/header/header_logo.jpg);*/
width:908px;
background-repeat:no-repeat;
background-position : top;

}
.tableborder {
	border: 1px solid #cc0000;
}	
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.menuhdrfoot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 8px;
	text-align : left;
}
/*formats the links in the footer*/

.footerlinks{
color:#ffffff;
/* font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
padding : 4px 5px 4px 2px;*/
text-decoration: none;
}
.footerlinks a:link{
color:#ffffff;
/* font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
text-decoration: none;
padding : 4px 5px 4px 2px;*/
text-decoration: none;
}
.footerlinks a:visited{
color:#ffffff;
/* font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
text-decoration: none;
padding : 4px 5px 4px 2px;*/
text-decoration: none;
}
.footerlinks a:hover{
color:#ffffff;
/* font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
text-decoration: none;
padding : 4px 5px 4px 2px;*/
text-decoration: underline;
}
.footerlinks a:active{
color:#ffffff;
/* font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small;
font-style: normal;
text-decoration: none;
padding : 4px 5px 4px 2px;*/
text-decoration: none;
}
.subnav {
color: #cc0000 !important;
font-family: Verdana, Arial, Helvetica, sans-serif !important;
font-size: x-small !important;
font-style: normal !important;
font-weight: normal !important;
border-top : 1px solid #FFFFFF !important;
border-right : 0px solid #FFFFFF !important;
border-left : 0px solid #FFFFFF !important;
border-bottom : 0px solid #FFFFFF !important;
}
.whitebox{
	border-left : 1px solid #D2E4F0;
	border-right : 1px solid #D2E4F0;
	border-bottom : 1px solid #D2E4F0;
	background-color : #D2E4F0;
	margin-top:2px;
}

.lines{
    border-bottom:1px solid #000000;
	margin:0px 0px 0px 0px;
}

hr{color: #000000;}

.butspace{min-width:5px;  width:100px !important;; }

.td1{border-bottom:4px solid #A5A5A5; margin:-5px 0px 0px 0px;}

#system_content{}

#system_content2{}

#system_content img{float:left; margin:0px 10px 10px 0px;}

#system_contactform{float:left;}


#system_content2 img{ margin:12px 10px 10px 0px;}

#system_content .system_text{}

#system_contentcn img{float:left; margin:10px 10px 10px 10px}

.contenttitle{
margin:0px 0px 0px 10px;
text-align:left;
padding:2px;
display:block;
width:99%;
background-color:#F2F2F2;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;}

/*.cartminilinks_hdr{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
text-align: left;
}*/
.cartminilinks_hdr a:link{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
.cartminilinks_hdr a:visited{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
.cartminilinks_hdr a:hover{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks_hdr a:active{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-decoration: underline;
text-align: left;
}
.textarea{
background-color: #F2F2F2;
border:1px solid #000000;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
}
.memberBorder {
border: 1px dotted #cccccc; 
background-color: #F9F9F9;
padding: 5px;
margin:-50px -50px -50px -50px;
}


.footerbg{background-image:url(../../images/footer/footer_bg.jpg); background-position:top left; background-repeat:repeat-x;}

#footerbar{ width:100%;  height:35px; display:block;}
#footerleft{background-color:#644C7C;float:left; width:95%; height:22px;border-top:6px solid white;}
#footer{ float:right; /*background-image:url(../images/footer/tornado_swirl.gif);*/
/*background-repeat:no-repeat;*/ width:5%;  height:35px; /*background-position:right top; */}



#mainarticles{}
#mainarticles td{background-color:#F2F2F2;}


.green_footer{
background-image: url(../../images/footer/footer_bg.gif);
background-repeat:repeat-x;
height:34px;
margin:0px;
}

.green_footer_text{
font-size:12px;
color:#ffffff;
font-weight:bold;
margin:0px 0px 0px auto;
}

.green_footer_text a{
font-size:12px;
color:#ffffff;
font-weight:bold;


}
.green_footer_text a:link{
font-size:12px;
color:#ffffff;
font-weight:bold;

}
.green_footer_text a:visited{
font-size:12px;
color:#ffffff;
font-weight:bold;

}
.green_footer_text a:hover{

font-size:12px;
color:#ffffff;
font-weight:bold;
text-decoration:underline;

}
.green_footer_text a:active{
font-size:12px;
color:#ffffff;
font-weight:bold;

}
#nav_container{
height:35px;
width:907px;
padding:0px;
background-color:#000000;
border:1px solid #ffffff;
margin:0px;
font-size:0px;
padding:0px;
float:left;
}
#navigation{
margin-left:150px;
margin-right:auto;
padding:0px;
}

/*.side_line_left{
border-right:1px solid #9FC5DF;
}
.side_line_right{
border-left:1px solid #9FC5DF;
}*/
.footer_text{
color:#ffffff;
}

.sgi a:link { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#80ae1f; margin:0px 10px; text-decoration:underline;}
.sgi a:visited { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#80ae1f; margin:0px 10px; text-decoration:underline;}
.sgi a:active { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#80ae1f; margin:0px 10px; text-decoration:underline;}
.sgi a:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#80ae1f; margin:0px 10px; text-decoration:none;}


