/*Global Style Sheet*/

body{
font-family:Arial, Helvetica;
background-color: #ffffff;
background-image: url(../images/interface/bgrepeat.png);
background-repeat: repeat-x;
}

/*Layout*/

#wrapper{
width:950px;
height:auto;
margin: 0 auto 0 auto;
}

#topmenu{
width: 950px;
height: 40px;
}

#toplinks{
width: 475px;
height: 40px;
float:left;
}

#bottomlinks{
width: 600px;
height: 40px;
float:left;
}

#toplanguages{
width: 475px;
height: 40px;
float:left;
text-align: right;
}

#header{
width: 950px;
height: 111px;
position:relative;
}

#headertel{
width: 100px;
height: 99px;
position: absolute;
top:0px ;
right:10px ;
}

#headerlogo{
width: 400px;
height: 111px;
}

#menu{
width: 950px;
height: 45px;
}

#middle{
height: auto;
width: 950px;
}

#left{
height: auto;
width: 200px;
float: left;
}

#maincontent{
height: auto;
width: 550px;
padding: 10px 0px 10px 0px;
float: left;
}

#maincontent2{
height: auto;
width: 600px;
padding: 0px 0px 0px 0px;
float: left;
}

#maincontentwide{
/*background-color: silver;*/
height: auto;
width: 750px;
padding: 10px 0px 10px 0px;
float: left;
}

#right{
/*background-color: maroon;*/
height: auto;
width: 200px;
float: left;
}

#right2{
/*background-color: maroon;*/
height: auto;
width: 350px;
float: left;
padding: 0px 0px 0px 0px;
}

#footer{
border-top:5px solid #e4e3e2;
border-bottom:5px solid #e4e3e2;
clear: both;
width: 950px;
background-color: #f6f6f6;
height: 250px;/*change this depending on what is in the footer section*/
}

#googmap{
margin: 20px 0px 20px 20px;
}

.rsstop{
float: left;
padding: 12px 0px 0px 0px;
margin: 0px 10px 0px 0px;
}

.teletop{
float: left;
padding: 11px 0px 0px 0px;
margin: 0px 5px 0px 20px;
}

.logosbottom{
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 10px 0px 0px;
}

.flagtop{
float: right;
padding: 12px 0px 0px 0px;
margin: 0px 6px 0px 0px;
}

#footerleft{
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float: left;
width: 700px;
height: auto;
background-color: #f6f6f6;
}

#footerright{
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
float: left;
width: 250px;
height: auto;
background-color: #f6f6f6;
}

#newsletterhold{
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
width: 200px;
}

.infobox{
padding: 20px 20px 20px 55px;
margin: 10px 10px 15px 0px;
background-color: #fff7b0;
border-top:1px solid #cbbf00;
border-bottom:1px solid #cbbf00;
border-left:1px solid #cbbf00;
border-right:1px solid #cbbf00;
color: #837b00;
background-image:url(../images/interface/infoicon.gif);
background-repeat: no-repeat;
background-position: 5px center;
}

#seriesboxall{
padding: 0px 0px 0px 0px;
margin: 7px 11px 7px 8px;
width:163px;
float: left;
}

#seriesboxcontent{
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
width:163px;
clear: left;
border-bottom:1px solid #cdcdcd; 
border-left:1px solid #cdcdcd; 
border-right:1px solid #cdcdcd; 
text-align: center;
}

#seriesbox{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height:auto;
width:165px;
background-image: url(../images/interface/seriestop.gif);
background-repeat: no-repeat;
background-position: top;
float: left;
}

#seriesboxnew{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height:auto;
width:165px;
background-image: url(../images/interface/seriestopnew.gif);
background-repeat: no-repeat;
background-position: top;
float: left;
}

#seriesboxupdate{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height:auto;
width:165px;
background-image: url(../images/interface/seriestopupdate.gif);
background-repeat: no-repeat;
background-position: top;
float: left;
}


.serieslink{
padding: 0px;
margin: 0px;
}

#footerbottomr{
padding: 10px 10px 5px 10px;
margin: 10px 0px 10px 0px;
border-top:1px dotted #d9d9d9;
text-align: right;
}

