/* Start of CMSMS style sheet 'index_style' */
/*Colovage*/
* 

body
{
background:#fff;
}

{
margin:0px;
padding:0px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	}	

span,p,ul,li {
	margin:0px;
	padding:0px;
	list-style:none;
	}	

form,input,object {
	margin:0px;
	padding:0px;
	}

img {
	border:none;
	margin:0px;
	padding:0px;
	}	
	
body {	
	margin:0px;
	padding:0px;
	}

/*Container
 *-----------------------------------------------------*/
#container {
	width:100%;
	height:auto;
	margin:0 auto;
	}
	
/*Header
 *-----------------------------------------------------*/
#header {
	width:960px;
	height:357px;
	margin:0 auto;
	}
	
/*Content
 *-----------------------------------------------------*/
#content {
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0 30px 20px 30px;
	}
	
/*Left Panel
 *-----------------------------------------------------*/	
#content #lpanel {
	float:left;
 	width:570px;
	height:auto;
 	}
	
#content #lpanel h1 {
	margin-bottom:10px;
	}
	
#content #lpanel p {
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#203337;
	margin-bottom:16px;
	}
	
#content #lpanel p a {
	font:bold 13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#3774A1;
	}
	
	#content #lpanel p a:hover {
		text-decoration:underline;
		}

#content #lpanel .limg {
	float:left;
	margin-right:10px;
	}	
	
#content #lpanel #num1 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#203337;
	text-align:center;
	}

/*Left Panel
 *-----------------------------------------------------*/	
#content #rpanel {
	float:right;
 	width:312px;
	background: url(images/1/menubg.jpg) repeat-y;
 	}
	
#content #rpanel #rmenu {
	background: url(images/1/menubg.jpg) repeat-y;
	width:300px;
	height:auto;
	padding-left:12px;
	margin:-4px 0 -2px 0;
	}
	
/*Sliding Menu
 *-----------------------------------------------------*/		
div.sdmenu {
	width: 279px;
	font:normal 15px Arial, Helvetica, sans-serif;
	color:#e09100;
	padding-bottom:10px;	
	color: #fff;
	margin:0 0 0 4px;
	}
	
div.sdmenu div {
	background: url(images/slide_bg.jpg) no-repeat;
	overflow: hidden;
	}

div.sdmenu div:first-child {
	background: url(images/slide_bg.jpg) no-repeat;
	}
	
div.sdmenu div.collapsed {
	height:47px;
	}
	
div.sdmenu div span {
	display: block;
	font-weight: normal;
	color:#a45d00;		
	cursor:default;	
	height:47px;	
	cursor:pointer;
	}
	
div.sdmenu div a {
	text-decoration:none;
	display: block;
	color: #4c4c4c;
	border-bottom:1px dotted #D8DBDC;
	padding:4px 0 4px 46px;	
	background:url(images/bullet2.jpg) #EBF3F6 20px center no-repeat;
	}
	
div.sdmenu div a.clear {
	background:none;
	margin:0;
	padding:0;
	}
	
div.sdmenu div a.current {
	color: #839F05;
	background:url(images/bullet.jpg) #EBF3F6 20px center no-repeat;
	
	}
	
div.sdmenu div a:hover {
	color:#839F05;
	text-decoration:none;
	background:url(images/bullet.jpg) #EBF3F6 20px center no-repeat;
	}
	
/*Footer
 *-----------------------------------------------------*/
#footer {	
	background:url(images/footer_bg.jpg) repeat-x;
	font:normal 13px Arial, Helvetica, sans-serif;
	width:890px;
	height:68px;
	margin:0 auto;
	padding:20px 40px 0 30px;
	}
	
#footer ul {
	float:left;	
	color:#203337;
	}	
	
#footer ul li {
	display:inline;	
	border-right:1px solid #203337;
	padding:0 12px 0 10px;
	}
	
#footer ul li a {	
	text-decoration:none;
	color:#203337;
	}
	
#footer ul li a:hover {
	text-decoration:underline;
	color:#839F05;
	}
	
#footer ul li.bnone {
	border:none;
	}
	
#footer #rights {
	color:#203337;
	float:right;
	}
	

/*Extra Help
 *-----------------------------------------------------*/	
