/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	}
	
#bgLeft {
	background: url(../imgs/side_left.gif) repeat-y top right;
	}

#bgRight {
	background: url(../imgs/side_right.gif) repeat-y top left;
	}

#topLeft {
	background: url(../imgs/top_left.jpg) no-repeat top right;
	}

#topRight {
	background: url(../imgs/top_right.jpg) no-repeat top left;
	}

#hpPicBg {
	background: url(../imgs/hp_picBg.gif) repeat-y top left;
	}
	
#menuMargin {
	padding-left: 6px;
	}

#barMargin {
	padding-left: 5px;
}

#topBg {
	background: url(../imgs/top_bg.gif) repeat-y top right;
	}

/* main text rules */
h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #d30101;
	text-decoration: none;
	}
	
.Red {
	color: #d30101;
	font-weight: bold;
	text-decoration: none;
}

.Orange {
	color: #e07f00;
	font-weight: bold;
	text-decoration: none;
}

.Yellow {
	color: #d2a505;
	font-weight: bold;
	text-decoration: none;
}

.Blue {
	color: #0033b3;
	text-decoration: none;
}

.Beige {
	color: #b1ada8;
	font-weight: bold;
	text-decoration: none;
}

.Green {
	color: #087000;
	font-weight: bold;
	text-decoration: none;
}

.White {
	color: #ffffff;
}

/* standard link */
.linkGray {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #675747;
	text-decoration: none;
	}

a.linkGray:hover {
	color: #be5f00;
	text-decoration: underline;
	}

.linkRed {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #a70000;
	text-decoration: none;
	}

a.linkRed:hover {
	color: #d20101;
	text-decoration: underline;
	}
	
.linkGreen {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #087000;
	text-decoration: none;
	}

a.linkGreen:hover {
	color: #0b9e00;
	text-decoration: underline;
	}
	
.linkBlue {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #002582;
	text-decoration: none;
	}

a.linkBlue:hover {
	color: #003cd1;
	text-decoration: underline;
	}

.linkWhite {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
	
a.linkWhite:hover {
	color: #000000;
	text-decoration: underline;
	}

.linkBlack {
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
	
a.linkBlack:hover {
	color: #000000;
	text-decoration: underline;
	}


.border {
	border-width: 2px;
	border-color: #d3d3d3;
	border-style: solid;
}

.input {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #d2d9da;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.txtfield {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #d2d9da;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3E3E0A;
	width:260px;
}

.txtarea {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #d2d9da;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3E3E0A;
	width:260px;
	height:120px;
}

.txtareaSml {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #d2d9da;
	border-style: solid;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3E3E0A;
	width:260px;
	height:65px;
}

.subscribe {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #dcdecc;
	border-style: solid;
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #000000;
	width:160px;
}

.button {
	background-color: #FFF4F4;
	border-width: 1px;
	border-color: #D3D2BB;
	border-style: solid;
	font-size: 13px;
	color: #AF0000;
}

.menu {
	padding-left: 8px;
}

#login fieldset {
	border: 1px solid #d2d9da;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #C70000;
	background: #FFF9F9;
	border: 1px solid #d2d9da;
	padding: 4px 8px;
}

#searchform, #contactform, #login, #checkout {
	margin: 0;
}

.msgBox {
	border-width: 1px;
	border-color: #485C8E;
	border-style: solid;
	padding: 5px;
}

/* products styling */
table.product
{
	border: 1px solid #8a7f74;
	color: #6c5d4e;
}
