body {
	background: #98171C url(../images/template/background.jpg) repeat-x fixed;
	font:Arial, Helvetica, sans-serif;
	margin: 0px;
	color:#666666;
}
form {
	margin:0px;
	font-size:12px;
	line-height:15px;
}
.input {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.button {
	background-color:#006666;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight:bold;*/
	height:19px;
	border:1px solid #666666;
	cursor:pointer;
}
.cusTableHeader {
	background-color:#006666;
	color:#FFFFFF;
	font-weight:bold;
} 

a:link {
	color:#9A1B1F;
	text-decoration:none;
}
a:visited {
	color:#9A1B1F;
	text-decoration:none;
}
a:hover {
	color:#9A1B1F;
	text-decoration:underline;
}
a.submenu {
	font-weight:bold;
	font-size:12px;
	display:block;
	line-height:1.5em;
}

/* LAYOUT */
#container {
	background-color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width:744px;
	margin:10px 0px 10px 0px;
}
#header {
	background-image:url(../images/template/background_header.jpg);
	background-repeat:no-repeat;
	/*margin:2px;*/
	padding:5px;
	border:2px solid #FFFFFF;
	height:107px;
	color:#D67F84;
	font-size:10px;
	text-align:right;
}
#search_form {
	padding-top:60px;
	padding-right:30px;
}
#main {
	padding:2px;
}
#left_column {
	/*float:left;*/
	width:173px;
	padding:5px;
	font-size:11px;
	background-image:url(../images/template/background_left_column.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#right_column {
	/*float:right;*/
	padding:5px;
	font-size:11px;
	display:compact;
}
#divider {
	width:173px;
	height:2px;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:-5px;
}
#clear {
	clear:both;
	height:0px;
	width:0px;
}

/* MENU */
#menu {
	background-color:#006666;
	text-align:center;
	border:3px solid #006666;
	vertical-align:middle;
}
.menu_item {
	padding-top:2px 8px 2px 8px;
	margin-right:5px;
	margin-left:5px;
}
a:link.menu_item, a:visited.menu_item {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover.menu_item {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/template/background_menuA.jpg);
	background-repeat:repeat-x;
}

/* FOOTER */
#footer {
	clear:both;
}
.footer_text {
	font-size:10px;
	color:#666666;
}
.footer_text a {
	color:#B45458;
	text-decoration:none;
}
.footer_text a:hover {
	color:#B45458;
	text-decoration:underline;
}


/* FONTS */
ul,ol {
	font-size:12px;
}
li {
	line-height:15px;
}
p,td {
	font-size:12px;
	line-height:15px;
	margin-right:15px;
}
.p_green {
	font-size:12px;
	line-height:15px;
	color:#006666;
}
.p_caption {
	font-size:11px;
	font-style:italic;
}
.p_small {
	font-size:11px;
	line-height:15px;
}
.bold_green {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#006666;
}


.page_header {
	font-size:14px;
	font-weight:bold;
	color:#006666;
	margin-top:10px;
	border-bottom:2px solid #006666;
	text-decoration: none;
}
.page_header a {
	font-size:14px;
	font-weight:bold;
	color:#006666;
	margin-top:10px;
	text-decoration: none;
}
#right_column .gallery-thumb img {
	margin: 5px;
	border: none; 
}
.product_title {
	font-size:12px;
	font-weight:bold;
	color:#006666;
	margin:0px 0px 5px 0px;
}
.product_price {
	padding:0px 0px 0px 10px;
}
.box {
	border:1px solid #999999;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
	display:block;
}
.box2 {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px;
	margin-bottom:10px;
	margin-right:15px;
	display:block;
}
.image_header {
 	display:block;
	margin-bottom:8px;
	text-align:center;
}
.image_border {
	border:1px solid #999999;
}
.image_thumb {
	border:1px solid #CCCCCC;
	margin-right:5px;
	margin-bottom:5px;
}
.image_main {
	border:1px solid #CCCCCC;
	float:right;
}

.msg {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#006666;
	border:1px solid #006666;
	padding:10px;
	text-align:center;
}
.err {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#97181F;
	border:1px solid #97181F;
	padding:10px;
	text-align:center;
}