#footerbottoml{
padding: 10px 10px 5px 10px;
margin: 10px 0px 10px 10px;
border-top:1px dotted #d9d9d9;
}

.batside{
margin: 0px 0px 0px 10px;
}

.photo{
margin:10px 10px 20px 10px;
}

.flashstuff{
margin:0px 0px 10px 10px;

}

#frontpagetable{
border-top: 1px dotted #999999;
padding-top:20px;
}

/*Typography*/

.subheadingp{
color:#b0000e ;
font-size: 13px;
font-weight: bold;
}

.redbox{
padding: 50px 50px 50px 120px;
margin: 10px 10px 10px 10px;
background-color: #f7efef;
border: 1px solid #aa7373;
color: #9d0000;
font-size: 25px;
line-height: 30px;
font-weight: bold;
background-image: url(../images/interface/warn.gif);
background-repeat: no-repeat;
background-position: 10px center;
}

.warnbox{
background-color: #f7efef;
border: 1px solid #aa7373;
color: #9d0000;
padding: 5px 5px 5px 5px;
margin: 20px 10px 20px 10px;
}

p{
font-size: 12px;
color: #666666;
margin: 5px 10px 5px 0px;
line-height: 15px;
}

.contentp{
padding:10px 10px 10px 10px;
}

.prodpagep{
border-bottom: 1px dotted #999999;
padding: 0px 0px 10px 0px;
}

.prodpageh{
font-size: 16px;
text-transform: uppercase;
line-height: 16px;
padding: 5px 0px 0px 0px;
}

.ulcolour{
color:#0154ba;
}

.uccolour{
color:#e54b00;
}

.ucgcolour{
color:#74b701;
}

.uxlcolour{
color:#00a9f0;
}

.uhrcolour{
color:#bc0000;
}

.uftcolour{
color:#edcf00;
}

.uzscolour{
color:#715c45;
text-transform: none;
}

.uzvcolour{
color:#715c45;
text-transform: none;
}

.topp{
padding: 12px 0px 0px 0px;
margin:0px 0px 0px 0px;
color: #84a5c1;
float: left;
font-size: 10px;
}

.bottomp{
padding: 5px 0px 0px 0px;
margin:0px 0px 0px 0px;
color: #888888;
font-size: 12px;
float: left;
}

h1{
font-size: 30px;
color: #49586f;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 0px;
}

