html, body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background-color: #392916;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 700px;
	position: relative;
}

.winAWatchForm
{
	margin-top: 0px;
}

#page {
	text-align: left;
	background-color: #100901;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0px;
	width: 1000px;
	height: 700px;
	border: 0px solid #959596;
}

#header {
	background-color: #100901;
	margin: 0 0 0 1px; 
	padding: 0 0 0 0; 
	height: 80px; 
	width: 972px;
}

#container {
	background-image: url("images/background-1.jpg");
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top;	
	width: 100%;
}

#frontPageContainer {
	background-image: url("images/front.jpg");
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top;	
	width: 100%;
}

#welcomePageContainer {
	background-image: url("images/welcome.jpg");
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top;	
	width: 100%;
}

#content {
	font-size: 1.2em;
	height: 525px;
	padding-top: 35px;
	padding-left: 170px;
	width: 500px;
	overflow: auto;
}
#galleryContent {
	font-size: 1.2em;
	height: 570px;
	padding-top: 0px;
	padding-left: 0px;
	width: 800px;
	overflow: auto;
	margin-left: 185px;
}

	.galleryBorders
	{
		border: 2px solid #ebcb7e;
		border-right: none;
		border-left: none;
		padding: 10px 0px 0px 20px;
		margin-top: 20px;
		margin-left: 130px;
	}


#productSerieContent {
	font-size: 1.2em;
	height: 565px;
	padding-top: 0px;
	padding-left: 170px;
	width: 800px;
	overflow: auto;
}


.post {

}

#formContent {
	font-size: 1.2em;
	height: 555px;
	padding-left: 30px;
	width: 974px;
	overflow: auto;
}


#footer {
	border: none;
	padding: 0px;
	margin: 0 auto;
	width: 974px;
	clear: both;
	text-align: left;
}

.widecolumn {
	width: 500px;
}

.narrowcolumn {
	width: 500px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
	color: #ebcb7e;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
	padding-top: 30px;
}

h2 {
	font-size: 15px;
	font-family: Verdana;
	margin: 0 0 0;
	padding: 0;
	margin: 0 0 0;
}

h3 {
	font-size: 12px;
	margin: 0 0 0;
	padding: 0;
	margin: 0 0 0;
}


a:hover {
	color: white;
	text-decoration: underline;
}

a:focus{
	color: #ebcb7e;
	text-decoration: none;
}


a {
	color: #ebcb7e;
	text-decoration: none;
}
topMenuElement a {
	color: white;
	text-decoration: none;
}

a:active{
	color: #ebcb7e;
	text-decoration: none;
}

a.menu {
	color: white;
	text-decoration: none;	
}

select {
	width: 130px;
	font-size: 12px;
}

a img {
	border: 0px;
}

select {
	background-color: black;
	color: white;
	font-size: 12px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
}

input, textarea {
	background-color: transparent;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: white;
	font-size: 12px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
}

.hiddenMenu {
	display: none;
}

#bottomMenu {
	padding-left: 30px;
	font-size: 11px;
	text-transform: uppercase;
	
}

.menuNotUpperElement {
	text-transform: capitalize;
}

#level1 {
	font-size: 14px;
	padding-top: 25px;
}

#level2, #level3, #level4 {
	font-size: 11px;
	display: block;
	position: absolute;
	top: auto;
	bottom: 35px;
	margin-bottom: 0px;
	height: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #808080;
	padding-left: 5px;
	background-color: #100901;
	line-height: 170%;
}

#level2 {
	margin-bottom: 0px;
}

#topMenu {
	padding-top: 35px;
	padding-left: 20px;
	font-size: 14px;
}
.topMenuElement {
	padding-left: 20px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
}


.formError {
	color: red;
	clear: both;
}

.formCell {
	float: left;
	height: 26px;
}

.formCell2 {
	float: left;
}

.formLabelsContainer {
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 40px;
	width: 300px;
	float: left;
	border-right: 2px solid #959596;
	text-align: right;
	padding-right: 10px;
}
.formFieldsContainer {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 40px;
	padding-top: 0px;
	float: right;
	width: 600px;
	text-align: left;
}

