/* Set all elements to default */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
form, p {
	display: block;
}
ul, ul li {
	list-style-type: none;
}
h1 {
	display: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	display: block;
}
h2 {
	line-height: 38px;
}
h3 {
	font-size: 14px;
}
p {
	padding: 10px 0px;
	max-width: 800px;
}
.language a {
	float: left;
	margin-top: 10px;
	margin-left: 22px;
}
a.button {
	display: block;
	
	height: 24px;
	line-height: 23px;
	
	padding-left: 25px;
	background: #FFFFFF url(images/menu_button.gif) no-repeat left top;
	color: #333333;
	
	cursor: pointer;
}
a.button span {
	display: block;
	
	height: 24px;
	padding-right: 15px;
	background: url(images/menu_right.gif) no-repeat right top;
}
a.button-right {
	width: 70px;
	float: right;
}
.both {
	clear: both;
}
.item {
	border: 1px solid #777777;
	padding: 10px;
	background: #EFEFEF;
	margin-bottom: 10px;
}
.item span.price {
	display: block;
	
	padding-top: 10px;
	
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.top-image {
	float: right; 
	margin: 0 0 5px 5px; 
	border: 1px solid #777777;
	padding: 1px; 
	background-color: #EFEFEF
}
div.images img {
	float: left;
	margin: 10px;
	border: 1px solid #777777;
	padding: 1px;
}
div.line {
	
}
span.left {
	float: left;
	width: 40%;
	font-weight: bold;
}
span.right {
	float: left;
	width: 60%;
}
input.text, textarea, select {
	border: 1px solid #444444;
}
textarea {
	height: 150px;
}
/* General styling */

html, body {
	background: #E2E2E2;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}

div#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

div#header {
	background: #000000 url(images/logo_left.gif) no-repeat;
	height: 110px;
}
div#header div.logo {
	background: url(images/logo_right.gif) no-repeat 180px;
	height: 71px;
}
div#header ul {
	display: block;
	background: url(images/menu_bg.gif) repeat-x;
	height: 39px;
	
	padding-left: 150px;
}
div#header ul li {
	list-style-type: none;
	float: left;
	padding-top: 6px;
}
div#header ul li a {
	display: block;
	height: 28px;
	width: 103px;
	
	background: url(images/menu_btn.gif) no-repeat;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
}
div#header ul li a:hover {
	text-decoration: underline;
}

div#content {
	
	
	background: url(images/background.gif) repeat-y;
	#height: 500px;
	min-height: 500px;
}

div#content-left {
	float: left;
	width: 180px;
	
	background: url(images/content_left_bg.gif) no-repeat left -1px;
	padding-top: 18px;
	
	color: #FFFFFF;
}
div#content-left ul {
	display: block;
}
div#content-left ul li {
	display: block;
	list-style-type: none;
}
div#content-left ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	
	border-bottom: 1px solid #c47834;
	border-right: 1px solid #c47834;
	
	background-color: #f49141;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	
}
div#content-left ul li a:hover {
	text-decoration: underline;
}

div#content-left div.bottom {
	position: absolute;
	left: 0px;
	bottom: 50px;
	
	width: 160px;
	padding: 0 10px;
}
div#content-left div.bottom h2 {
	line-height: 30px;
	font-size: 11px;
}
div#content-left div.bottom a {
	color: #FFFFFF;
	text-decoration: underline;
}




div#content-center {
	float: left;
	width: 470px;
	
}
div#content-center div.content-center {
	margin: 0 10px;
	width: 450px;
}
div#content-center div.image {
	background: url(images/content_bg.gif) repeat-x bottom;
	padding-bottom: 15px;
}
div#content-center h2 {
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px solid #888888;
	margin-bottom: 5px;
}
div#content-right {
	float: left;
	width: 130px;
	
	padding: 10px 10px;
	color: #FFFFFF;
}
div#content-right div.bottom {
	position: absolute;
	right: 0px;
	bottom: 50px;
	
	width: 150px;
	height: 333px;
	background: url(images/content_right_bg.gif) no-repeat bottom;
}

div#footer {
	background: url(images/footer_bg.gif) repeat-x;
	height: 43px;
	line-height: 43px;
	color: #999999;
	
	padding-left: 10px;
	font-size: 11px;
}
/* left 656565
E2E2E2 content
A92D09 right */


/*** Default error/information style ***/
div.information {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(default/information.gif) no-repeat left center;
}
div.warning {
	border: 1px solid #e8e8e8;
	margin: 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 75px;
	background: url(default/warning.gif) no-repeat left center;
}

/** Table design **/
table.design {
	border-collapse: collapse;
	width: 100%;
}
table.design th {
	text-align: left;
	line-height: 1.5em;
	vertical-align: top;
}
table.design tr td {
	line-height: 1.4em;
	vertical-align: top;
}
table.design tr td.name {
	font-weight: bold;
	width: 200px;
}
table.design tr td.value {
	
}
table.design tr td input {
	width: 95%;
	margin: 2px 0px;
}
table.design tr td label input {
	margin: 0px;
	width: auto;
}
table.design tr td textarea {
	width: 95%;
	margin: 2px 0px;
}
table.design tr td select {
	width: 97%;
	margin: 2px 0px;
}

table.design {
	margin-bottom: 5px;
}
table.design th {
	background: #e2e1e1;
	color: #333333;
	text-align: left;
	font-size: 11px;
	padding: 0px 5px;
	line-height: 22px;
	border-top: 1px solid #B2B2B2;
}
table.design tr td {
	border-bottom: 1px solid #AAAAAA;
	padding: 0px 5px;
	line-height: 27px;
	height: 27px;
	vertical-align: top;
}
table.design tr td.name {
	font-weight: bold;
	width: 200px;
}
table.design tr td.value {
	
}