/* Master Styles*/

body {
	margin : 0px;
	padding : 0px;
	background : #fffee7 url(/img/bg_body.gif) repeat-x top left;
	color : #660000;
	font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	font-size : 12px;
	font-style : normal;
}
a:link, a:visited {
	color  : #cc0000;
	text-decoration : none;
}
a:hover, a:active {
	color  : #cc0000;
	text-decoration : underline;
}
p {
	color : #660000;
	font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	font-size : 12px;
	font-style : normal;
	margin-top : 0px; 
	text-align : justify;
}
q {
	font-style: italic;
}
form {
	font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	margin-bottom : 0px;
	margin-top : 0px;
}
input, select, textarea {
	color : #7e468e;
	font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	font-size : 11px;
}
input.hidden {
	display : none;
}
.box {
	width : 100%;
	border : 1px solid #e07dfe;
}
.button {
	background-color : #a85ebe;
	color : #ffffff;
	font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	font-size : 12px;
	border-top : 1px solid #e07dfe;
	border-right : 1px solid #5e346a;
	border-bottom : 1px solid #5e346a;
	border-left : 1px solid #e07dfe;
}
.small {
	font-size : 10px;
}

/* Header */

#pageHeader { 
	margin : 0px;
	background : url(/img/bg_header.jpg) no-repeat top right;
	width : 100%;
	height : 70px;
}

/* Navigation */

td.border {
	border-right : 1px solid #d9bfbf;
/*	background : url(/img/bg_nav.gif) repeat-y top left;*/
}
#navcontainer {
	width : 175px;
}
#navcontainer ul {
	margin : 0px;
	padding : 0px;
	list-style-type : none;
	font-family : 'Tahoma', 'Arial', 'Helvetica', sans-serif;
	text-transform : lowercase;
	width : 100%;
}
#navcontainer li {
	margin: 0px;
	padding: 0px;
	line-height: 23px;
}
#navcontainer ul ul {
	border-bottom : 4px solid #fffee7;
}
#navcontainer ul ul li.top {
	border-top : 4px solid #fffee7;
}
#navcontainer ul li a {
	display : block;
	width : 167px;
	margin-left : 6px;
	padding-left : 13px;
	background : #8c4040 url(/img/nav_of.gif) no-repeat top left;
	font-size : 11px;
}
#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color : #fffee7;
	border-bottom : 1px solid #fffee7;
	text-decoration : none;
}
#navcontainer ul li a:hover {
	color : #fffee7;
	background : #660000 url(/img/nav_hv.gif) no-repeat top left;
	border-bottom : 1px solid #fffee7;
	text-decoration : none;
}
#navcontainer ul ul li a {
	display : block;
	width : 167px;
	margin-left : 6px;
	padding-left : 13px;
	background : #d9bfbf url(/img/nav_of.gif) no-repeat top left;
	font-size : 11px;
}
#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
	color : #660000;
	border-bottom : 1px solid #fffee7;
	text-decoration : none;
}
#navcontainer ul ul li a:hover {
	color : #fffee7;
	background : #660000 url(/img/nav_hv.gif) no-repeat top left;
	border-bottom : 1px solid #fffee7;
	text-decoration : none;
}
#navcontainer p {
margin : 10px 6px 0 17px;
text-align : left;
}

/* selected states */

#navcontainer ul li a#current {
	color : #fffee7;
	background-image : url(/img/nav_on.gif);
	background-repeat : no-repeat;
	background-position : top left;
	border-bottom : 1px solid #fffee7;
	text-decoration : none;
}
#navcontainer ul ul li a#subcurrent {
	color : #660000;
	background-image : url(/img/nav_on.gif);
	background-repeat : no-repeat;
	background-position : top left;
	border-bottom : 1px solid #fffee7;
	font-weight : bold;
	text-decoration : none;
}
#navcontainer ul ul li a#subcurrent:hover {
	color : #fffee7;
	font-weight : bold;
}

/* Content */

#content {
	padding : 0px 20px 20px 20px;
}
#title {
	margin-top : 0px;
	margin-bottom : 20px;
	color : #660000;
	font-family : 'Century Gothic', 'Arial', 'Helvetica', sans-serif;
	font-style : normal;
	border-bottom : 1px solid #660000;
}
#title h1 {
	margin-top : 0px;
	margin-bottom : 0px;
	font-size : 23px;
}
#quotebox {
background-color : #fffff3;
width : 220px;
padding : 10px;
margin : 0 0 10px 10px;
float : right;
border : 2px solid #cc0000;
}
#quotebox h1 {
	color : #cc0000;
	font-family : 'Century Gothic', 'Arial', 'Helvetica', sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-align : center;
}
h2 {
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-bottom : 12px;
	color : #660000;
	font-family : 'Century Gothic', 'Arial', 'Helvetica', sans-serif;
	font-size : 15px;
	font-style : normal;
	border-bottom : 1px solid #660000;
}
#photo,
#photo2 {
padding : 0px 0px 12px 20px;
background-color : #fffee7;
float : right;
}
#photo p,
#photo2 p {
margin : 0;
text-align : center;
}
img.border {
background-color : #fffee7;
border : 1px solid #660000;
}
#content span.red {
font-weight : bold;
float : right;
color : #ff0000;
}
#content span.grn {
font-weight : bold;
float : right;
color : #009999;
}
#content span.prp {
font-weight : bold;
float : right;
color : #990099;
}
#content span.nofloat {
float : none;
}
#price tr td {
	background-color: #d9bfbf;
}
#price tr.odd td {
	background-color: #ecdfdf;
}
#price tr.null td {
	background-color: transparent;
	border-bottom : 1px solid #660000;
}
#footer {
border-top : 1px solid #d9bfbf;
margin-top : 5px;
padding : 5px;
color : #660000;
}
#footer p {
float : left;
font-size : 11px;
font-style : normal;
}
#footer p.design {
float : right;
}