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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #5a5245;
	background:url(../images/bodybg.jpg) repeat-x fixed left top;
}

#page {
	width: 980px;
	margin: 0 auto;
	position: relative; /* position because the logo has to be positioned absolutely */
/*	background: #fff; */
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 10px;
}
h3{
	margin: 0px;
	font-size:20px;
	padding: 0px;
	padding-left:20px;
	margin-bottom: 10px;
}
h2{
	font-size:14px;
	color:#a5392d;
	font-weight:bold;
}
h4{
	margin: 0px;
	font-size:20px;
	padding: 0px;
	padding-left:3px;
	margin-bottom: 10px;
	text-decoration:none;
}
h4 a{
	text-decoration:none;
}
a {
	text-decoration: none;
	/*color: #a9220e;*/
}

a img {
	border: 0px;
}

.clear, .clear img {
	width: 100%;
	height: 1px;
	clear: both;
}

.redtext {
	color: #a5392d;
}

.bold {
	font-weight: bold;
}

.fontsize12 {
	font-size: 1.1em;
}

/*** eo commonly used items **/

#header {
	width: 100%;
	clear: both;
	float: left;
}

#logo {
	position: absolute;
	left: 42px;
	top: 0;
	z-index:100;
}

#navigation {
	text-align: right;
	width: 100%;
	position: relative;
	z-index: 999;
}
/*
#navigation ul {
	width: 420px;
	float: right;
	margin: 0px;
	padding: 0px;
	padding: 16px 0 8px 0;
}

#navigation li {
	display: inline;
	float: left;
	color: #fff;
}

#navigation ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 44px;
}

#navigation ul li a:hover, #navigation ul li a.current {
	color: #ffbd69;
}
*/
#banner {
	width: 100%;
	clear: both;
}

#testimonials_callusbanner {
	background: #a7382d;
	padding: 10px 50px;
	clear: both;
	float: left;
	width:880px;
	/*width: 852px*/
}

#testimonials_callusbannercontainer {
	background: url(../images/separater-vertical-testimonial.gif) repeat-y 616px 0;
	padding-bottom: 10px;
	float: left;
	color: #fff;
}

#testimonials {
	width: 600px;
	padding-right: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	font-style: italic;
	float: left;
}

#testimonials h3 {
	margin-bottom: 8px;
	color: #ffad47;
	font-size: 1.2em;
}

#testimonials h3.headertestimonials {
	padding: 0 0 5px 35px;
	background: url(../images/ico-testimonials.gif) no-repeat left top;
}

#callus {
	width: 197px;
	float: right;
	padding: 15px 15px;
	font-size: 1.1em;
	line-height: 2em;
	margin-left: 9px;
}
#callus a {
	font-size:1.2em;
	text-decoration:none;
	margin-left:20px;
	color:#fff;
}

#callus .phno {
	font-size: 1.7em;
	padding-left: 35px;
	background: url(../images/ico-callus.gif) no-repeat left center;
}

#content {
	float: left;
	width: 100%;
	background: #fff;
}

#pagecontent a {
	/*text-decoration: underline;*/
	text-decoration:none
}

#pagecontent {
	clear: both;
	background: #fff url(../images/separater-vertical-content.gif) repeat-y 550px 0;
	margin: 10px 0;
	padding: 12px 22px;
	float: left;
	width: 935px;
}
/*************For Cupboards******/
#pagecontent-cupboard {
	clear: both;
	background: #fff url(../images/separater-vertical-content.gif) repeat-y 476px 0;
	margin: 10px 0;
	padding: 12px 22px;
	float: left;
	width: 935px;
}
#contentleftcol-cupboard {
	width: 460px;
	float: left;
	text-align:justify;
}
#contentrightcol-cupboard {
	float: right;
	width: 460px;
}

/***********************************/
#pagecontent ul li {
	margin-bottom: 8px;
	background: url(../images/bullet-square.gif) no-repeat 0 .5em;
	padding-left: 10px;
}

#pagecontent h1 {
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

#contentleftcol {
	width: 506px;
	float: left;
	text-align:justify;
}

#contentrightcol {
	float: right;
}

#footer {
	background: url(../images/bg-footer.gif) no-repeat left top;
	width: 100%;
	float: left;
/*	padding: 22px 0; */
	padding: 18px 0;
	color: #fff;
	font-size: 0.9em;
}

#footer ul {
	margin-bottom: 3px;
}

#footer ul li a {
	padding: 0 5px 0 5px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin-left: 5px;
}

#footerleftcol {
	width: 384px;
	float: left;
	margin-left: 30px;
	margin-top:10px;
}

#footerleftcol p {
	margin: 0px;
}

#footerrightcol {
	float: right;
	width: 355px;
}

#footerleftcol ul li {
	display: inline;
	text-decoration:none;
}
li a {
		text-decoration:none;
		color:#5a5245;
}
/*** form ***/

label {
	width: 70px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px 0;
	color: #767676;
	font-size: 1.1em;
}

.textbox {
	margin: 0px;
	padding: 8px;
	width: 350px;
	border: 1px solid #e7e7e7;
}

textarea {
	margin: 0px;
	padding: 8px;
	width: 350px;
	height: 70px;
	border: 1px solid #e7e7e7;
}

form.contactus {
	border: 1px solid #c9c9c9;
	padding: 15px;
	margin-bottom: 20px;
	background: #f1f1f1;
}

.formrow {
	padding: 6px 0;
}

.rightcolimage {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	margin-top:50px;
}
.rightcolimage1 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}
.img {
	margin-top:170px;
}
.table {
	margin-left:190px;
}
.table1 {
	margin-left:100px;
}
.table2 {
	margin-left:80px;
}
/*** eo form ***/