/**
 * House of Watches
 */

/* Default */

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8a795e;
	background-color: #464444;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.small {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}

p {
	margin: 0 0 15px 0;
}

h1 {
	padding: 25px 0 0 0;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	color: #b6b6b5;
	clear: both;
}

h2 {
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: normal;
	color: #b6b6b5;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #b6b6b5;
}

h4 {
	margin: 20px 0 5px 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #b6b6b5;
	text-decoration: underline;
}

a {
	color: #773214;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

/**
 *Layout
 */

.background1 {
	background:#585656 url(../images/bodybk.gif) repeat-x top;
}

.background2 {
	background:#464444 url(../images/bodybknew.gif) repeat-x top;
}

#outerDiv {
	margin: 0 auto;
	padding: 0;
	width: 967px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 967px;
	border: 1px solid #7d726c;
	overflow: hidden;
}

/* Header with Lang Menu and Search */

#header {
	width: 967px;
	height: 107px;
	background: url(../images/headerbk.jpg) no-repeat top;
}

#logo {
	float: left;
	margin: 20px 0 0 32px;
	width: 371px;
	height: 70px;
	display: inline;
}

#imgLogo {
	width: 371px;
	height: 70px;
}

#headerRight {
	float: right;
	width: 289px;
}

/*change by netzsolution*/
#langSelectMenu {
	float: right;
	display: inline;
	/* margin-top: 0px;
	width:70px;*/
	margin-top: -10px;
	width:150px;
}

#langSelectMenu a {
	color: #7c6f5b;
	font-weight: normal;
	text-decoration: none;
}

#langSelectMenu a:hover {
	color: #d8b890;
}

#langSelectMenu a.active {
	color: #d8b890;
}

#langSelectMenu #active_language a {
	color: #d8b890;
}

#search {
	float: left;
	margin-top: 28px;
	padding: 12px 0 0 18px;
	width: 256px;
	height: 31px;
	background: url(../images/searchbk.jpg) no-repeat top;
}

#search #mod_search_searchword {
	/*border: 0;*/
	float: left;
	width: 195px;
	height: 19px;
	color: #3e3e3e;
}

#search .search input.button {
	margin: -3px 0 0 13px;
}

/* Top Navigation Menu */

#navigation {
	width: 967px;
	height: 30px;
	line-height: 30px;
	background: #141414 url(../images/menubk.jpg) no-repeat top;
	border-bottom: 1px solid #4e4641;
	border-top: 1px solid #4e4641;
/*        overflow: hidden;*/
}

#gmenu {
	float: left;
	width: 144px;
}

#gsubmenu {
	position: relative;
	top: -25px;
	padding-right: 80px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

.banner1 {
	overflow: hidden;
	width: 967px;
	height: 441px;
	border-bottom: 1px solid #7d726c;
	background-image: url(../images/houseofwatches.jpg);
	clear: left;
}

.banner2 {
	width: 967px;
	height: 198px;
	clear: left;
}

.bannerSearch {
	width: 967px;
	height: 198px;
	clear: left;
	background: url(../images/sog-headerpic.jpg) no-repeat;
}

.bannerNewsletter {
	width: 967px;
	height: 198px;
	clear: left;
	background: url(../images/bannerNewsletter.jpg) no-repeat;
}

#breadcrumbs {
	font-family: "Trebuchet MS";
	width: 967px;
	font-size: 13px;
	color: #e5e5e3;
}

/* Content */

#maincontent {
	width: 967px;
}

#homeNews {
	width: 967px;
	height: 171px;
	border-bottom: 1px solid #504945;
	background: url(../images/Categorybk.jpg) no-repeat top;
	overflow: hidden;
}

#general {
	/*background-color: #ffffff;*/
}

#gen_content {
	float: left;
	width: 576px;
	padding: 0 0 0 30px;
}

#gallery {
	background-color: #dcdcdc;
}

#g_area {
	float: left;
	width: 642px;
	min-height: 230px;
	background-color: #ffffff;
}

#gcontent {
	position: relative;
	top: -25px;
	padding: 15px 10px 5px 20px;
	clear: both;
}

#content_full {
	padding: 5px 30px 10px 30px;
	background-color: #ffffff;
}

/* Right Columns */
/* Contacts */

#contacts {
	float:right;
	width:330px;
	padding:27px 30px 0 0;
}

#contacts2 {
	float: right;
	width: 181px;
}

/* Footer */

#footerLogo {
	padding: 0 0 0 10px;
	width: 967px;
	height: 84px;
	background: url(../images/BrandsBg.png) no-repeat;
	clear: both;
	overflow: hidden;
}

#footerShadow {
	padding: 0 0 20px 17px;
	width: 967px;
	height: 47px;
}

/******** Other *********/
/* Contact Form */

.Kontact-form {
	float: left;
	margin: 0 0 15px 0;
	width: 571px;
}

.Kontact-form .top {
	float: left;
	width: 571px;
	height: 10px;
}

.Kontact-form .bottom {
	float: left;
	width: 571px;
	height: 10px;
}

.Kontact-form .middle {
	float: left;
	width: 553px;
	padding: 0 8px 0 8px;
	border-left: 1px solid #f3f1f1;
	border-right: 1px solid #f3f1f1;
	background: #858585 url(../images/kontakt-midrep.gif) repeat-x top left;
}

.list-form .middle {
	float: left;
	width: 554px;
	padding: 0 8px 0 8px;
	border-left: 1px solid #f3f1f1;
	border-right: 1px solid #f3f1f1;
	background: #858585 url(../images/kontakt-midrep.gif) repeat-x top left;
}

.Kontact-form .middle input {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505358;
}

.Kontact-form .middle .input-big {
	margin: 10px 0 0 0;
	padding: 4px 12px 4px 12px;
	width: 528px;
	height: 17px;
	color: #505358;
	background: url(../images/input-big.gif) no-repeat scroll 0 0;
}

.Kontact-form .middle .input1 {
	margin: 10px 0 0 0;
	padding: 4px 12px 4px 12px;
	width: 268px;
	height: 17px;
	color: #505358;
	background: url(../images/input-1.gif) no-repeat scroll 0 0;
}

.Kontact-form .middle .input2 {
	margin: 10px 0 0 0;
	padding: 4px 12px 4px 12px;
	width: 230px;
	height: 17px;
	color: #505358;
	background: url(../images/input-2.gif) no-repeat scroll 0 0;
}

.Kontact-form .middle .input3 {
	margin: 10px 0 0 0;
	padding: 4px 12px 4px 12px;
	width: 126px;
	height: 17px;
	color: #505358;
	background: url(../images/input-3.gif) no-repeat scroll 0 0;
}

.Kontact-form .middle .input4 {
	margin: 10px 0 0 0;
	padding: 4px 12px 4px 12px;
	width: 67px;
	height: 17px;
	color: #505358;
	background:url(../images/input-4.gif) no-repeat scroll 0 0;
}

.Kontact-form .middle .textarea1 {
	margin: 10px 0 0 0;
	padding: 4px 12px 4px 12px;
	width: 528px;
	height: 108px;
	color: #505358;
	background: url(../images/textareabk-1.gif) no-repeat scroll 0 0;
}

#submit{
	height: 26px; width: 70px;
	cursor: pointer;
	background: url('../images/btnSend_en-GB.gif') no-repeat 0 0;
}