* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg-body.gif) top repeat-x #d5cea6;
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma;
	color: #4c4c4c;
	text-align: center;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.clean {
	clear: both;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* wrapper starts */
#wrapper {
	/*background: #fff;*/
	background: #DDD;
	width: 746px;
	text-align: left;
	border: 4px solid #f3ecbf;
	margin: 0px auto;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 13px;
	display: table;
}
/* wrapper ends */

/* ---------------------------------------------- */

/* header, banner, container starts */
#header, #banner, #container {
	width: 746px;
	display: block;
	text-align: left;
}

#header .logo {
	width: 393px;
	float: left;
}
/* header, banner, container ends */

/* ---------------------------------------------- */



/* ------------------- banner properties starts --------------------------- */

#banner {
	margin: 8px 0 0 0;
}

/* bannerNav starts */
#bannerNav {
	margin: 0;
	width: 193px;
	float: left;
}

#bannerNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bannerNav li {
	list-style-type: none;
}

#bannerNav li.one {
	width: 193px;
	height: 45px;
	margin-bottom: 1px;
}

#bannerNav li.two {
	width: 193px;
	height: 45px;
}

#bannerNav a {
	color: #2db7e2;
	text-decoration: none;
}
/* bannerNav ends */

#bannerPic {
	width: 552px;
	margin-left: 1px;
	float: left;
}

#bannerPic img {
	width: 552px;
	display:none;
	position: absolute;
}

/* ---------------------------------------------- */


/* ------------------- container properties starts --------------------------- */

#container {
	margin: 14px 0;
}

/* colOne starts */
#colOne {
	width: 193px;
	/*background-color: #FF0000;*/
	float: left;
}

/* tab starts */
#tab {
	width: 193px;
	display: block;
}

#tab ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#tab li {
	height: 28px;
	list-style: none;
	text-align: right;
}

#tab a {
	width: 183px;
	height: 22px;
	background: url(../images/bg-tab.gif) top left repeat-x;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #28b6e2;
	display: block;
	padding: 6px 10px 0 0;
}

#tab a:hover {
	background: url(../images/bg-tab-hover.gif) top left repeat-x;
	color: #eb3b2b;
}

#tab a.active {
	width: 183px;
	height: 22px;
	background: #fff;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #28b6e2;
	display: block;
	padding: 6px 10px 0 0;
}
/* ================================ ================================ Changed for Sub Menu starts ================================ ================================ */
#tab .a1 {
	width: 183px;
	height: 22px;
	background: url(../images/bullet.gif) right no-repeat #f5f5f2;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	color: #767676;
	display: block;
	padding: 6px 10px 0 0;
}

#tab .a1:hover {
	background: url(../images/bullet-hover.gif) right no-repeat #f5f5f2;
	font-family: "Trebuchet MS";
	color: #000;
}

#tab .alSel {
	background: url(../images/bullet-hover.gif) right no-repeat #f5f5f2;
	font-family: "Trebuchet MS";
	color: #000;
	text-transform: none;
}
/* ================================ ================================ Changed for Sub Menu ends ================================ ================================ */
/* tab ends */

/* contactBox starts */
#contactBox {
	width: 193px;
	height: 109px;
	/*background: url(../images/bg-contact.jpg) top left no-repeat;*/
	display: block;
	padding: 10px 0 0 0;
	color: #000;
}

#contactBox p {
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 2px;
	line-height: 14px;
}

#contactBox a {
	color: #d00000;
	text-decoration: underline;
}

#contactBox a:hover {
	color: #36bbe3;
	text-decoration: none;
}
/* contactBox ends */

/* colOne ends */

/* colTwo starts */
#colTwo {
	width: 538px;
	/*background-color: #999999;*/
	border-left: 1px solid #e5e5e5;
	padding-left: 14px;
	float: left;
}

/* content, product starts */
#content, #product {
	width: 538px;
	margin-bottom: 20px;
}

#content h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 2px;
	color: #000;
	line-height: 18px;
}

#content .txtBox {
	width: 175px;
	border: 1px solid #d7d5ce;
	background: #fff;
	padding: 3px;
	font-family: Tahoma;
	font-size: 11px;
}

#content .txtMessage {
	width: 275px;
	border: 1px solid #d7d5ce;
	background: #fff;
	padding: 3px;
	font-family: Tahoma;
	font-size: 11px;
}

#content h1 .smallTxt {
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 0;
}

#content p {
	margin-bottom: 10px;
	line-height: 18px;
}

#content a {
	color: #d00000;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #28b6e2;
	text-decoration: none;
}
/* content ends */

/* product properties starts */
#product h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 2px;
	color: #000;
	line-height: 18px;
}

#product h1 .smallTxt2 {
	font-size: 12px;
	color: #4c4c4c;
	margin-bottom: 0;
}

#product .proBox {
	width: 259px;
	display: block;
	margin-top: 10px;
	float: left;
}

#product .gapRight {
	margin-right: 20px;
}

#product .proPic {
	width: 259px;
}

#product .proDes {
	width: 237px;
	height: 54px;
	line-height: 14px;
	background: url(../images/bg-pro-des.gif) right #000 no-repeat ;
	color: #fff;
	margin-top: 1px;
	padding: 5px 11px;
}

/* *********************************************** */
#product .proSmall {
	width: 185px;
	display: block;
	margin-top: 10px;
	float: left;
}
#product .gapSmall {
	margin-right: 5px;
}

#product .proSmallPic {
	width: 185px;
}

#product .proSmallDes {
	width: 163px;
	height: 20px;
	line-height: 14px;  
	background: url(../images/bg-pro-small.gif) right no-repeat #000;
	color: #fff;
	margin-top: 1px;
	padding: 5px 11px;
}
/* ************************************************* */
#product a {
	color: #28b6e2;
	text-decoration: underline;
	font-weight: bold;
}

#product a:hover {
	color: #d00000;
	text-decoration: none;
}

/* product properties ends */


/* color chart starts */

#ccBlock {
	width: 538px;
	height: auto;
	display: block;
}

#ccBlock .topboxleft {
	width: 175px;
	height: 145px;
	float: left;
	padding-right: 5px;
}
#ccBlock .topbocright {
	width: 175px;
	height: 145px;
}
/* color chart ends */

/* colTwo ends */

/* ---------------------------------------------- */



/* ---------------------------------------------- */

/* footer starts */
#footer {
	width: 746px;
	display: block;
	color: #736f56;
	text-align: left;
	padding: 0 17px;
	margin: auto;
	line-height: 14px;
	margin-bottom: 14px;
}

#footer p {
	margin-bottom: 2px;
	line-height: 14px;
}

#footer a {
	color: #736f56;
	text-decoration: none;
}

#footer a:hover {
	color: #2b270e;
	text-decoration: underline;
}
/* footer ends */



/* banner starts */

#imageContainer {
	margin:auto;
	width:552px;
	float: left;
}

#imageContainer img {
	width: 552px;
	display:none;
	position: absolute;
}

/* banner ends */

/* ---------------------------------------------- */