.logoheadertag{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.prodpage{
font-size: 25px;
padding: 10px 0px 10px 0px;
}

.pageheaders-blue{
font-size: 32px;
border-bottom: 5px solid #a9b8f0;
margin: 0px 10px 20px 10px;
padding: 10px 0px 10px 0px;
color: #012bc7;
}

.pageheaders-red{
font-size: 32px;
border-bottom: 5px solid #e4cdcf;
margin: 0px 10px 20px 10px;
padding: 10px 0px 10px 0px;
color: #b0000e;
}

h2{
font-size: 18px;
font-style: italic;
color: #8f9eb4;
padding: 2px 0px 0px 10px;
margin: 0px 0px 0px 0px;
font-weight:normal;
line-height:24px;
}

h3{
font-size: 24px;
color: #49586f;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

h4{
font-size: 14px;
color: #8f9eb4;
padding: 5px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-weight:normal;
}

.frontsmall{
padding: 10px 10px 0px 10px;
}

.frontsmallp{
padding: 0px 5px 0px 10px;
}

h5{
font-size: 20px;
color: #49586f;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.newsletter{
font-size: 10px;
color: #888888;
margin-bottom: 15px;
}

.batitalic{
font-style: italic;
font-weight: normal;
}

.terms ul{
font-size: 12px;
color: #666666;
line-height: 15px;
}

.terms li{
margin:0px 0px 0px 10px;
font-size: 12px;
color: #666666;
line-height: 15px;
}

.seriesul{
font-weight: bold;
background-color: #0154ba;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesuxl{
font-weight: bold;
background-color: #00a9f0;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesuc{
font-weight: bold;
background-color: #e54b00;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesucg{
font-weight: bold;
background-color: #74b701;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesuft{
font-weight: bold;
background-color: #edcf00;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesuhr{
font-weight: bold;
background-color: #bc0000;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesuzs{
font-weight: bold;
background-color: #715c45;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.seriesuzv{
font-weight: bold;
background-color: #715c45;
color: #ffffff;
background-image: url(../images/interface/batnamecorner.gif);
background-position: right top;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 10px 0px 0px;
}

.batterytypeul{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #0154ba;
margin: 0px;
}

.batterytypeuxl{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color:#00a9f0 ;
margin: 0px;
}

.batterytypeuc{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #e54b00;
margin: 0px;
}

.batterytypeucg{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #74b701;
margin: 0px;
}

.batterytypeuhr{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #bc0000;
margin: 0px;
}

.batterytypeuft{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #edcf00;
margin: 0px;
}

.batterytypeuzs{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #715c45;
margin: 0px;
}

.batterytypeuzv{
font-size: 60px;
line-height: 60px;
font-weight: bolder;
color: #715c45;
margin: 0px;
}

/*battery --------------------------------------- box*/
.seriessmallul{
font-weight: bold;
background-color:#d7e8fd ;
border-top:1px solid #b7c8de;
border-bottom:1px solid #b7c8de; 
color:#0154ba ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmallul{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #0154ba;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmalluxl{
font-weight: bold;
background-color:#e2f5fd ;
border-top:1px solid #cce2eb;
border-bottom:1px solid #cce2eb; 
color:#00a9f0 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmalluxl{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #00a9f0;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmalluc{
font-weight: bold;
background-color:#fedccb ;
border-top:1px solid #e1c2b3;
border-bottom:1px solid #e1c2b3; 
color:#e54b00 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmalluc{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #e54b00;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmallucg{
font-weight: bold;
background-color:#e9fdc5 ;
border-top:1px solid #caddaa;
border-bottom:1px solid #caddaa; 
color:#74b701 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmallucg{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #74b701;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmalluhr{
font-weight: bold;
background-color:#fad2d2 ;
border-top:1px solid #d3abab;
border-bottom:1px solid #d3abab; 
color:#bc0000 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmalluhr{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #bc0000;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmalluft{
font-weight: bold;
background-color:#fdfbee ;
border-top:1px solid #ebe8d1;
border-bottom:1px solid #ebe8d1; 
color:#edcf00 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmalluft{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #edcf00;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmalluzs{
font-weight: bold;
background-color:#fae8d4 ;
border-top:1px solid #dec8b0;
border-bottom:1px solid #dec8b0; 
color:#715c45 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmalluzs{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #715c45;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/

/*battery --------------------------------------- box*/
.seriessmalluzv{
font-weight: bold;
background-color:#fae8d4 ;
border-top:1px solid #dec8b0;
border-bottom:1px solid #dec8b0; 
color:#715c45 ;
background-repeat: no-repeat;
padding: 2px 2px 2px 4px;
margin: 0px 1px 0px 1px;;
}

.batterytypesmalluzv{
font-size: 30px;
line-height: 30px;
font-weight: bolder;
color: #715c45;
margin: 0px;
padding: 5px 0px 5px 8px;
}
/*battery --------------------------------------- box*/


.twitterp{
background-color: #f3f3f3;
padding: 15px 15px 15px 50px;
border-top:1px solid #e4e3e2 ;
border-bottom:1px solid #e4e3e2 ;
background-image:url(../images/interface/twittericon.gif);
background-repeat: no-repeat;
background-position: 8px center;
line-height: 25px;
height:25px;
font-family: Georgia,Palatino,Times New Roman,Palatino,Times New Roman;
color: #bbbbbb;
font-style: italic;
}

.footerlinks{
font-size: 12px;
margin: 10px 10px 10px 10px;
color: #b0000e;
line-height: 14px;
}

.listheader{
font-weight: bold;
line-height: 25px;
}

/*Links*/

a:link.toplink, a:visited.toplink{
color: #84a5c1;
text-decoration:none;
font-size:10px;
} 

a:hover.toplink, a:active.toplink{
color: #b0000e;
text-decoration:underline;
font-size:10px;
} 

a:link.prodpagelink, a:visited.prodpagelink{
color: #777777;
background-color: #e3e3e3;
padding: 5px 5px 5px 5px;
margin: 5px 0px 5px 0px;
text-decoration:none;
font-size:10px;
text-transform: uppercase;
} 

a:hover.prodpagelink, a:active.prodpagelink{
color: #ffffff;
background-color: #999999;
text-decoration:none;
font-size:10px;
} 

a:link.square, a:visited.square{
color: #529214;
text-decoration:none;
font-size:12px;
background-color: #f3f3f3;
border:1px solid #e4e3e2 ;
padding:10px 10px 10px 30px;
line-height:45px;
background-image:url(../images/interface/tick.gif);
background-repeat:no-repeat;
background-position:6px 8px;
} 

a:hover.square, a:active.square{
color: #529214;
background-color: #e6efc2;
border:1px solid #c6d880 ;
text-decoration:none;
font-size:12px;
} 

a:link.newlink, a:visited.newlink{
color: #cd6f00;
text-decoration:none;
font-size:12px;
background-color: #f3f3f3;
border:1px solid #e4e3e2 ;
padding:10px 10px 10px 30px;
line-height:45px;
background-image:url(../images/interface/new.gif);
background-repeat:no-repeat;
background-position:6px 8px;
} 

a:hover.newlink, a:active.newlink{
color: #cd6f00;
background-color:#ffe6c8;
border:1px solid #feb967;
text-decoration:none;
font-size:12px;
}

a:link.infolink, a:visited.infolink{
color: #1b5ba6;
text-decoration:none;
font-size:12px;
background-color: #f3f3f3;
border:1px solid #e4e3e2 ;
padding:10px 10px 10px 30px;
line-height:45px;
background-image:url(../images/interface/infosmall.gif);
background-repeat:no-repeat;
background-position:6px 8px;
} 

a:hover.infolink, a:active.infolink{
color: #1b5ba6;
background-color: #d2e3f6;
border:1px solid #86b3e6 ;
text-decoration:none;
font-size:12px;
}

a:link.listlink, a:visited.listlink{
color: #888888;
text-decoration:none;
font-size:12px;
line-height: 16px;
} 

a:hover.listlink, a:active.listlink{
color: #333333;
text-decoration:none;
font-size:12px;
line-height: 16px;

} 

a:link.twit, a:visited.twit{
font-family: Georgia,Palatino,Times New Roman,Palatino,Times New Roman;
color: #b0000e;
font-weight: bold;
font-style: normal;
text-decoration:none;
} 

a:hover.twit, a:active.twit{
font-family: Georgia,Palatino,Times New Roman,Palatino,Times New Roman;
color: #b0000e;
font-weight: bold;
font-style: normal;
text-decoration: underline;
} 

a:link, a:visited{
color: #b0000e;
text-decoration: none;
}

a:hover, a:active{
color:#294c76 ;
text-decoration: underline;
}

/*Extra*/

ul, li {
	/*list-style-type:none;*/
	/*padding:0;*/
	/*margin:0;*/
	}		
#crumbs {
	list-style-type:none;
	height:2.3em;
	border:1px solid #dedede;
	font-size:10px;
	margin:0px 10px 10px 10px;
	background-color: #ffffff;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(../images/interface/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
	
#crumbs li a:hover,
#crumbs li a:active,
#crumbs li a:focus {
	color:#0063bc;
	}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

 


#search_box {
    width: 200px;
    height: 24px;
    background: url(../images/interface/newsletterbg.gif);
    margin:5px;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 5px 0 0 9px;
    border: 0;
    width: 140px;
    background: none;
    color: #0153b9;
}
#search_box #go {
    float: right;
    margin: 5px 6px 0 0;
}

