* {
	margin: 0;
	padding: 0;
}
a {
	color: #36C;
	font-size:12px;
}
a:hover {
	color: #06F;
}
body {
	background: #EEE url(img/bg.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input, textarea, select, label{
	color: #555;
  font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p {font-size: 12px; } 
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
barText {
	font-size:12px
	font-family:"Lucida Sans Unicode";
}

cite {
	
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	background: url(../../../../img/quote.gif) no-repeat;
}
h1,h2,h3 {
	color: #ff6600;
	padding-top: 6px;
}
.headings {
   font: bold 15px "Trebuchet MS",sans-serif;
}
.headingsu{
   text-decoration: underline;
   font: bold 15px "Trebuchet MS",sans-serif;   
}
.headings1{
   font: normal 14px "Trebuchet MS",sans-serif;
} 
.pageTitle{
   font: bold 20px "Trebuchet MS",sans-serif;
   color: #3399CC;
   text-align: center;
   padding-bottom: 8px;
} 
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
       background-color: white;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 763px;
}
.header {
	clear: both;
	background: url(../../../../img/banner_II.jpg) repeat-x;
	width: 763;
	height: 100px;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 100px;
	line-height: 100px;
	margin-bottom:0px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sideMenu h1,.sideMenu ul {
	padding-left: 12px;
	
}
.sideMenu {
	background: #EEE;
	border: 1px solid #E5E5E5;
	float: left;
	width: 150px;
}
.sideMenu h1 {
	color: #99CC00;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sideMenu ul {
	border-top: 1px solid #FAFAFA;
	background: url(../../../../img/bgul.gif) repeat-x;
	margin: 0;
	padding: 0;
}
.sideMenu li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sideMenu li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
	font-weight: bold;
}
.sideMenu li a:hover {
	color: #99CC00;
	font-weight: bold;
}

/* content */
.content {
	float: right;
	width: 700px;
}
.content .item {
	padding: 5px 5px;
	border: 0px solid #EEE;
	background: #FFF;
	margin-bottom: 4px;
	width: 550px;
}
.content .prodHead {
	padding: 2px 2px;
	background: #FFF;
	margin-bottom: 0px;
	width: 550px;
	 border: 0px solid #DDD;
	
	
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}

.content li {
	list-style: url(../../../../img/li.gif);
	margin-left: 18px;
	margin-top:0.7em;
}
.content .suplr {
	padding: 6px 12px;
	border: 0px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	width: 550px;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.suplFt {
	border: 0px solid #DDD;
	padding: 4px;
	width: 500px;
	float: right;
}

.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF;
	border: 0px solid #EEE;
	color: #F76B0C;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 650px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}
/* footer Logo*/
.footerLogo {
	clear: both;
	padding: 6px;
	width: 700;
}

/* ************************* */

#links ul {
	clear: both;
	margin:0px; 
	padding-top:0px;
	align:right;
}

#links li{
	float:left;
	list-style-type:none;
	width:129px;
	height:25px;
	text-align:center;
	background-color:#99CC00;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	align:right;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

/**  for contact us **/
.BoxText {
font-family:"Trebuchet MS";
font-size:12px;
color:#333333
}

input, textarea, select, label {
font-size:1.1em;
}
