/* Begin Structure Styles =============================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B7186;
	font-size: 11px;
	overflow: -moz-scrollbars-vertical;
}

#wrapper {
text-align:left;
	padding: 0px;
	width: 760px;
	margin: 0px auto;
}

* {
padding:0;
margin:0;

}

#header {
	text-align: left;
	width: 760px;
	margin-bottom: 5px;
	display: left;
}



#top_basket {
	
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding-top: 25px;	
    padding-right:10px;
}

#top_basket ul li {
	display: block;
	list-style-type: none;
	padding: 0 8px 2px 8px;
	margin-left: 5px;
}

#top_basket a {
	text-decoration: none;
	font-weight: bold;
}

#top_basket a:hover {
	text-decoration: underline;
}

#product_nav_container {
	background: url(../images/nav_back.gif); /* new */
	font-weight: bold;
	color: #FF9933;
	height: 40px;
	line-height:40px;
	width: 760px;
	voice-family: "\"}\"";
	voice-family: inherit;
	float: right;
	margin-bottom:10px;
	font-size: 10px;
	
}

#product_nav {
	list-style-type: none;
	float: left;
	font-size: 10px;
}


#product_nav ul li {
	font-size:10px;
	display: inline;
	border-right: 1px solid white;
	padding-right: 3px;
	margin-left: 4px;	
}

#product_nav ul li.last {
	border: 0;
}

#product_nav a {
	text-decoration: none;
	color: white;
}

#product_nav a:hover {
	color: #FF9933;
	text-decoration: none;
}


#footer {
	background: url(../images/footer_back.gif); /* new */
	clear: both;
	height: 73px;
	width: 760px;
	font-size: 10px;
	color:white;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:73px;
	margin-top: 10px;
}


.left_main {
	float:left;
	width:250px;
	background-color: #fbdeea;




}



.main {
	text-align:left;
	float:left;
	width:760px;


}



/* End Structure Styles =============================================== */

#outer_content_container {
	text-align: left;
	float: left;
	width: 760px;
	padding-top: 5px;
}

#content_container {
	float: left;
	width: 760px;
}

.main_title {
	margin: 0 0 4px 0;
	padding: 8px 0 0 10px;
	width: 526px;
	float: left;
	background: #01466B;
	height: 32px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 516px;
	height: 24px;
}

.main_content {
	width: 490px;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	text-align:left;
}

.main_content h1, #main_content h2, #main_content h3, #main_content h3, {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.main_content ul {
	padding-left: 25px;
}

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	margin: 0 0 4px 0;
	padding: 4px 0 0 10px;
	width: 550px;
	float: left;
	border-top: 1px #9D7968 solid;
	border-bottom: 1px #9D7968 solid;
	height: 24px;
	font-size: 10px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	width: 540px;
	height: 18px;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	border-right: 1px solid #C2A887;
	padding-right: 4px;
	margin-left: 4px;	
}

#breadcrumb ul li.last {
	border: 0;
	padding: 0;
}

/* End Breadcrumb Styles =============================================== */

/* Begin Left Menu Styles =============================================== */

#left_nav_container {
	width: 250px;
	float: left;
}

.left_title {
	height:25px;
	line-height:25px;
	width: 250px;
	float: left;
	text-align:left;
	text-indent:15px;
	color:white;
	background: #CC6A96;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-weight:bold;
	
}





.left_content  {
	float:left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.right_content  {
	width: 600px;
	padding: 0px;
	float: left;
}






.left_content ul li {
	list-style: none;
	background-color:#fbdeea;
	
}

.left_content ul li a {
	font-weight: bold;
	color: #cc6a96;
	width: 220px;
	text-align: left;
	display: block;
	height:23px;
	background: url(../images/nav_back.gif) no-repeat; /* new */
	font-size: 10px;
	line-height:23px;
	text-indent:30px;
	padding-bottom:3px;
	text-decoration: none;
}

.left_content ul li a:hover {

	background: url(../images/nav_back_r.gif) no-repeat; /* new */
	color: #FFFFFF;
	text-decoration: none;
}

.left_content ul li a:visited {
	text-decoration: none;
}

.left_content ul li a:active {
	text-decoration: none;
}



.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 220px;

}

.markermenu li a{
background: white url(../images/arrow.gif) no-repeat 2px center;
font-size:10px;
color: #cc6a96;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 190px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: white;
background-color: #cc6a96;
background-image:url(../images/arrow.gif); /*onMouseover image change. Remove if none*/
}






/* End Left Menu Styles =============================================== */

/* Begin Class Styles =============================================== */

.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #999999;	
}

.fontyellow {
	color: #F4D836;	
}

.fontpink {
	color: #cc6a96;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #C70912;	
}

.fontblue {
	color: #01466B;	
}

.border {
	border: 1px solid #7399AD;
}

