/* Ajax Loader */
#ajaxLoader {
	width: 60px;
	height: 60px;
	margin: 300px auto;
}

/* Header Setup */
#header {
	width: 900px;
	height: 100px;
	margin: 20px 10px 10px 10px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 1px 3px #DEDEDE;
	-webkit-box-shadow: 0 0 1px 3px #DEDEDE;
	box-shadow: 0 0 1px 3px #DEDEDE;
}
#logo {
	width: 285px;
	height: 70px;
	margin: 15px 0 15px 15px;
}

/* Navigation */
#navigation {
	width: 570px;
	height: 70px;
	margin: 15px;
}

/* Image Slider */
#imageSlider {
	width: 900px;
	height: 430px;
	margin: 10px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 3px #DEDEDE;
	-webkit-box-shadow: 0 0 3px 3px #DEDEDE;
	box-shadow: 0 0 3px 3px #DEDEDE;
}
.nivoSlider {
    position:relative;
    width:870px; /* Change this to your images width */
    height:370px; /* Change this to your images height */
    margin: 15px;
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

/* Body */
#body {
	width: 900px;
	height: auto;
	margin: 10px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 3px #DEDEDE;
	-webkit-box-shadow: 0 0 3px 3px #DEDEDE;
	box-shadow: 0 0 3px 3px #DEDEDE;
}
#index, #about, #products, #contact, #sitemap {
	padding: 30px;
}
#body #index .leftContent, #body #about .leftContent, #body #contact .leftContent {
	width: 520px;
	padding-right: 30px;
	height: auto;
	border-right: #DDDDDD 1px solid;
}
#body #index .leftContent .productsList {
	margin-left: 10px;
	margin-top: 10px;
}
#body #index .leftContent .productsListImage {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
#body #index .leftContent .readMore {
	margin-left: 400px;
}
#body #products .leftContent, #body #sitemap .leftContent {
	width: 520px;
	padding-right: 30px;
	height: auto;
	border-right: #FFFFFF 1px solid;
}
#body #products .leftContent .videoFrame {
	width: 520px;
	height: 290px;
}
#body .rightContent {
	width: 259px;
	margin-left: 30px;
	height: auto;
}
#body .rightContent img {
	width: 259px;
	height: 173px;
}
#body h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 30px;
}
#body h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}
#body h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
#body h6 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
#body p {
	line-height: 18px;
}
#body ul li {
	list-style: circle;
	margin-left: 20px;
}
#sitemap ul li {
	list-style: none;
	margin-left: 30px;
	margin-top: 10px;
	font-size: 14px;
}
#body .rightContent .contactLeft {
	width: 80px;
}
#body .rightContent .contactRight {
	width: 179px;
}
#body .rightContent .priceLeft {
	width: 80px;
}
#body .rightContent .priceRight {
	width: 179px;
}
#body .leftContent .contactLeft {
	width: 100px;
}
#body .leftContent .contactRight {
	width: 420px;
}
#body .quickQuery fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#body .quickQuery fieldset input {
	font-size: 10px;
	width: 230px;
	height: 16px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 1px inset;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}
#body .quickQuery fieldset textarea {
	font-size: 10px;
	width: 230px;
	height: 120px;
	background: #FFFFFF;
	border: 1px inset;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
}
#body .quickQuery .formSlider {
	width: 100px;
	margin: 10px 20px 0 10px;
}
#body .quickQuery fieldset button, .ui-dialog-titlebar, .ui-button-text {
	font-size: 11px;
}
#body .quickQuery fieldset p {
	margin: 20px 5px 0 5px;
}
#contact #googleMaps {
	width: 520px;
	height: 420px;
	margin-top: 20px;
	border: none;
	overflow: none;
}
#quickQueryDialog {
	font-size: 12px;
}

/* Footer */
#footer {
	width: 900px;
	height: 60px;
	margin: 10px 10px 20px 10px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 3px 3px #DEDEDE;
	-webkit-box-shadow: 0 0 3px 3px #DEDEDE;
	box-shadow: 0 0 3px 3px #DEDEDE;
}
#footer p.copyright {
	font-size: 12px;
	line-height: 60px;
	margin-left: 30px;
}
#footer p.sitemap {
	font-size: 12px;
	line-height: 60px;
	margin-right: 30px;
}

/* Other */
div#preload {
	display: none;
	width: 1px;
	height: 1px;
}