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

body {
	margin: 0;
	background: top left repeat url(/skin/images/bg-tile.gif);
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 color: #14646b;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #14646b;
	line-height: 27px;
	margin: 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0d5460;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BD9D53;
	padding-bottom: 4px;
	border-bottom: 1px solid #e3dbca;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BD9D53;
}

a:link, a:active, a:visited {
	color: #1b8095;
	text-decoration: underline;
}
a:hover {
	color: #1b8095;
	text-decoration: none;
}

img {
	border: 0;
}

input, select, textarea {
	width: 200px;
	padding: 3px;
	background-color: #f5f1ed;
	border: 1px solid #dcdcdc;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.button {
	width: auto;
	border: 0;
	padding: 0;
}
input.short, select.short, textarea.short {
	width: auto;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}

.container {
	width: 1039px;
	margin: 0 auto;
}

#header {
	background: top repeat-x url(/skin/images/header-bg.gif);
	height: 111px;
	padding-top: 5px;
}
#header .logo {
	float: left;
	width: 277px;
	background-color: #e7e2dd;
}
#header .search {
	width: 368px;
	height: 25px;
	background: top left no-repeat url(/skin/images/search-bg.gif);
	padding: 0 5px;
	margin: 0 0 0 575px;
}
#header .search input {
	float: left;
	width: 317px;
	background-color: #faf8f3;
	border: 0;
	padding: 5px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #82807b;
}
#header .search input.button {
	float: left;
	width: auto;
	padding: 0;
}
#menu {
	width: 645px;
	height: 23px;
	margin: 40px 0 0 300px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a:link, #menu a:active, #menu a:visited {
	margin: 0 0 0 35px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #FFFFFF;
}

#content-home {
	width: 836px;
	min-height: 575px;
	height: auto !important;
	height: 575px;
	background: bottom no-repeat url(/skin/images/container-home-bg.gif);
	padding: 0 101px;
}
#content-home p {
	color: #05404a;
	line-height: 24px;
	margin: 48px 23px 0 23px;
	padding: 0;
}

#content {
	float: left;
	width: 836px;
	min-height: 470px;
	height: auto !important;
	height: 470px;
	background: bottom no-repeat url(/skin/images/container-bg.gif);
	padding: 0 101px;
}
#content .sidepanel {
	float: left;
	width: 220px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #dfd9cd;
	padding: 7px;
}
#content .sidepanel h2 {
	margin: 8px 0;
}
#content .sidemenu {
	margin: 0 6px;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66532c;
}
#content .sidemenu li {
	margin: 0;
	padding: 6px 10px;
	list-style: none;
	background: 0 11px no-repeat url(/skin/images/icon-arrow-side.gif);
	border-bottom: 1px dashed #ccc3b0;
}
#content .sidemenu ul {
	margin: 5px 2px 0 2px;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66532c;
}
#content .sidemenu ul li {
	margin: 0;
	padding: 4px 10px;
	list-style: none;
	background: 0 8px no-repeat url(/skin/images/icon-arrow-side.gif);
	border: 0;
}
#content .sidemenu a:link, #content .sidemenu a:active, #content .sidemenu a:visited {
	color: #66532c;
	text-decoration: none;
}
#content .sidemenu a:hover {
	color: #27858d;
	text-decoration: none;
}
#content .bag {
	background: #b99673 7px 7px no-repeat url(/skin/images/title-shoppingbag.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0;
	padding: 28px 8px 10px 8px;
}
#content .bag .item {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #a47c54;
}
#content .bag .item img {
	float: left;
	margin-right: 5px;
}
#content .bag .itemtitle {
	font-size: 14px;
	font-weight: bold;
	color: #57412b;
}
#content .bag .itemtitle a:link, #content .bag .itemtitle a:active, #content .bag .itemtitle a:visited {
	color: #57412b;
	text-decoration: none;
}
#content .bag .itemtitle a:hover {
	color: #27858d;
	text-decoration: none;
}
#content .bag .itemdetails {
	font-size: 11px;
	color: #746352;
	line-height: 17px;
}
#content .bag .subtotal {
	text-align: right;
	color: #ded9cf;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #947a60;
}
#content .bag em {
	font-style: normal;
	margin-right: 10px;
}
#content .bag .info {
	text-align: center;
	color: #c4bdb0;
	margin: 20px 0 10px 0;
	padding-bottom: 15px;
}
#content .bag .buttons {
	text-align: center;
	padding-top: 5px;
	border-top: 1px dashed #947a60;
}

#content .main {
	min-height: 464px;
	height: auto !important;
	height: 464px;
	margin: 0 0 0 240px;
	background-color: #FFFFFF;
}
#content .breadcrumbs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #908f8f;
	padding: 15px 20px;
	border-bottom: 1px solid #e7e2dd;
}
#content .breadcrumbs img {
	margin: 0 4px;
}
#content .breadcrumbs a:link, #content .breadcrumbs a:active, #content .breadcrumbs a:visited {
	color: #908f8f;
	text-decoration: none;
}
#content .breadcrumbs a:hover {
	color: #908f8f;
	text-decoration: underline;
}
#content .splitleft {
	float: left;
	width: 265px;
	margin: 0;
	padding: 0;
}
#content .splitright {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content .text {
	padding: 20px 40px;
}
#content .text p {
	line-height: 24px;
}

#content .form {
	width: 400px;
}
#content .form th {
	width: 120px;
	text-align: left;
	font-size: 11px;
	padding: 3px 0;
}
#content .form td {
	font-size: 11px;
	padding: 3px 0 3px 10px;
}
#content .form td.required {
	background: 0 8px no-repeat url(/skin/images/icon-required.gif);
	color: #d0ab77;
}

#footer {
	clear: left;
	width: 828px;
	min-height: 65px;
	height: auto !important;
	height: 65px;
	background: top no-repeat url(/skin/images/footer-bg.gif);
	text-align: right;
	padding: 5px 109px 0 101px;
	color: #341b08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #341b08;
	text-decoration: none;
}
#footer a:hover {
	color: #766212;
	text-decoration: none;
}

.error {
	margin: 10px auto;
	padding: 8px;
	border: 1px solid #cd2f29;
	color: #cd2f29;
	background-color: #f9e1e1;
}
.notification {
	margin: 10px auto;
	padding: 8px;
	border: 1px solid #b99673;
	color: #947a60;
	background-color: #dfd9cd;
}
.info {
	margin: 10px auto;
	padding: 8px;
	color: #af9868;
	border: 1px solid #e3dbca;
	background-color: #efece3;
}