.borderlight {
	/*border: 1px solid #C2A887;*/
}

.borderright {
	border-right: 1px solid #7399AD;
}

.borderleft {
	border-left: 1px solid #7399AD;
}

.borderbottom {
	border-bottom: 1px solid #7399AD;
}

.backgroundlight {
	background-color: #E5ECF0;
}

.backgroundmedium {
	background-color: #7399AD;
}

.backgrounddark {
	background-color: #C2A887;
}

.backgroundred {
	background-color: #C70912;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	
}

a:hover, a {
	text-decoration: none;

}

a.light:link, a.light:visited, a.light:active {
	color: #C2A887;
}

a.light:hover, a.white {
	color: #BC69A2;
}

a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
}

a.white:hover, a.white {
	color: #FFFFFF;
}

/* End Class Styles =============================================== */

/** Product List Page Styles Begin ===========================================*/

.productlistrow {
	float: left;
	border: 1px solid #7399AD;
	margin-top: 12px;
	width: 504px;
}

.productlist_home {
	float: left;
	border-bottom: 1px solid #5b7186;
	padding-bottom: 20px;
	width: 490px;
	margin-bottom: 10px;
}

.productlistcolumn1 {
	float: left;
	padding: 0 0 0 5px;
	margin: 10px 0 0 0;
	width: 115px;
	border-right: 1px #5b7186;
	border-right-style:dashed;
	text-align: left;
}


.productlistcolumn1_last {
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	width: 110px;
	border: 0;
}



.productlistcolumn2 {
	float: left;
	padding: 0;
	margin: 10px 5px 0 4px;
	width: 350px;
}

/** Product List Page Styles End ===========================================*/

/* Begin Basket Styles =============================================== */

.baskettop {
	font-weight: bold;
	color: #FFFFFF;
	background: #C2A887;
	padding: 5px;
}
.basketmiddle {
	padding: 3px;	
}
.basketbottom {
	color: #FFFFFF;
	padding: 3px;
	background: #C2A887;
}

/* End Basket Styles =============================================== */

/* Begin Form Styles =============================================== */

form {
	margin: 0;
	padding: 0;
}

legend { 
	padding: 0 6px;
	color: #01466B;
	font-weight: bold;
}

fieldset, input:focus, textarea:focus {
    border: 1px solid #F493BF;
	background-color:#999999;
	color:#FFFFFF;
}

label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 0 10px 0 6px; 
	margin-bottom: 0; 
	width: 160px; 
	font-weight: bold; 
}

.input {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #F493BF solid;
	color: #01466B;
}

.textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border: 1px #5B7186 solid;
	color: #01466B;
}

/* End Form Styles =============================================== */

/* ian Styles =============================================== */

.products_line {
    width:150px;
    float: left;
    border-top-style: solid;
    border-top-width: 5px;
    border-color:#9E191A;
	padding-bottom:2px;
}


.product_button {
     float: left;
     width:75px;
	 height:18px;
	line-height:18px;
	 background:#77a2d7;
     margin-top:5px;
     margin-bottom:30px;
     text-align: center;
	 color:white;
}


.product_button link {
     float: left;
     width:80px;
	 height:18px;
	line-height:18px;
	background:#77a2d7;
    text-align: center;
	 color:white;
}
.product_button a {
     float: left;
     width:80px;
	 height:18px;
	line-height:18px;
	background:#77a2d7;
     text-align: center;
	 color:white;
	 text-decoration: none;
}
.product_button a:hover { 
	color:white;
	background:#cc6a96;
	text-decoration: none;

}
.product_button a:active {
text-decoration: none;
}


.submit_button {
     float: left;
     width:75px;
	 height:18px;
	line-height:18px;
	 background:#cc6a96;
     margin-top:5px;
     margin-bottom:30px;
     text-align: right;
	 color:white;
	 text-decoration: none;
}


.submit_button link {
     float: left;
     width:80px;
	 height:18px;
	line-height:18px;
	background:#77a2d7;
    text-align: center;
	 color:white;
	 text-decoration: none;
}
.submit_button a {
     float: left;
     width:80px;
	 height:18px;
	line-height:18px;
	background:#cc6a96;
     text-align: center;
	 color:white;
	 text-decoration: none;
}
.submit_button a:hover { 
	text-decoration: none;
 	color:white;
	background:#77a2d7;
	

}
.submit_button a:active {

}



.pinkborderpadding {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color:#cc6a96;
	padding:5px;
	background-color:white;
	text-align: left;
}
.border {
	
	border-style: solid;
	border-width: 1px;
	border-color:#cc6a96;
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    padding: 8px; 
}


img.floatLeftClear {
	float: left;
	clear: left;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
}


ul.disc {
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	line-height:15px;
	display:block;
	font-size: 9px;
}
