body {
        background-image: url(/template/images/body_bgimage.gif);
        background-repeat: repeat-x;
        background-color: #5E7289;
        color: #847B30;
        margin: 0px;
        padding: 0px;
        margin-top: 32px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;

}
a {
        text-decoration: none;
        color: #B31F2B;
}
a:hover {
        text-decoration: underline;
        color: #B31F2B;
}
a img {
        text-decoration: none;
        border: 0px;
}
p{
        margin: 0px;
        padding: 0px;
        margin-bottom: 3px;
        margin-top: 3px;
}
h1{
	margin:0px;
	padding: 0px;
	font-weight:normal;
}
h2{
	margin:0px;
	padding: 0px;
	font-weight:normal;
}

/** Top Navigation **/

#menu {
        background-image: url(/template/images/menu_bg.gif);
        background-repeat: no-repeat;
        color: #D04B4C;
        height: 24px;
        font-weight:bold;
        text-align: center;
}
#menu a:hover {
	text-decoration: none;
}
#drop_menu {
	margin: 0px;
	margin-left:85px;
	padding: 0px;
	text-align: center;
}
#drop_menu li {
	float: left;
	list-style-type: none;
	position: relative;
}
#drop_menu li ul {
	margin: 0px;
	padding: 5px;
	left: -5px;
	top: 12px;
	text-align: left;
	width: 80px;
	position: absolute;
	display: none;
}
#drop_menu li ul li {
	background-color: #EDDDC4;
	width:10em;
	padding: 0px;
	border:none;
	max-width:120%;
	border: solid 1px #C1B287;
	border-top:none;
}
#drop_menu li ul li a {
	display: block;
	padding: 3px;
}
#drop_menu li ul li a:hover {
	background-color: #CAC7AC;
}
#drop_menu li:hover ul, 
#drop_menu  li ul.msieFix {
	display:block;
	z-index:10;
}
#menu img {
        margin-left: 10px;
        margin-right: 10px;
}

/** Contents **/

#center {
        background-image: url(/template/images/left_bg.gif);
        background-position: left;
        background-repeat: repeat-y;
        background-color: #EDDDC4;
        width: 723px;
        padding-bottom: 20px;
        padding-top: 20px;
        color: #52637A;
}
.text {
        margin-left: 60px; 
        margin-top: 10px;
        display: inline;
        float: left;
        width: 430px;
}
.text h1 {
        font-size: 17px;
		margin-bottom: 2px;
		margin-top: 2px;
}
.text h2 {
        font-size: 12px;
        font-weight: bold;
		margin-bottom: 2px;
		margin-top: 2px;
}
.text .line {
	margin-left: -30px;
}
.text2 {
        margin-left: 60px; 
        margin-top: 10px;
        display: inline;
        float: left;
        width: 600px;
}
.text2 h1 {
        font-size: 17px;
		margin-bottom: 2px;
		margin-top: 2px;
}
.text2 h2 {
        font-size: 12px;
        font-weight: bold;
		margin-bottom: 2px;
		margin-top: 2px;
}
.text2 .line {
	margin-left: -30px;
}

.bold {
        font-weight: bold;
}
.line {
        color: #9D9253;
}

/** Home page navigation styles **/

#text_home {
        margin-left: 30px; 
        margin-top: 10px;
        display: inline;
        float: left;
        width: 400px;
}
#text_home h1 a {
        color: #0D286C;
}
#text_home h1 a {
        color: #0D286C;
		text-decoration: none;
}
#text_home h2 a {
        color: #847B30;
}
#text_home h2 a {
        color: #847B30;
		text-decoration: none;
}

.foto {
        padding-bottom: 20px;
}

.clear {
        clear: both;
}
#text_home h1 {
        font-size: 24px;
        color: #0D286C;
        padding-left: 20px;
}
#text_home h2 {
        padding: 20px;
        color: #847B30;
        width: 150px;
		font-size: 11px;
}
.left {
        float: left;
}
.bullet {
        padding-top: 35px;
        float: left;
}




/** Right Menu **/


#right_menu {
        float: right;
        margin-right: 20px;
}
#frame_bg {
        background-color: #CAC7AC;
        color: #52637A;
        font-size: 11px;
        font-weight: bold;
        padding-top:6px;
        padding-bottom: 10px;
}
#frame_bg a {
        color: #52637A;
        text-decoration: none;
        padding: 2px;
        display:block;
        padding-left: 10px;
}
#frame_bg a:hover {
        color: #FFFFFF;
        text-decoration: none;
        padding: 2px;
        display:block;
        padding-left: 10px;
}
#frame_bg a:hover {
        color: #52637A;
        text-decoration: none;
        background-color: #D6D4BF;
}

/** Right Menu for home page **/

#frame_bg_home {
        background-color: #CAC7AC;
        color: #52637A;
        font-size: 11px;
        padding-top:10px;
        padding-bottom: 10px;
}
#right_menu_text {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-top: 10px;
}
#member {
        background-image: url(/template/images/right_m_bg.gif);
        background-repeat: no-repeat;
		height: 93px;
        width: 238px;
        font-size: 11px;
        color: #000000;
}
#member a {
        text-decoration: none;
        color: #000000;
}
#member a:hover {
        text-decoration: underline;
}
.list { 
        float: left;
        margin-top: 44px;
        margin-left: 30px;
}
#more {
        clear: both;
        text-align: right;
        margin-right: 10px;
}
.logo img {
        margin: 7px 0 0 10px;
        
}



/** Frames around pictures and the right menu **/

.frame_top{
        background-image: url(/template/images/frame_top_bg.gif);
        background-repeat: repeat-x;
}
.frame_left{
        background-image: url(/template/images/frame_left_bg.gif);
        background-repeat: repeat-y;
}
.frame_right{
        background-image: url(/template/images/frame_right_bg.gif);
        background-repeat: repeat-y;
}
.frame_bottom {
        background-image: url(/template/images/frame_bottom_bg.gif);
        background-repeat: repeat-x;
}




#right_shadow {
        background-image: url(/template/images/right_shadow.gif);
        background-repeat: repeat-y;
        width: 30px;
}
#copyright {
        background-image: url(/template/images/copyright.gif);
        background-repeat:no-repeat;
        height: 70px;
        text-align: right;
        padding-right: 30px;
}



.pretext {
font-size:16px;
line-height:1.25;
}
.navNextList {
	text-align:center
}
.centeredContent {
	text-align:center
}	

.normalprice {
	text-decoration:line-through;
}
.productSpecialPrice {
	font-weight: bold;
}