.cleft { clear:left; }
.cright { clear:both; }
.cboth { clear:both; }
.mb10 { margin-bottom:10px; }
.txt1 { color:#3774A1; font-weight:bold; font-size:13px; }

.rightmenu
{
	width: 312px;
	float: right;
	background: url(images/1/menubg.jpg) repeat-y;
}
.menuCon{
	width: 279px;
	padding: 0px 17px 0px 16px;
	float: left;
}
.menuFloat{
	width: 312px;
	float: left;
        margin-bottom:8px;
}
.menuFloat2{
	width: 312px;
	float: left;
}
.menutitle{
	width: 279px;
	float: left;
}
.menuSub{
	width: 234px;
	float: left;
	height: 21px;
	background: #e7eff1 url(images/arrowbg.png) no-repeat left;
        border-bottom: #c6cbce 1px solid;
        color: #222323;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 45px;
        text-decoration:none;
}
.menuSub:hover{
        width: 234px;
	float: left;
	height: 21px;
	background: #e7eff1 url(images/arrowbg2.png) no-repeat left;
        border-bottom: #c6cbce 1px solid;
        color: #84a51a;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 45px;
        text-decoration:none;
}
/*.menuTxt{
	color: #222323;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-left: 45px;
}*/
.menuSpace{
	height: 8px;
	width: 312px;
}
.menuTxtLink:link, .menuTxtLink:active, .menuTxtLink:visited {
	color: #222323;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.menuTxtLink, .menuTxtLink:hover {
	color: #84a51a;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.flashpadding1{
       padding:0px;
       margin:0px;
}
.flashpadding2{
       padding:0px;
       margin-top:-5px;
}
/* Form Settings */	
.formDiv{
	width: 100%;
	float: left;
}
.form-image{
	width:156px;
	float: left;
}
.form-desc{
	width:551px;
	float: left;
        padding-right: 20px;
}
.form-desc2{
	width:500px;
	float: left;
}
.form-pq{
	width:173px;
	float: left;
}
.form-pq2{
	width:244px;
	float: left;
}
.form-price{
	width: 95px;
	float: left;
	text-align: center;
}
.form-quantity{
	width: 78px;
	float: left;
	text-align: center;
}
.form-imageholder{
	margin-top:0px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder3{
	margin-top:50px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder4{
	margin-top:60px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder5{
	margin-top:10px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder6{
	margin-top:55px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder7{
	margin-top:20px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder8{
	margin-top:55px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder9{
	margin-top:40px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder10{
	margin-top:35px;
	width: 117px;
	height: 149px;
	background: url(images/border.png);
}
.form-imageholder2{
	margin-top:0px;
	width: 117px;
	height: 78px;
	background: url(images/border2.png) no-repeat;
}

.form-product{
	padding-top: 10px;
	text-align: center;
	width:117px;
}
.form-product2{
	padding-top: 7px;
	text-align: center;
	width:117px;
}
.form-product3{
	padding-top: 19px;
	text-align: center;
	width:117px;
}
.formprice{
	width: 82px;
	margin: 30px 0px 0px 0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice2{
	width: 82px;
	margin: 0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice6{
	width: 82px;
	margin: 0px 0px 0px 0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice7{
	width: 82px;
	margin: 25px 0px 0px 0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice3{
	width: 82px;
	margin: 60px 0px 0px 0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice4{
	width: 82px;
	margin: 10px 0px 0px 0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice5{
	width: 82px;
	margin-top:55px;
	background: #2dbddf;
	padding: 4px;
}
.formprice8{
	width: 82px;
	margin-top:55px;
	background: #2dbddf;
	padding: 4px;
}
.formprice9{
	width: 82px;
	margin-top:0px;
	background: #2dbddf;
	padding: 4px;
}
.formprice10{
	width: 82px;
	margin-top:35px;
	background: #2dbddf;
	padding: 4px;
}
.formprice-txt{
	color: #fff;
	font: normal 18px Arial, Helvetica, sans-serif;
       text-align: center;
}
.formprice-txt2{
	color: #fff;
	font: normal 14pxArial, Helvetica, sans-serif;
}

.form-title{
       color:#3774a1;
      font: bold 15px Arial, Helvetica, sans-serif;
}
.formquantity{
	width: 75px;
  	margin-top: 30px;
}
.formquantity2{
	width: 75px;
  	margin-top: 0px;
}
.formquantity3{
	width: 75px;
  	margin-top: 125px;
}
.formquantity4{
	width: 75px;
  	margin-top: 10px;
}
.formquantity5{
	width: 75px;
  	margin-top: 55px;
}
.formquantity6{
	width: 75px;
  	margin-top: 0px;
}
.formquantity7{
	width: 75px;
  	margin-top: 25px;
}
.formquantity8{
	width: 75px;
  	margin-top: 55px;
}
.formquality9{
	width: 75px;
  	margin-top: 50px;
}
.formquality10{
	width: 75px;
  	margin-top: 30px;
}
.formquality11{
	width: 75px;
  	margin-top: 160px;
}
.formbox{
	width: 73px;
        height: 17px;
        border: #d6d6d6 1px solid;
        background: #f4f4f5;
}
.prod-title{
       color:red;
       margin-bottom: 20px;
       text-align: center;
       font-size: 15px;
       margin-top: 30px;
}
.page-active{
      padding: 3px;
      background: #2dbddf;
      color: #fff;
      font-weight: bold;
}
/* Top menu Settings */	
.logoDiv{
	width: 267px;
	float: left;
	height: 123px;
}
.flashDiv{
	width:960px;
	height: 240px;
	margin: 0px auto;
}

/* Confirm Order Settings */	
.buttonsDiv{
       width: 100%;
       float: left;
       margin-top: 30px;
}
.backDiv{
       width: 210px;
       float: left;
}
.backDiv2{
       width: 400px;
       float: right;
       text-align: right;
}
/* End of 'index_style' */

