@charset "utf-8";
/* CSS Document */

/* Reset */
img, em, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0;border:0;outline:0;
}

ul, li { list-style-type:none; }
.clear { clear:both; }
/* Reset End */

html, body { 
	background:url(../images/back-main.jpg) no-repeat top center #E9D28E;
	margin:0px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px; 
}

/* Heading Styles */
h1 {font-size:24px; margin:15px 0 20px 0; color:#ab0707; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; text-shadow: -1px 1px #DBA924; }
h2 {font-size:16px; margin:0; color:#5f4216; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-style:italic; text-shadow: -1px -1px #EAD36D, 1px 1px #C38F17; }

/* Link Styles */
a:link,
a:visited {	text-decoration: none; color:#b41212; }
a:hover   { text-decoration: underline; color:#c81414; }

.wrapper      { background:url(../images/back-rep.jpg) top center repeat-y; width:978px; margin:auto; }
.wrapper-page { background:url(../images/back-top.jpg) top center no-repeat; width:958px; padding:10px; margin:auto; z-index:0; overflow:hidden;  }
.header       { overflow:hidden; }
.footer       { background:url(../images/back-bottom.jpg) no-repeat bottom center; width:958px; height:284px; padding:10px; }
.logo         { margin:30px 0 0 40px; }
.content-home { background:url(../images/block.png) no-repeat center right; min-height:400px; margin-right:30px; }
.content      { min-height:200px; margin-right:30px; }
.text         { width:400px; margin:15px 0 0 30px; float:left; }
.text-sub     { margin:15px 0 0 30px; float:left; min-height:300px; min-width:300px}
.text-bottom  { width:600px; margin:0 0 0 30px; min-height:120px; }
.footer-sub   { background:url(../images/back-bottom.jpg) no-repeat bottom center; width:958px; height:284px; padding:10px; margin-top:0px; z-index:1; }
.footer-sub .copyright { margin-top:130px; }
.navigation            { margin:0 0 0 286px; }
.navigation li         { display:inline; }
.navigation li a:hover { cursor:pointer; }

.product     { width:270px; float:left; margin-right:25px; }
.product img { margin: 0 10px 20px 0; }
.types   { width:118px; float:left; margin-right:5px; background-color:#E9D28F; padding:10px; font-weight:bold;

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.types li    { padding:2px; list-style-type:square; margin-left:15px; }
#column      { margin-left:600px; }
#col         { margin-left:15px; }
#col3        { margin:0 0 0 0; }
.small       { 
	font-size:10px; 
	display:block; 
	padding:5px 10px; 
	color:#fff;
	margin-top:10px;

	background-color:#271614; 

	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	
	border-radius: 7px;
	-opera-border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* Footer Copyright Styles */
.copyright         { padding:100px 25px 20px 30px; color:#666; font-size:12px; height:1em; text-align:center; line-height: 18px; }
.copyright a       { color:#b41212; font-weight:bold; }
.copyright a:hover { color:#c81414; text-decoration:none; }