/*

	Nuden Vinyl

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #a4a4a8 url('../images/wrapper/body-bg.jpg') top center no-repeat;
	font-family: 'Arial', verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}

body p {
	margin-bottom: 18px;
}

body.subpage {
	background: #a4a4a8 url('../images/wrapper/body-bg-subpage.jpg') top center no-repeat;
	font-family: 'Arial', verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}


table tr td {
	font-family: 'Arial', verdana, sans-serif;
	font-size: 13px;
	vertical-align: top;
}

input, select, textarea {
	font-family: 'Arial', verdana, sans-serif;
	font-size: 14px;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/* =Main navigation
---------------------------------------------------------------------------------------------------- */
#main-nav {
	height: 47px;
	margin: 28px 0 11px 0;
}

#main-nav > ul > li {
	float: left;
}

#main-nav a, #main-nav img {
	display: block;
}

#main-nav > ul > li > ul {
	position: absolute;
	width: 250px;
	z-index: 2;
	background: #57575B;
	padding: 9px 0;
	display: none;
	margin-top: -3px;
}

#main-nav > ul > li > ul > li > a {
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}

#main-nav > ul > li > ul > li > a:hover {
	color: #fff;
	background: #6B6B70;
}


/* =Sub navigation
---------------------------------------------------------------------------------------------------- */
#content-wrapper.sub-nav {
	background: #fff url(../images/wrapper/sidebar-bg.jpg) 100% 104px no-repeat;
}

#content-wrapper.sub-nav-no-header {
	background: #fff url(../images/wrapper/sidebar-bg.jpg) 100% 0 no-repeat;
}

#sub-nav {
	float: right;
	width: 228px;
	padding-top: 25px;
}

#sub-nav li {
	background: url(../images/wrapper/sub-bg-bottom.gif) 10px 100% no-repeat;
	margin: 0 !important;
	list-style: none !important;
}

#sub-nav li span {
	display: block;
}

#sub-nav li span a {
	display: block;
	background: url(../images/wrapper/sub-arrow.gif) 30px center no-repeat;
	padding: 15px 20px 15px 61px;
	text-decoration: none;
	font-weight: bold;
	color: #d01d4d;
}

#sub-nav li span a:hover {
	color: #811230;
}

#sub-nav li.active {
	background: white url(../images/wrapper/sub-bg-top.gif) 10px 100% no-repeat;
}

#sub-nav li.active span.first {
	background: url(../images/wrapper/sub-bg-top.gif) 10px 0 no-repeat;
}

#sub-nav li.active span a {
	background-image: url(../images/wrapper/sub-arrow-on.gif);
	color: black;
}


/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding {
	padding: 28px 0 0 24px;
}

#branding img {
	display: block;
}


/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 980px;
	margin: 0 auto;
}

#toolbar {
	width: 540px;
	float: right;
	margin: 5px 10px 0 100px;
}

#toolbar.subpage {
	width: 605px;
	float: right;
	margin: 5px 0 0 100px;
}

#home-content {
	background: #fff url(../images/home-bg.jpg) bottom left no-repeat;
	padding: 11px;
}

#home-content img {
	display: block;
}

#feature-banner {
	width: 691px;	
	height: 282px;
	background: url(../images/home-feature-banner.jpg);
}

#right-column {
	float: right;
	width: 256px;
}

#column-1 {
	float: left;
	width: 223px;
	margin: 11px 0 0 0;
	
}

#column-1 .hdr {
	margin: 11px;
	
}

#column-2 {
	float: left;
	width: 223px;
	margin: 11px 0 0 11px;
	
}

#column-2 .hdr {
	margin: 11px;
	
}

#column-3 {
	float: left;
	width: 223px;
	margin: 11px 0 0 11px;
	
}

#column-3 .hdr {
	margin: 11px;
	
}


/* =Layout 
---------------------------------------------------------------------------------------------------- */
#content-wrapper {
	background: #fff;
	padding: 1px;
	border: 10px solid white;
}

#content-wrapper.sub-nav #content, #content-wrapper.sub-nav-no-header #content {
	padding: 20px 20px 40px 20px;
	width: 680px;
}

#content-wrapper #content {
	padding: 20px 20px 60px 20px;
	width: 919px;
}


#content ul, #content ol {
	margin-bottom: 18px;
}

#content ul li {
	list-style:disc;
	margin: 0 0 10px 35px;
	padding-left: 5px;
	line-height: 18px;
}

