@charset "utf-8";




body {
	background-image: url(images/background.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #782F13;
}
h3 {
	font-size: 20px;
	color: #782F13;
}
h4 {
	font-size: 14px;
	color: #785e13;
	text-align: center;
}
h5 {
	margin: 0px;
	padding: 0px;

}
h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


table {
	text-align: center;
	padding: 5px;
	width: 100%;
	background-color: #ce7629;
	font-weight: bold;
	border: 1px solid #782f13;
	margin-left: 0px;
}
/*thead {
	font-weight: bold;
	color: #333;
}*/
th {
	color: #782f13;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}
td {
	vertical-align:bottom;
	padding: 6px;
}

#wrapper {
	width: 900px;
	margin-top: 10px;
	border: 3px double #000;
	background-color: #f2be5d;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_header {
	width: 900px;
	height: 300px;
	position: relative;
	background-image: url(images/header_bkg.png);
}
#header {
	width: 900px;
	height: 300px;
	position: relative;
	background-image: url(images/header_bkg_txt.png);
	background-repeat: no-repeat;
	background-position: 220px 25px;
}



#logo {
	/*float: left;*/
	margin-top: 10px;
	position: absolute;
	z-index: 1;
	margin-left: 10px;
}

#content {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#nav {
	background-color: #ce7629;
	height: 72px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	position: relative;
	top: 140px;
}
#nav ul {
	list-style-type: none;
	margin-left: 155px;
	margin-top: 0px;
	width: 830px;
}
#nav ul li {
display:inline;	
	}

#nav ul li a {
	width: 141px;
	height: 70px;
	display: block;
	float: left;
	background-image: url(images/nav_btn.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-size: 24px;
	line-height: 70px;
}

#nav ul li a:active,
#nav ul li a:hover,
#nav ul li a:focus {
	background-position: bottom;
	color: #FFF;
	text-decoration: none;
}
#navcollection {
	height: 86px;
	width: 402px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}
#nav_moustache {
	background-color: #57353e;
	width: 200px;
	height: 86px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#nav_shaving {
	background-color: #354d57;
	width: 200px;
	height: 86px;
	float: left;
	text-align: center;
	padding-top: 0px;
}
#navcollection a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f2be5d;
	text-align: center;
	font-size: 12px;
	width: 200px;
	height: 86px;
	display: block;
	float: left;
	background-image: url(images/nav_btn_collection.png);
}
#navcollection a:visited {
	color: #F3BE5D;
	text-decoration: none;
	background-position: bottom;
}
#navcollection a:hover {
	color: #FFF;
	text-decoration: none;
	background-position: bottom;
}
#pages {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	background-color: #782F13;
	text-align: center;
	padding-top: 12px;
	height: 38px;
	width: 900px;
}
#footer a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f2be5d;
	text-align: center;
	font-size: 11px;
	word-spacing: 20px;
}
#footer a:visited {
	color: #f2be5d;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#copyright {
	background-color: #CE7629;
	height: 8px;
	font-size: 10px;
	text-align: center;
	margin-top: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	line-height: 20px;
}
.inside_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5D08B;
	background-image: url(images/border_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #782f13;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.box {
	margin: 5px;
	width: 740px;
	border: 1px solid #782f13;
	background-color: #ce7629;
}
.box_photo {
	float: left;
	padding: 10px;
	vertical-align:bottom;
	height: 100%;
}
.box_description {
	float: right;
	text-align: right;
	margin-right: 20px;
	width: 250px;
	margin-top: 5px;
}
.orange_box {
	margin: 5px;
	width: 700px;
	border: 1px solid #782f13;
	background-color: #ce7629;
	padding: 20px;
}




.img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_left {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*descriptions*/
.item {
	font-size: 11px;
	color: #782f13;
}
.title {
	font-size: 18px;
	color: #FFF;
}
.description {
	font-size: 16px;
	color: #F2BE5D;
}
.dimensions {
	font-size: 12px;
	color: #785e13;
}
.txtredheader {
	font-size: 14px;
	color: #782f13;
}
.txtgreenheader {
	font-size: 14px;
	color: #785e13;
}
.txtblueheader {
	font-size: 14px;
	color: #354d57;
}
.txtpurpleheader {
	font-size: 14px;
	color: #57353e;
}

.txtred {
	color: #C00;
}
/*Navigation inside collection pages*/
.pagetitle {
	text-align: right;
	width: 815px;
	color: #782f13;
	font-size: 11px;
	margin-top: -20px;
}
.navpages {
	margin: 0px;
	text-align: center;
}
.navpages a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	text-align: center;
	font-size: 11px;
	width: 140px;
	display: table-row-group;
	background-image: url(images/nav_btn_pages.png);
}

.navpages a:hover {
	color: #FFF;
	text-decoration: none;
	background-position: bottom;
			text-align: center;
}
.navpages a:visited {
	color: #782f13;
	text-decoration: none;
	background-position: bottom;
		text-align: center;
}
.video     {
	margin-left: 160px;
}



.clear {
	clear: both;	
}
caption {
	text-align: center;
}

/*form*/
#emf-form {
	border: 1px solid #782F13;
	margin: 0px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #f2be5d;
	list-style-type: none;
}


input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: left;
	border: 1px solid #782f13;;
    background: #F5D08B;;
}
.input:hover {
    border: 1px solid #785e13;
    background: #F2BE5D;
}
.button {
	border: 1px solid #782F13;
	padding: 12px;
	height: 50px;
	width: 110px;
	background-image: url(images/send01.png);
	background-repeat: no-repeat;
	background-position: 12px 7px;
	margin-left: 218px;
}
.button:hover {

	background-image: url(images/send02.png);

}
label {
    width: 10px;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }
.imgtop {
	float: left;
	position: absolute;
}

.country {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}





a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #782f13;
	font-size: 12px;
}
a:visited {
	color: #57353e;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	text-align: center;
}
.txtcenter {
	text-align: center;
}
