@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#page_title_main_navagaton {
	float: right;
	width: 440px;
	margin-top: 0px;
	display: block;
	padding: 0px;
}
.main_navagation {
	padding-top: 20px;
	font-size: 120%;
	font-weight: normal;
}
#mainContent p {
	font-size: 90%;
	color: #666666;
}
#header_image {
	height: 343px;
	float: left;
	width: 410px;
	background-image: url(../images/design/header_image_3.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-position: center center;
}
.twoColFixRtHdr #header img {
	height: 344px;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 2px solid #8e7f6d;
}

.twoColFixRtHdr #header {
	height: 344px;
	border-bottom: 2px solid #8e7f6d;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	width: 100%;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
}
.twoColFixRtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	border-bottom: 2px solid #8E7F6D;
	width: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color: #807262;
	font-style: italic;
}
.twoColFixRtHdr #header h6 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	width: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #807262;
	font-style: italic;
	text-align: center;
}

.twoColFixRtHdr #header p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	width: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #807262;
	font-style: normal;
}



.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #F2F0EE;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 20px;
}
#sidebar1 p {
	font-size: 90%;
	color: #666666;
}

#sidebar1 h3 {
	color: #807262;
}
.twoColFixRtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8e7f6d;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#container h1 {
	border-bottom: 2px solid #D2CCC5;
	padding: 0px;
	font-size: 110%;
	color: #CC3300;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.main_fish_layout p {
}

.gutter {
	padding: 0px 10px 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat  { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sub_navagation1 {
	text-align: left;
	width: 860px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.colom1{
	padding: 5px 5px 5px 10px;
	width: 415px;
	float: left;
}
.colom2{
	padding: 5px 10px 5px 5px;
	float: right;
	width: 415px;
}

.image_matrix_box {
	width: 415px;
	border: 1px solid #d2ccc5;
	margin-top: 5px;
	margin-bottom: 5px;
}
.image_matrix_box2 {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.im_price_pic {
	width: 140px;
	text-align: center;
	float: left;
	padding: 5px;
	height: 60px;
	margin: 0px;
}
.im_descripton_buy {
	float: right;
	padding: 5px;
	font-size: 90%;
	color: #807262;
	text-align: left;
	width: 250px;
	margin: 0px;
}
.im_price_pic img {
	border: 1px solid #d2ccc5;
}
.buy_now {
	display: block;
	float: right;
	border: 1px solid #d2ccc5;
	padding: 5px;
	margin: 10px 0px 0px;
}
.top_button {
	display: block;
	height: 16px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}
.top_button a {
	display: block;
	background-image: url(../images/design/buttons/top_button_reg.png);
	height: 16px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
.top_button a:hover {
	background-image: url(../images/design/buttons/top_button_over.png);
	height: 16px;
	width: 35px;
	display: block;
}

.nav_sub_2_main{
	width: 449px;
	float: right;
	margin-top: 200px;
}
.nav_sub_2_main li{
	display: inline;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #8E7F6D;
}
.nav_sub_2_main img{
	padding: 0px 2px 1px;
	margin-right: 2px;
	margin-left: 5px;
}

.nav_sub_2_main .link {
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8E7F6D;
	text-decoration: none;
}
.nav_sub_2_main a:link {
	color: #8E7F6D;
	text-decoration: none;
	font-size: 95%;
}
.nav_sub_2_main a:visited {
	color: #8E7F6D;
	text-decoration: underline;
}
.nav_sub_2_main a:hover {
	font-style: normal;
	font-variant: normal;
	color: #615649;
	text-decoration: underline;
}
.main_navagation .link {
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8E7F6D;
	text-decoration: none;
}
.main_fish_layout p {
	color: #8E7F6D;
	font-size: 90%;
	text-align: left;
}

.main_navagation a:link {
	color: #8E7F6D;
	text-decoration: none;
	font-size: 100%;
}
.main_navagation a:visited {
	color: #8E7F6D;
	text-decoration: none;
}
.main_navagation a:hover {
	font-style: normal;
	font-variant: normal;
	color: #615649;
	text-decoration: underline;
}

.link {
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #8E7F6D;
	text-decoration: none;
}
 a:link {
	color: #8E7F6D;
	text-decoration: underline;
	font-size: 95%;
}
 a:visited {
	color: #8E7F6D;
	text-decoration: underline;
}
 a:hover {
	font-style: normal;
	font-variant: normal;
	color: #615649;
	text-decoration: underline;
}
.style2 {color: #C5BDB4}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border-top: 2px solid #8e7f6d;
	height: 110px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 63%;
	color: #8E7F6D;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
.center_all {
	text-align: center;
	font-size: 90%;
	color: #8E7F6D;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	color: #8E7F6D;
	text-decoration: underline;
	font-size: 130%;
}
#footer a:visited {
	color: #8E7F6D;
	text-decoration: none;
}
#footer a:hover {
	font-style: normal;
	font-variant: normal;
	color: #615649;
	text-decoration: underline;
}
.error {
	color: #CC3300;
}
.box_matrix_container {
	width: 840px;
}
.box_matrix_item_holder {
	height: 300px;
	width: 203px;
	border: 1px solid #807262;
	text-align: center;
	float: left;
	margin: 2px;
}
.box_matrix_item_holder p {
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	font-size: 70%;
}
.box_set_martix_holder p {
	width: 840px;
	padding-left: 15px;
}
.box_matrix_picture {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.box_set_martix_holder {
	width: 840px;
	border: 1px solid #807262;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	height: 250px;
}
.box_set_matrix_items {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 0px;
	text-align: center;
}




 .box_matrix_picture form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}.fltrt_100 {
	text-align: center;
	vertical-align: bottom;
	float: right;
	height: 25px;
	padding-top: 108px;
	padding-right: 10px;
}
.style3 {font-size: 70%}
.fltrt2 {
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.left_50 {
	float: left;
	width: 50%;
}

 .fltrt2 .float_right {
 	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
 }
li {
	color: #807262;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 1px;
}
.red_centerall {
	color: #CC0000;
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
}
.red_centerall .link {
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
	text-decoration: none;
}
.red_centerall a:link {
	color: #CC3300;
	text-decoration: underline;
	font-size: 95%;
}
.red_centerall a:visited {
	color: #CC3300;
	text-decoration: underline;
}
.red_centerall a:hover {
	font-style: normal;
	font-variant: normal;
	color: #FF632F;
	text-decoration: underline;
}
.fltrt_100 h5 {
	font-size: 50%;
	margin: 0px;
	padding: 0px;
}