.formTitle {
	text-transform: uppercase;
	color: #ebcb7e;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
}
.formDescription {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 40px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
	

#breadCrumb {
	font-size: 9px;
}
.whereToBuyList {
	float: left;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
.formField {
	float: left;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 10px;
	
}
.formLabel {
	float: left;
	width: 90px;
	font-size: 10px;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 4px;
}
.formRow {
	clear: both;
}
.formError {
	font-size: 7px;
	color: red;
}

.formLabel2 {
	height: 27px;
	font-size: 12px;
}

.formField2 {
	height: 28px;
	clear: both;
	font-size: 12px;
}

.formError2{
	height: 12px;
	font-size: 9px;
	color: red;
	clear: both;
	display: none;
}

.formCell .formField2{
	height: 16px;
}

.photoDescription {
	font-weight: normal;
}
.galleryPart {
	height: 460px;
	width: 350px;
}

.galleryPartBody {
	height: 440px;
	clear: both;
}
.galleryPartNavigation {
	clear: both;
	text-align: right;
	width: 345px;
}

.serieLogo {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.serieDescription {
	width: 100%;
}

.serieTechnicalDetails {
	padding-top: 5px;
	width: 100%;
}

.errorField {
	background-color: #E3ABAD;
}

.clear
{
	clear: both;
}

#tempPhotoDiv
{
	float:left;
}      

.frontProduct
{

}      

.wbSelect
{
	font-size: 15px;
}   

.wbSelect2 select
{
	font-size: 15px;
}

.wbResults
{
	font: 13px "Trebuchet MS";
}

.wbH1
{
	font-size: 20px;
}

.fRight
{
	float:right;
}

.borderOn
{
	border-left: 1px solid white;
}

.borderOff
{
	border-left: 1px solid #100901;
}   

.offset {
position : absolute;
top : -9000px;
left : -9000px;
}

.postCont p
{
	margin-top: 0px;
	font-size: 13px;
}

.post
{
	padding: 0px;
}

.entry p
{
	font-size: 13px;
	margin: 0px;
}

.entry h3
{
	font-size: 16px;
}

.hiresGalLinks a
{
	font-size: 13px;
}

.galleryImage
{
	width: 111px;
	height: 142px;	
}

.h3ColorPost
{
	color: #ebcb7e;
}

.showsImgDiv
{
	float: right;
	margin: 10px 50px 0px 0px;
}

	.showsImg
	{
		width: 187px;
	}
	
.showsPost
{
	padding-bottom: 10px;
}
/***************************************************Product Series *********************************************************************/
.bodyContainer
{
	width: 100%;
	height: 100%;
	font: 13px "Trebuchet MS";
}

	.galleryDescription
	{
		float: left;
		padding-left: 45px;
	}
	
		.productLogo img
		{
			width: 250px;
		}

		.galleryDescText
		{
			width: 250px;
			padding-top: 10px;	
		}
		
		.watchGalleryDescText
		{
			width: 340px;
		}
		
	.galleryPhoto
	{
		float: right;
		height: 420px;
		padding: 30px 70px 0px 0px;
		width: 600px;
		text-align: center;
	}
	
	.jewelrygalleryPhoto
	{
		height: 360px;
	}
	
	.watchgalleryPhoto
	{
		float: left;
		height: 400px;
		width: 330px;
		padding-right: 0px;
		text-align: right;
	}
	
	.watchProductDescription
	{
		float: right;
		width: 250px;
		padding-top: 315px;
	}
	
	.jewelryProductName
	{
		text-align: right;
		padding: 0px 10px 10px 0px;
	}
	
	.galleryMenu
	{
		height: 100px;
		float: right;
		text-align: right;
	}

		.galleryThumbs
		{
			border-bottom: 2px solid #ebcb7e ;
			text-align: right;
			height: 100px;
			width: 680px;
			padding-right: 20px;
		}
			
		.watchgalleryThumbs
		{
			height: 120px;
		}
		
			.thumbsToRight
			{
				float: right;
			}
			
				.galleryThumb
				{
					float: left;
					padding-left: 5px;
					width: 80px
				}
				
					.jewelryGalleryThumbImg
					{
						width: 80px;
					}
					
					.jewelryGalleryThumbImgHeight
					{
						height: 90px;
					}
					
					.watchGalleryThumbImg
					{
						height: 100px;
						margin-right: 15px;
					}
				
		.photoDescription
		{
			float: left;
		}

		.galleryOptions
		{
			float: right;
			padding-right: 15px;
		}

.clear
{
	clear: both;
}

/************front page***************/
.mainFrontContent
{
	width: 1000px! important;
	padding-left: 0px! important;
}

.mainNewsContainer
{
	margin: 110px 0px 0px 15px;
	float: left;	
}

.mncHeader
{
	font: 13px "Trebuchet MS";
	padding-bottom: 5px;
}

	.mnchX
	{
		padding-left: 410px;
	}
	
.mainBackgroundContainer
{
	border: 1px solid #5d422e;
	width: 550px; 
	height: 145px; 
	opacity: 0.8;
	background-color: #3e291a;
}

	.mncPhoto
	{
		margin: 10px 0px 0px 10px; 
		float: left;
		opacity: 1;
		border: 1px solid #583627;
	}
	
	.readMore
	{
		float: right;
		margin-right: 10px;
	}
	
	.mncText
	{
		margin: 10px 10px 0px 0px;  
		float: right;
		width: 330px;
		text-align: left;
		height: 117px;
	}
	
		.mncTextHead
		{
			border-bottom: 1px solid #b4967a;
			height: 28px;
			font: bold 14px "Trebuchet MS";
			color: #b4967a;
		}
		
		.mncTextContent
		{
			height: 78px;
			overflow:auto;
			padding-top: 10px;
			font: 13px "Trebuchet MS";
			color: white;
		}

.mainPhotoContainer
{
	float: right;
	margin-right: 60px;
	margin-top: 44px;
}

