/* ------------------------------- Global Control ------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg-body.gif) top repeat-x #fff;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

form, img {
	border: none;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clean {
	clear: both;
}

.crSelect {
	width: 280px;
	height: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	border: 1px solid #e5e5e5;
	padding: 4px 6px 4px 6px;
}

.crInpTxt {
	width: 100px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	border: 1px solid #999999;
	padding: 4px 6px 0 6px;
	margin: 2px;
}
/* ------------------------------- Global Control ends ------------------------------- */

/* ------------------------------- Body Control ------------------------------- */
/* wrapper starts */
#wrapper {
	width: 1010px;
	margin: 0px auto;
	text-align: left;
	
}	
/* wrapper ends */
/* ------------------------------- Body Control ends ------------------------------- */


/* ------------------------------- Header Control ------------------------------- */
/* header starts */
#header {
	width: 940px;
	height: 95px;
	display: block;
	margin: 15px 15px 0px 15px;
	padding: 0px 20px;
}

#header p {
	margin-bottom: 5px;
	line-height: 13px;
}

#header a {
	color: #fff;
	text-decoration: underline;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

#headerL {
	width: 390px;
	float: left;
	display: block;
	margin-right: 100px;
	margin-top: 17px;
}

#headerR {
	width: 450px;
	float: left;
	display: block;
}

#headerR .hrOrder {
	width: 450px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
}

#headerR .hrFree {
	width: 450px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-top: 5px;
	line-height: 18px;
}

#headerR .hrTxt {
	width: 450px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

#headerR .hrL {
	width: 40px;
	margin-right: 10px;
	float: left;
}

#headerR .hrR {
	width: 194px;
	float: left;
	color: #abb9c8;
}

#headerR .hrrTitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
/* header ends */
/* ------------------------------- Header Control ends ------------------------------- */


/* ------------------------------- Nav Control ------------------------------- */
/* nav starts */
#nav {
	width: 980px;
	height: 40px;
	display: block;
	margin: 0 15px;
}

#nav a {
	background: #5a7fa6;
	height: 28px;
	padding: 12px 14px 0 14px;
	display: block;
	float: left;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin-right: 1px;
	text-decoration: none;
}

#nav a:hover {
	background: #6c8db0;
}

#nav a.active {
	background: url(../images/bg-a-active.gif) repeat-x;
	height: 27px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: block;
	text-transform: uppercase;
	color: #2f2f2f;
}

#nav a.active:hover {
	background: url(../images/bg-a-active.gif) repeat-x;
	height: 27px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	display: block;
	text-transform: uppercase;
	color: #2f2f2f;
}
/* nav ends */
/* ------------------------------- Nav Control ends ------------------------------- */


/* ------------------------------- Container Control ------------------------------- */
/* container starts */
#container {
	background: url(../images/bg-container.gif) top no-repeat;
	width: 980px;
	padding: 0 15px;
	display: block;
}

#container .containerBox {
	width: 978px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: block;
}
/* container ends */

/* search starts */
#search {
	width: 938px;
	height: 26px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 10px 20px;
}

#search span {
	float: left;
	margin-right: 1px;
}

#search span.sTitle {
	font-size: 14px;
	font-family: "Trebuchet MS";
	padding-top: 4px;
}

#search .sInpTxt {
	width: 209px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	border: 1px solid #999999;
	padding: 4px 6px 0 6px;
}

#search .sBox {
	width: 580px;
	float: right;
	display: block;
}
#search .sBox h1{
	font-size: 14px;
	float: left;
	padding: 2px;
}
/* search ends */

/* content starts */
#content {
	background: url(../images/bg-content.gif) repeat-y;
	width: 978px;
	display: block;
}

#content a {
	color: #47709c;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}
/* content ends */

/* contentL starts */
#contentL {
	width: 263px;
	display: block;
	float: left;
	margin-right: 20px;
}
/* contentL ends */

/* login starts */
#login {
	background: url(../images/bg-login.gif) no-repeat;
	width: 225px;
	height: 160px;
	display: block;
	padding: 15px 19px;
}

#login h1 {
	background: url(../images/bg-h1-login.gif) bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 5px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #47709c;
	text-transform: uppercase;
}

#login p {
	line-height: 10px;
	margin-bottom: 5px;
}

#login .loginInpTxt {
	width: 144px;
	height: 19px;
	border: 1px solid #dde1e5;
	padding: 4px 6px 0 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

