@import 'reset.css';
/* Global Styles */


*{margin:0;
padding:0;
}
body
{
	 text-align:center;
	 margin:0;
	 padding:0;
	 height:100%;
     color:#666666;
	 font-family: Arial, sans-serif;
	 font-size:12px;
	
 }
h1 {
	color:#666666;
	font-family:
	verdana,			
	arial,				
	helvetica,			
	sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h2, h3, h4, h5 {
	font-family:
	verdana,			
	arial,				
	helvetica,			
	sans-serif;
	
}
h2 {
	color:#ff2515;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	margin-bottom:10px;
}

h3 {
	color:#ff2515;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 .2em 0;
}
h5 {
	color: #666666;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 .2em 0;
}
p, pre {
	color: #666666;
	margin: 10px 0 10px 0;
	font-size:12px;
	line-height: 18px;
	text-align:left;
		font-size:12px;
}
ul {
	margin: 0 0 1.5em 25px;
	padding: 0;
	list-style-position: outside;
	text-align:left;
	font-size:12px;
}

li {
	color: #3a3a3a;
}
ul.no_bullets {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	list-style: none;
	list-style-position: outside;
	font-size:12px;
}
ol {
	margin: 0 0 1.5em 3.5em;
	padding: 0;
	list-style-position: outside;
		font-size:12px;
}
a, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #ea422a;
	text-decoration: underline;
}
label {
	color: #666666
	font-size: .9em;
}
input, textarea, select {
	color: #3a3a3a;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: .1em .3em;
	background-color: #ffdcbf;
	border: 1px solid #888;
	margin-bottom:5px;
}
input[type="button"],input[type="submit"] {	
	color: #FFF;
	background-color: #E34329;
	font-weight:bold;
}
.super {
	vertical-align: super;
	font-size: 8px;
}
.red {
	color: #ff2916;
}
.errorFieldOff {
	color: #3A3A3A;
	background-color: #FFFFFF;
}

tr {
vertical-align:top;
}
td {
vertical-align:top;
text-align:left;
font-size:12px;
line-height: 150%;

}






/****************************************|STRUCTURE|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
	
	color:#666666;
	font-family:
	verdana,			
	arial,				
	helvetica,			
	sans-serif;
	font-size: 12px;
	line-height: 18px;
}
html {
	overflow: auto;
}
body {
	background:#ffffff;
	text-align:center;
}
#outter_wrapper {
	margin: 0 auto;
	padding-bottom:20px;
}
#wrapper {
	margin: 0 auto;
	padding-top: 10px;
	height: auto;
	width: 1057px;
}


#header {
	width: 1057px;
	padding:5px;
}

#leftTop{
background: url(../images/lt.jpg) no-repeat top left;
height:24px;
width:25px;
}
#top{
background: url(../images/t.jpg) repeat-x top left;
height:24px;
}
#rightTop{
background: url(../images/rt.jpg) no-repeat top right;
height:24px;
width:27px;
}
#bottom{
background: url(../images/b.jpg) repeat-x top left;
}
#leftBottom{
background: url(../images/lb.jpg) no-repeat top left;
height:28px;
width:25px;
}
#rightBottom{
background: url(../images/rb.jpg) no-repeat top right;
height:28px;
width:27px;
}
#left{
background: url(../images/l.jpg) repeat-y top left;
width:25px;
}
#right{
background: url(../images/r.jpg) repeat-y top right;
width:27px;
}


#leftNav{
width:277px;
background: url(../images/menu_bg.jpg) repeat-y top left;
z-index:0;
}
#menubottom{

background: url(../images/menu_bottom.jpg) no-repeat center bottom;
position:relative;
height:590px;
width:278px;

}

.menupadding{
padding-left:50px;

}
#footer{

padding:10px;
}
.bottomNav{
color:#ea422a;

}
.bottomNav a{
color:#ea422a;
text-decoration:none;
}
.bottomNav a:hover{
color:#000;
text-decoration:underline;
}
.bottomNav a:visited{
color:#ea422a;
text-decoration:underline;
}

.contentpadding{
padding:30px 20px 20px 20px;

}
.captcha{
border: 1px solid #888;
font-size:28px;
width:100px;
height:30px;
text-align:left;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
z-index:1041;
color: #000000;
font-size:14px;
}
	
.suckerdiv ul li{
position: relative;
z-index:1005;
}
	
/*Sub level menu items */
.suckerdiv  ul li ul{
position: absolute;
width: 270px; /*sub menu width*/

top: 0;
visibility: hidden;
z-index:1001;
left:10px;
}
.suckerdiv ul li  a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #ffdcc0;
padding: 5px 0px 2px 7px;
border-bottom: 0;


}
/* Sub level menu links style */
.suckerdiv ul li ul a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #ffdcc0;
padding: 5px 0px 2px 7px;
border-bottom: 0;
border: #ffbfa0 solid 1px;
backgournd:#ffbfa0;
}

.suckerdiv ul li a:visited{
color: #000000;
text-decoration:none;

}

.suckerdiv ul li a:hover{
color: #fe2919;
text-decoration:none;
}

.suckerdiv .subfolderstyle{
background: #ffdcc0 url(../images/arrrow.gif) no-repeat center right;
z-index:1030;

}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/* NEW */
#cartNotice {
	display:block;
	margin-top:30px;
	width:550px;
	font-size:11px !important;		
	}	
#cartNotice ul {	
	list-style-type: circle !important;
	}	
#cartNotice ul li {	
	color:#666 !important;
	margin-bottom:5px;
	}	

