/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
@import url('thickbox.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	background-color:#CCCCCC;
}

p{
	margin: 0px 0px 10px 0px;
}

.redtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ED1D2F;
	text-decoration: none;
}

.terms, .privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	margin: 20px;
	background-color:#FFFFFF;
	width: 600px;
	padding: 10px;
}

.privacy{
	height: 740px;
	overflow: auto;
}

#holder{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

.clear{ clear:both;
}

.homeboxes{
	width: 186px;
	display:block;
	float:left;
	}
.boxOut{
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
	padding:10px;
}
.spacer{
	height:20px;
	background-color:#FFFFFF;
}

#d1, #d2, #d3{
    
text-align:left;
background-color:#CCCCCC;
padding:20px;
margin:10px 0px 0px 0px;

}

#d2, #d3{
    display:none;

	}

.custmerboxes{
	width: 100px;
	display:block;
	float:left;
	}
	
.moreinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px -2px 0px;
}
.clickhere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ED1D2F;
	text-align:right;
}
.clickhere img{
	margin: 0px 0px -1px 0px;
}

.arrow img{
margin: 0px 0px -1px 0px;
}

.whiteheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}


/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

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

a:hover, a:active{
color: #ED1D2F;
	text-decoration:none;
}
	
.red a:link, .red a:visited{
color: #ED1D2F;
	text-decoration:none;}


.red a:hover, .red a:active{
color: #000000;
	text-decoration:none;}
	
a.showHideLink {
    cursor:pointer;
}

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


#customerbottom a:hover, #customerbottom a:active{
color: #ffffff;
	text-decoration:none;}




/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ED1D2F;
	text-decoration: none;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ED1D2F;
	text-decoration: none;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin:2px 0px 0px 0px;
	text-align:right;
}
h4 img {
margin:0px 0px -2px 2px}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}


#left h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color:#ED1D2F;
	background-image: url(../images/redcorner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 8px;
	text-transform: none;	
}

#left h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-color:#666666;
	background-image: url(../images/greycorner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 8px;
	text-transform: none;	
}

#left p{
	padding: 8px 8px 8px 8px;
	
}

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

#left a:hover, #left a:active {
	color: #000000;
	text-decoration:none
}


/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#logobar{
	height: 80px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ED1D2F;
}

#header{
	margin-right: 30px;
	margin-left: 30px;
	height: 160px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

 #header ul, #header ul li{
list-style-type: none;
	display:inline;
}

#header ul li img{
float:left;
}

#header a, #header a:link, #header a:visited  {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 10px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	display:inline-block;
	float:left;
}

#header a:hover, #header a:active {
	background-image: url(../images/navR.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

#list ul{
	margin: 0px 15px;
	padding: 0px;
}
#list ul li{
	list-style-image: url(images/arrow_red.gif);
	list-style-position: inside;
}


/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content{
	margin: 30px 30px 0px 30px;
	padding: 0px 0px 30px 0px;
	background-image: url(../images/bgSlice.gif);
	display:inline-block;}

#left{
	width: 200px;
	float:left;
	background-color: #EFEFEF;
}

#right{
	width: 610px;
	margin-left:30px;
	float:right;
	background-color: #ffffff;
}

.line{
margin:0px;
border-top:solid 1px #CCCCCC;
padding:0px;}


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
form{
	margin:0px;
	border:solid 1px #CCCCCC;
	padding:20px;
	}
label{
	width:60px;
	display:block;
	float:left;
	margin:0px 0px 10px 0px;
	}
label2{
	width:100px;
	display:block;
	float:left;
	margin:0px 0px 10px 0px;
	}
input{
	display:block;
	float:left;
	margin:0px 0px 10px 0px;
	}

/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#customerstop{ 
	padding: 10px 20px;
	background-color:#FFFFFF;
}

#customerbottom{
	padding: 10px 20px;
	color:#FFFFFF;
}

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer{
	background-color: #333333;
	height:26px;
}

#footer p{
	float:left;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	margin:8px 10px;
}

#footer ul{
	float: right;
	margin:8px 10px;
}

#footer ul li{
	display:inline;
	list-style-type: none;
	padding: 0px 0px 0px 5px;
	line-height:10px;
	font-size:10px;
	color:#FFFFFF;
}


#footer a, #footer a:link, #footer a:visited  {
	color: #ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;	
}
.custmerboxes{
	width: 90px;
	display:block;
	float:left;
	}
	
.clickhere{
	width: 500px;
	display:block;
	float:left;
	}