#login .loginMain {
	width: 225px;
	display: block;
	margin-bottom: 5px;
}

#login .loginMainL {
	width: 67px;
	float: left;
	padding-top: 4px;
}

#login .loginMainR {
	width: 158px;
	float: left;
}
/* login ends */

/* categories starts */
#categories {
	width: 225px;
	margin: 15px 19px 0 19px;
	display: block;
	font-size: 12px;
}

#categories a {
	color: #47709c;
	text-decoration: none;
}

#categories a:hover {
	color: #000;
	text-decoration: underline;
}

#categories h1 {
	background: url(../images/bg-h1-cat.gif) bottom repeat-x;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 10px;
}

#categories ul {
	list-style-type: none;
}

#categories li {
	background: url(../images/bullet-001.gif) left no-repeat;
	background-position: 0 1px;
	margin-bottom: 14px;
	padding-left: 16px;
	line-height: 9px;
}

* html #categories li {
	line-height: 10px;
	background-position: 0 3px;
}
/* categories ends */

/* contentR starts */
#contentR {
	width: 675px;
	display: block;
	float: left;
	padding: 15px 20px 15px 0;
}

#contentR p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify;
}

#contentR h1 {
	background: url(../images/bg-h1-cat.gif) bottom repeat-x;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}

#contentR h1 .crSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7f7f7f;
	text-transform: none;
}

#contentR h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 5px;
	color: #000;
}

#contentR h3 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 5px;
	color: #000;
}

#contentR a {
	color: #47709c;
	text-decoration: underline;
}

#contentR a:hover {
	color: #000;
	text-decoration: none;
}

#contentR a.a1 {
	color: #7f7f7f;
	text-decoration: none;
}

#contentR a.a1:hover {
	color: #000;
	text-decoration: underline;
}

#contentR .crBox {
	width: 675px;
	display: block;
	margin-bottom: 30px;
}

#contentR .crBoxImg {
	width: 675px;
	display: block;
	margin-bottom: 10px;
}

#contentR .crBox .crbBuy {
	width: 675px;
	margin-bottom: 20px;
}

#contentR .crBox .crbBuy .crbBuyL {
	width: 218px;
	float: left;
	margin-right: 30px;
}

#contentR .crBox .crbBuy .crbBuyR {
	width: 427px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}

#contentR .crBox .crbBuy .crbBuyR p {
	line-height: 24px;
}

#contentR .crBox .crbBuy .crbBuyR p.crbrBlue {
	color: #333399;
}

#contentR ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#contentR li {
	background: url(../images/bullet-001.gif) left no-repeat;
	background-position: 0 4px;
	margin-bottom: 8px;
	padding-left: 16px;
}

#contentR .proImgDes {
	width: 100px;
	margin: 20px;
	display: block;
	float: left;
	margin-left: 10px;	
	
}

#contentR .proImgDes a {
	text-decoration:none;
		
}

/* contentR ends */

/* products starts */
#products {
	width: 675px;
	display: block;
}

#products .productsPaging {
	background: url(../images/bg-h1-cat.gif) bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: right;
}

#products .productsBar {
	width: 675px;
	display: block;
	margin-bottom: 15px;
}

#products .pbBox {
	width: 185px;
	height: 182px;
	border: 1px solid #d4d4d4;
	padding: 10px 14px;
	display: block;
	float: left;
	text-align: center;
}

#products .pbBox p {
	text-align: center;
	line-height: 14px;
	margin-bottom: 5px;
}

#products .pbBoxPrice {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}


#products .pbBoxMargin {
	margin-right: 15px;
}

#products .pbBoxBut {
	width: 185px;
	display: block;
}

#products .pbBoxBut img {
	float: left;
	margin-right: 1px;
}
/* products ends */
/* ------------------------------- Container Control ends ------------------------------- */


/* ------------------------------- Footer Control starts ------------------------------- */
/* footerLinks starts */
#footerLinks {
	background: url(../images/bg-footerLinks.gif) bottom no-repeat #47709c;
	padding-bottom: 20px;
	width: 980px;
	margin: 0px 15px auto;
	display: block;
}

#footerLinks h1 {
	background: url(../images/bg-h1-fl.gif) bottom repeat-x;
	padding-bottom: 7px;
	margin-bottom: 5px;
	line-height: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

*html #footerLinks h1 {
	line-height: 10px;
}

#footerLinks ul {
	list-style-type: none;
}

#footerLinks li {
	margin-bottom: 6px;
}

