@charset "utf-8";
/* CSS Document */

/*CSS Reset*/

/* Eric Meyers Css Reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins, a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
    display:block;
}

/* End reset */

/*Basic Styles*/
.clear{
	clear:both;
}
.clearing { font-size:.1em; margin:0; padding:0; clear:both;}

body{
	font-size:12px;
	color:#333333;
	font-family: Helvetica, Helvetica Neue Light, Helvetica Neue, Arial, Helvetica, sans-serif;
}

#wrapper{
	width:946px;
	padding:0 10px;
	margin:0 auto;
	background-image:url(images/mainBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#mainleft{
	float:left;
}

#mainright{
	float:left;
	padding-left:65px;
	width:620px;
}

/* end basic styles */

/* Typography */
h1{
	font-size:34px;
	margin:40px 0 25px 0;
	font-weight:normal;
}

h2{
	font-size:26px;
	color:#679f1e;
	margin:52px 0 25px 0;
	font-weight:normal;
}

.s11{
	font-size:11px;
}

.s10{
	font-size:10px;
}

.s28{
	font-sioze:28px;
}

.purple{
	color:#86116a;
}

.blue{
	color:#277ddc;
}

.green{
	color:#46880e;
}

.yellow{
	color:#f5ce00;
}

.orange{
	color:#ffba31;
}

.darkorange{
	color:#ea5700;
}

.aqua{
	color:#1591a0;
}

.red{
	color:#ff2525;
}

p{
	line-height:20px;
	margin-bottom:25px;
}

#content ul{
	list-style-image:url(images/tick.png);
	vertical-align:middle;
	line-height:20px;
	margin-bottom:25px;
	margin-left:20px;
}

#gallery a{
	float:left;
	margin:15px;
}
/* End typograhpy */

/* header */
#header{
	float:right;
}

#header li{
	float:left;
	display:inline;
}
/* end header */
a.phone1 {display:block; height:20px; cursor:pointer; margin:15px 0 5px 0;}
a.phone1 span {display:none;}
a.phone2 {display:block; height:20px; cursor:pointer;}
a.phone2 span {display:none;}

#VisitVirtualShowroom{
	padding:18px 13px 0px 0px;
}

/* Navigation menu */
#nav{
	height:60px;
	display:block;
	margin-top:10px;
}

#nav li{
	height:60px;
	float:left;
	display:inline;
}

#nav li a{
	background-image:url(images/mainnavsprite2.png);
	height:60px;
	float:left;
	display:inline;
}

#aboutlink{
	width:104px;
	background-position:0px 0px;
}

#aboutlink:hover, #aboutlink.active{
	background-position:0px -70px;
}

#splashlink{
	width:100px;
	background-position:-104px 0px;
}

#splashlink:hover, #splashlink.active{
	background-position:-104px -70px;
}


#worktoplink{
	width:100px;
	background-position:-204px 0px;	
}

#worktoplink:hover, #worktoplink.active{
	background-position:-204px -70px;	
}


#partitionlink{
	width:100px;
	background-position:-304px 0px;	
}

#partitionlink:hover, #partitionlink.active{
	background-position:-304px -70px;
}


#projectlink{
	width:100px;
	background-position:-404px 0px;	
}

#projectlink:hover, #projectlink.active{
	background-position:-404px -70px;
}


#contactlink{
	width:104px;
	background-position:-504px 0px;	
}

#contactlink:hover, #contactlink.active{
	background-position:-504px -70px;
}


/* end navigation*/

/* sidebar */
#sidebar{
	width:248px;
	height:476px;
	background-image:url(images/sidebarbg.jpg);
	position:relative;
	margin-top:25px;
}

#clickquote{
	position:absolute;
	top:63px;
	left:18px;
	width:168px;
	height:168px;
}

/* end sidebar */

/* content */
#introbox{
	margin:40px 0 54px 0;
}

#infobox1{
	height:123px;
	width:186px;
	background-image:url(images/step1.png);
	text-indent:-9999px;
	float:left;
}

#infobox2{
	height:123px;
	width:186px;
	background-image:url(images/step2.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:25px;
	text-indent:-9999px;
	float:left;
	
}

#infobox3{
	height:123px;
	width:184px;
	background-image:url(images/step3.png);
	text-indent:-9999px;
	float:left;
	background-position:right;
	background-repeat:no-repeat;
	padding-left:25px;
}
/* end content */

/* footer */

#footer{
	padding:10px;
	width:228px;
	height:50px;
	background-image:url(images/footerbg.png);
	margin-top:150px;
	margin-left:-315px;
}

/* end footer */
/*Quote Form*/
#quoteform input, #quoteform select{
	display:block;
	margin-bottom:10px;
}

fieldset{
	border-bottom:1px solid #000;
}

.workb2, input.workb2, .workb3, .workb4, workb5, .splash2, .splash3, .splash4, .splash5, #quotesplashbacks, #quoteworktops{
	display:none;
}

#ScrollDiv{
	height:300px;
	overflow:auto;
	width:310px;
	float:right;
}

#quotecolorpicker{
	height:150px;
	overflow:auto;
	width:310px;
	float:right;
}

#colortable td{
	padding:5px 0 10px 0;
	
}

#colortable tr.colors td{
	padding:0;
}

.grybdr {border:1px dotted #999;}
/*End Quote Form*/


