
/* color: #006699; */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;

}

table {
	border: 0px blue solid;
}

#wrap {
margin:0 auto;
width:1000px;
}


p, h1, h2, h3, form {
	margin-left: 3%;
	margin-right: 6%;
	margin-top: 0px;
}

.home1{
  color: #CA8029;
	font-size: 14pt;
	margin-top: 10px;
}

.home2{
	font-size: 14pt;
	margin-top: 10px;
}



h1{
  color: #CA8029;
	font-size: 14pt;
	margin-top: 10px;
}

h2{
	color: #CA8029;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
}

h3{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
}

em {
	color: #CA8029;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

ul {
	margin-left: 6%;
	list-style-type: square;
}

input {
	border: 1px solid gray; 
	width: 150px;
	margin-top:3px;
	margin-bottom:3px;
}

.header {
	height: 100%;
	vertical-align: top;
	margin-left:2%;
	width: 95%;
}

.footer {
	height: 100%;
	vertical-align: top;
	margin-top: 10px;
	margin-left:2%;
	width: 95%;
}

.footerLogoRow {
	height:38px;
	
}

.footerLogo {
	width:138px;
	height:98px;
	background-repeat:no-repeat;
	border:0px green solid;
}

.designed {
	vertical-align: top;
	margin-top: 10px;
	margin-left:2%;
	width: 95%;
	color:gray;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
}

.icon {
	margin-right: 5px;
}

.leftAlign {
	padding-right:10px;
}

.rightAlign {
	padding-left:10px;
}

.menu {
	margin-left: 20px;
}

.menuItem {
	color: #606060;
	border-bottom: 1px #C0C0C0 solid;
	padding: 5px;
	padding-top: 20px;
	font-weight: bold;
}

.bar {
	color: white;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 10;
	margin: 0px;
	padding: 0px;
	border: none;
	background-repeat:repeat-x;
}

.barText {
	margin-bottom:10px;
}

.barTop {
	vertical-align: middle;
	text-align: left;
	height: 100px;
	font-size:16pt;
}

a:link {
	color: #0234B4;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #0234B4;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #0234B4;
	background-color: #F9C217;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:link {
	color: #606060;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:visited {
	color: #606060;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:hover {
	color: #606060;
	background-color: #F9C217;
	text-decoration: none;
	font-weight: bold;
} 

.bar a:link {
	color: white;
	text-decoration: none;
} 
.bar a:visited {
	color: white;
	text-decoration: none;
} 
.bar a:hover {
	color: white;
	background-color: #F9C217;
	text-decoration: none;
} 

#bar1 {
	background-repeat:no-repeat;
	height: 44px;
	width: 12px;
	
}

#bar2 {

}

#bar3 {
	background-image:url("images/bar.middle.gif");
}

#bar4 {
	background-image:url("images/bar.middle.gif");
	text-align: right;
}

#bar5 {
	background-image:url("images/bar.right.gif");
	height: 44px;
	width: 13px;
}


.mContainer {
width:500px;
margin-left: 3%;
}

.mBlockOdd, .mBlockEven {
padding: 5px;
width:500px;
background-color: #FEEDD9;
clear:left;
}

.mBlockEven {
background-color: #FCF4DB;
}

.mClear {
clear:both;
height: 2px;
}

.mTitle {
color: #CA8029;
font-weight:bold;
float:left;
}

.mDesc {
clear:left;
width: 350px;
}

.mPrice {
float:right;
clear:right;
}

.mImg {
padding-left:3px;
cursor:pointer;
cursor:hand;
}

#mBasket {
position:absolute;
border: 1px solid gray;
padding: 2px;
background-color: lightyellow;
width: 200px;
visibility: hidden;
z-index: 100;
}

.fTitle {
color: #CA8029;
font-weight:bold;
display:block;
border-bottom: 2px solid #CA8029;
}

#fBody {

}

#fTotal {
font-weight: bold;
text-align:right;
}

.fRight {
text-align: right;
}

.fImg {
padding-left:3px;
cursor:pointer;
cursor:hand;
}

.fButton {
color: #CA8029;
border: 1px solid gray;
font-weight:bold;
padding:3px;
cursor:pointer;
cursor:hand;
}