#footerLinks a {
	color: #b5c6d7;
	text-decoration: none;
}

#footerLinks a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerLinks .flTitle {
	width: 940px;
	background: #5a7fa6;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	margin-bottom: 15px;
}

#footerLinks .flBar {
	width: 940px;
	padding: 0px 20px;
	display: block;
}

#footerLinks .flbBox {
	width: 215px;
	display: block;
	float: left;
}

#footerLinks .flbBoxMargin {
	margin-right: 20px;
}
/* footerLinks ends */

/* footer starts */
#footer {
	width: 940px;
	margin: 10px 35px 20px 35px;
	display: block;
}

#footer .footerL {
	width: 400px;
	float: left;
	padding-top: 5px;
}

#footer .footerR {
	width: 540px;
	float: left;
}

#footer .footerRL {
	width: 209px;
	float: right;
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
}

#footer .footerRR {
	width: 60px;
	float: right;
	text-align: right;
}
/* footer ends */
/* ------------------------------- Footer Control ends ------------------------------- */


/* ------------------------------- Content Control starts ------------------------------- */
/* description starts */
#description {
	width: 675px;
	display: block;
}

#description .bottomMargin {
	margin-bottom: 20px;
}

#description .proDes {
	width: 675px;
	display: block;
}

#description .proDesSelect {
	width: 280px;
	height: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	border: 1px solid #e5e5e5;
	padding: 4px 6px 4px 6px;
}

#description .proDesInpTxt {
	width: 100px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	border: 1px solid #e5e5e5;
	padding: 4px 6px 0 6px;
}

#description .proDes p {
	margin-bottom: 2px;
}

#description .proDesL {
	width: 100px;
	margin-right: 10px;
	display: block;
	float: left;
}

#description .proDesR {
	width: 565px;
	display: block;
	float: left;
}

#description .proDesRSelectMain {
	width: 565px;
	display: block;
}

#description .proDesRTitle {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #3d3d3d;
	font-weight: bold;
}

#description .desCart {
	width: 675px;
	display: block;
}

#description .desCartTitle {
	width: 675px;
	display: block;
	margin-bottom: 1px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#description .dctOne {
	width: 92px;
	float: left;
	margin-right: 1px;
	background: #7f7f7f;
	padding: 4px;
}

#description .dctTwo {
	width: 293px;
	float: left;
	margin-right: 1px;
	background: #7f7f7f;
	padding: 4px;
}

#description .dctThree {
	width: 102px;
	float: left;
	margin-right: 1px;
	background: #7f7f7f;
	padding: 4px;
}

#description .dctFour {
	width: 102px;
	float: left;
	margin-right: 1px;
	background: #7f7f7f;
	padding: 4px;
}

#description .dctFive {
	width: 42px;
	float: left;
	background: #7f7f7f;
	padding: 4px;
}

#description .desCartMain {
	width: 675px;
	display: block;
	margin-bottom: 1px;
	color: #525252;
}

#description .desCartMainInpTxt {
	width: 60px;
	height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	border: 1px solid #c3c3c3;
	padding: 4px 6px 0 6px;
}

#description .dcmOne {
	width: 92px;
	height: 26px;
	float: left;
	margin-right: 1px;
	background: #e0e0e0;
	padding: 4px;
}

#description .dcmTwo {
	width: 293px;
	height: 20px;
	float: left;
	margin-right: 1px;
	background: #e0e0e0;
	padding: 10px 4px 4px 4px;
	font-weight: bold;
}

#description .dcmThree {
	width: 102px;
	height: 20px;
	float: left;
	margin-right: 1px;
	background: #e0e0e0;
	padding: 10px 4px 4px 4px;
}

#description .dcmFour {
	width: 102px;
	height: 20px;
	float: left;
	margin-right: 1px;
	background: #e0e0e0;
	padding: 10px 4px 4px 4px;
}

#description .dcmFive {
	width: 42px;
	height: 20px;
	float: left;
	background: #e0e0e0;
	padding: 10px 4px 4px 4px;
}

#description .desCartTotal {
	background: #7f7f7f;
	width: 667px;
	display: block;
	padding: 4px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}

#description .desCartBut {
	width: 675px;
	display: block;
	padding: 4px 0;
}

#description .desCartBut img {
	float: left;
	margin-right: 1px;
}
/* description ends */

.globalIntTxt {	
	width: 180px;
	padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
}

.main1 {
	width: 180px;
}
/* ------------------------------- Content Control ends ------------------------------- */