.voltagepics{
margin: 7px 7px 7px 7px;
}

.sidetickul{
font-size: 12px;
line-height: 14px;
}

.sidetickli{
list-style: none;
margin: 0px 0px 0px 0px;
padding: 3px 0px 10px 20px;
background-image: url(../images/interface/tick.gif);
background-repeat: no-repeat;
background-position: 0 2px;
color: #49b425;
font-style: italic;
}

.sidetickliinfo{
list-style: none;
margin: 0px 0px 0px 0px;
padding: 3px 0px 10px 20px;
background-image: url(../images/interface/information.gif);
background-repeat: no-repeat;
background-position: 0 2px;
color: #1f6fc6;
font-style: italic;
}

/*Colors*/

.bluetxt{
color: blue;
}

/* Tables Style */

.datatable{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
line-height: 14px;
}

.tabledataterm{
font-size:10px;
color: #0066CC;
font-style:italic;
}

.datatabletop{
color:#666666;
padding:5px;
background-color: #EEEEEE;
border-left:1px solid #ffffff;
}

.datatablebottom{
padding:5px;
background-color: #EEEEEE;
border-top:1px solid #ffffff;
}

.datatabletopdims{
color:#666666;
padding:5px;
background-color: #EEEEEE;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;

}

.datatablerow{
height:25px;
line-height: 25px;
border:none;
background-color: #EDF6FF;
border-bottom:1px solid #FFFFFF;
}

