@charset "utf-8";
/*		Layout		    */
* {
	-moz-outline-width: 0;
}

body {
	background-color:#FF9900;
	margin:0px;
	padding:0px;
	border:0px;
}

#header {
	width:770px;
	height:140px;
	margin:10px auto 10px auto;
	padding:0px;
	border:0px;
}

#wrapper {
	clear:both;
	width:770px;
	margin:0px auto 0px auto;	
}

#menu {
	float:left;
	width:150px;
	padding:0px;
	background-color:#FF9900;
	margin-right:5px;
}

#content {
	float:left;
	width:455px;
	min-height:300px;
	_height:300px;
	padding:0px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	margin-right:5px;
	margin-top:-2px;
	background-image:url(/images/content_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
}

#basket {
	width:149px;
	min-height:100px;
	_height:100px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(/images/basket_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 0px 20px 0px;			
}


#footer {
	width:770px;
	clear:both;
	height:60px;
	margin:0px auto 0px auto;
	background-image:url(/images/footer_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;		
}

#footer a {
	color:#FFFFFF;
}

/* Genereal formatting */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#405080;
}

a {
	text-decoration:none;
	
}

/* Menu formatting */
#content b.top {
	display:block;
	margin:0px;
	width:450px;
	height:22px;
	padding:7px 0px 0px 5px;	
	font-size:15px;
	font-style:italic;
	background-image:url(/images/content_top.gif);
	background-repeat:no-repeat;
	color:#FF0000;
	border-bottom:2px solid #FF9900;
}

#basket b.top {
	display:block;
	margin:0px;
	margin-left:-1px;
	width:145px;
	height:20px;
	padding:7px 0px 0px 5px;	
	font-size:15px;
	font-style:italic;
	background-image:url(/images/basket_top.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	border-bottom:2px solid #FF9900;
}

/* Menu formatting */
#menu b {
	display:block;
	margin:0px;
	padding:5px 20px 4px 10px;
	width:120px;
	font-size:15px;
	font-style:italic;
	background-image:url(/images/menu_top.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	border-bottom:2px solid #FF9900;	
}

/* Menu formatting */
#menu b.bottom {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 20px 3px 10px;
	width:120px;
	height:27px;
	background-image:url(/images/menu_bottom.gif);
	background-repeat:no-repeat;
}

#menu a {
	display:block;
	margin:0px;
	padding:10px 0px 4px 35px;
	width:115px;
	background-color:#FFFFFF;
	border-bottom:3px solid #FFFFFF;
}


#menu a:visited {
}

#menu a:hover {
	background-image:url(/images/menu_off.gif);
	background-repeat:no-repeat;
	background-position:5px;	
}

#menu a.selected {
	background-image:url(/images/menu_on.gif);
	background-repeat:no-repeat;
	background-position:5px;	
}

#menu .main_cat {

}


#content h1 {
	margin-bottom:7px;
	color:#FF0000;
	font-size:13px;
}

#content img {
	border:0px solid #FF9900;
	margin:4px;
	float:left;
}

#content fieldset {
	clear:both;
	border:2px solid #FF9900;
	padding:2px;
	padding-right:4px;
	vertical-align:middle;
	background-color:#E0E0E0;
	margin-top:5px;
	margin-bottom:20px;
}

#content fieldset label {
	font-weight:bold;
	margin-left:4px;
}


#content fieldset input {
	margin-left:4px;
}


#content b.small {
	display:block;
	font-size:10px;
	font-weight:100;
	padding:0px;
}

#content h3 {
	font-size:14px;
	margin:4px 0px 2px 10px;
	_margin-bottom:-10px;
}

#basket img {
	border:0px;
}

#basket b.top {
	padding:6px 0px 0px 6px;
}

#basket b {
	font-size:11px;
	display:block;
	margin:2px 0px 0px 5px;
	padding:0px;
}

#basket b.small {
	display:block;
	font-size:10px;
	font-weight:100;
	margin:-15px 0px -10px 7px;
	padding:0px;
}

form.order {
	width:400px;
	margin-left:30px;
	margin-top:0px;
}

form.order fieldset label {
	display:block;
	float:left;
	width:140px;
	padding-left:5px;
	margin-bottom:3px;
}


form.order fieldset input {
	width:200px;
	margin-bottom:3px;
}