#content ol li {
	margin: 0 0 10px 35px;
	padding-left: 5px;
	line-height: 18px;
}

#content ul.oneline li, #content ol.oneline li {
	margin: 0 0 0 35px;
}


/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link, span.link {
	outline: none;
	color: #046c97;
}

a:focus {
	outline: none;
	color: #046c97;
}

a:hover {
	outline: none;
	color: #2498c8;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	line-height: 20px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #d01d4d;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #d01d4d;
	margin-bottom: 18px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #045375;
	margin: 10px 0 10px 0;
}

h4 {
	background:#eaf6fb;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #045375;
	margin: 2px 0 2px 0;
	padding: 7px;
}

#toolbar a {
	color: #efefef;
	font-size: 12px;
	text-decoration:none;
	margin-left: 19px;
}

#toolbar a:hover {
	color: #fff;
	font-size: 12px;
}

#column-1 p {
	font-size: 15px;
	margin: 0 11px 11px 11px;
	line-height: 20px;
}

#column-1 .btn {
	margin: 27px 0 0 95px;	
	display: inline;
}

#column-2 p {
	font-size: 15px;
	margin: 0 11px 11px 11px;
	line-height: 20px;
}

#column-2 .btn {
	margin: 0 0 0 95px;	
	display: inline;
}

#column-3 p {
	font-size: 15px;
	margin: 0 11px 11px 11px;
	line-height: 20px;
}

#column-3 .btn {
	margin: 21px 0 0 96px;	
	display: inline;
}



/* =Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	margin: 11px auto 11px auto;
	background:#fff;
	height: 87px;
	width: 980px;
}

#footer p {
	font-size: 12px;
	padding: 37px 0 0 22px;
}

#footer a {
	text-decoration: underline;
	color: #077aa0;
	font-size: 12px;
	margin-left: 10px;
}

#footer-logos {
	padding: 5px 0 0 380px;
	float: left;
	margin-top: -70px;
}


/* =Page Elements
---------------------------------------------------------------------------------------------------- */

#content-wrapper h1 {
	margin: 0;
}

#content-wrapper h1 img {
	display: block;
}

#warranty {
	position: absolute;
	margin: -107px 0 0 745px;
}

.sub-nav #warranty {
	position: absolute;
	margin: -107px 0 0 520px;
}

table.products tr td {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	padding: 10px;
	border: 1px solid #ddd;
	width: 50%;
}

.divider {
	background: url(../images/hr.jpg) top left no-repeat;
	height: 16px;
	margin: 30px 0 20px 0;
	clear: both;
}

table.colours {
	margin-bottom: 20px;
}

table.colours td {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ddd;
}

table.colours img {
	display: block;
	margin-bottom: 5px;
}

table.staff {
	margin: 0 -15px;
}

table.staff img {
	margin-right: 7px;
}

table.staff td {
	vertical-align: middle;
	font-size: 11px;
}

.photo {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ddd;
}

.photo-title {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ddd;
}

.photo img {
	width: 138px;
}

.photo-title img {
	width: 138px;
}

.photos-more {
	padding: 20px 10px 10px 10px;
	vertical-align: middle;
}

.contact {
	background: url(../images/contact-right.gif) top right no-repeat;
	height: 38px;
	line-height: 28px;
}

.contact div {
	background: url(../images/contact-left.gif) top left no-repeat;
	height: 38px;
	line-height: 28px;
	padding: 0 10px;
}

.contact a {
	font-size: 14px;
	font-weight: normal;
	color: #D01D4D;
}
.contact-fixed {
	background: url(../images/contact-right.gif) top right no-repeat;
	height: 38px;
	width: 480px;
	line-height: 28px;
	margin-bottom: 10px;
}

.contact-fixed div {
	background: url(../images/contact-left.gif) top left no-repeat;
	height: 38px;
	line-height: 28px;
	padding: 0 10px;
}

.contact-fixed a {
	font-size: 14px;
	font-weight: normal;
	color: #D01D4D;
}


/*--------------FOR consulation Form*/
#consulationForm input[type='text'], .textarea{
	border:solid 1px #ccc;
	padding:2px;
}
.validation{
	color:#F00;	
}
#consultFormTable .indent input{
	margin:5px 10px 5px 0;
}
#consultFormTable td{
	padding-bottom:10px;
}
#consultFormTable .field{
	font-weight:bold;
}
.submitButtons{
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
}