tr.datatablerow:hover{background-color: #dfebf8;}

.datatablemodel{
font-weight:bold;
color: #333333;
padding-left:5px;
border-top:1px solid #ffffff;
}

.datatableborder{
border-top:1px solid #ffffff;
}

#batterytable{
width:700px;
margin: 0px auto 20px auto;
}


#latest_tweet {
	/*border-bottom: 5px solid #e4e3e2;*/
	width: 190px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-size: 12px;
}
#latest_tweet small, #latest_tweet a {
	color: #b0000e;
	font-size: 11px;

}
.loading {
	background: url('../ajax-loader.gif') center no-repeat;
	height: 60px;
}

OL { list-style-type: none; font-size: 12px; line-height: 16px; font-weight: bold; }
OL OL { list-style-type: disc; font-size: 10px; line-height: 16px; font-weight: normal; }
OL OL OL { list-style-type: disc; font-style: italic; }
OL OL OL OL { list-style-type: lower-alpha; }
OL OL OL OL OL { list-style-type: lower-roman; }


ul.nicelist{
display: block;
list-style: none;
font-family: Arial;
font-size: 13px;
color:#294c76;
font-weight: bold;
}

li.nicelist{
background-image:url(../images/interface/tickblue.gif);
background-repeat:no-repeat;
background-position:6px 8px;
line-height: 13px;
padding: 9px 0px 3px 28px;
}

.telephonesidebar{
background-image:url(../images/interface/telnumber.gif);
background-repeat:no-repeat;
width:180px;
height:auto;
border: 1px solid #e4e4e4;
background-color: #f4f4f4;
margin: 10px 0px 10px 10px;
padding: 190px 0px 10px 0px;
text-align: center;
color: #b0000e;

}

.contacttable{
border-top: 1px solid #e6e6e6;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
margin: 0px 0px 20px 20px;
}

.contacttableimg{
padding: 10px;
}

.contacttablegrey{
background-color: #f1f1f1;
border-bottom: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
}

.contacttablep{
font-size: 12px;
color: #666666;
padding: 5px;
}

.contacttext{
padding: 0px 0px 20px 20px;
font-size: 12px;
line-height: 20px;
}

.blue{
color: #012bc7;
font-weight: bold;
}

.contactwarn{
font-size: 11px;
line-height: 15px;
padding:10px;
margin: 20px;
border: 1px solid #d2c04c;
background: #f8f3d3;
color: #877a29;
}

.contactmethods{
background-color: #c3c3c3;
color: #ffffff;
font-size: 11px;
line-height: 20px;
height: 20px;
width: 150px;
margin: 0px auto 0px auto;
text-align: center;
text-shadow: #999999 1px 1px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-top: 1px solid #999999;
}

/* Contact Form */

#contactform{
padding: 29px;
border: 1px solid #e5e5e5;
width: 250px;
margin: 20px 0px 20px 20px;
}

#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
	background-image: url(../images/interface/cross.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #8c3b3a;
}
#customForm textarea{
	width: 220px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8f3d3;
	border-color: #d2c04c;
	background-image: url(../images/interface/pencil.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #877a29;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 0px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #ffffff;
	background-image: url(../images/interface/submitbg.png);
	background-repeat: repeat-x;
	border: 1px solid #e1e1e1;
	width: 235px;
	color: #555555;
	font-weight: 700;
	font-style: normal;
	cursor: pointer;
}
#customForm #send:hover{
	color: #159800;
	border: 1px solid #1bbd00;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
