* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #BB1C1C;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 3px solid #C90404;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 4px 0 0 15px;
	background: url(images/img05.gif) no-repeat;
	font-size: 14px;
	color: #BB1C1C;
}

.boxed .content {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

/* Post */

.post {
}

.post .title {
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
}

.post .meta p {
	line-height: normal;
	font-size: 9px;
}

.post .story {
}

/* Header */

#header {
	width: 740px;
	height: 100px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 21px 0 0 1em;
	font-size: 1em;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 24px 0 0 .5em;
	font-size: .7em;
}

#logo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Header > Menu */

#menu {
	width: 700px;
	height: 50px;
	margin: auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 45px;
	padding: 19px 0 0 0;
	background: url(images/img03.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .active a {
	color: #BF1616;
	background-image: url(images/img04.gif);
	text-decoration:none;
}

/* Content */

#content {
	width: 740px;
	position: relative;
	margin: auto;
}
.product{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 29px;
	padding-right: 12px;
	padding-top: 2px;
	background-color: #CCCCCC;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
		}
.product a{
	text-decoration:none;
	color: #333333;
			}
.product a:hover{
	text-decoration:underline;
	color: #FF0000;
			}


/* Content > Main */

#main {
	float: right;
	width: 490px;
}
#main h2{color:#999999;
			text-decoration:none;
			font-weight:normal;
			font-size:12px;
			}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #C90404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #C90404;
}

#inputsubmit1 {
	background: #C90404;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	background: #C90404;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#footer p {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
#headerpart{
	width:740px;
	height:130px;
	background-image: url(images/sharmalogo.gif);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
		}
.side-nav-text{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
			}
.product-item{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 30px 3px;
	padding-left: 50px;
			}
.form-text{
	color:#999999;
	padding-left: 25px;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
			}
.form-input{
	color:#999999;
	padding-left: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
			}
.form-deco{padding-top:10px
			}
.form-col{
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		}
.form-button{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 73px;
	margin-left: 2px;
			}
#products{width:auto;
		}
		
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
}

.head-bann{
	color:#CCCCCC;
	height: 18px;
	width: 730px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			}
.sub-product{
	color:#009966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
			}
.mail{
	background-image:url(images/mail.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 25px;
	background-position: 1px 3px;
		}
.phone{
	background-image:url(images/phone.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 25px;
	background-position: 1px 3px;
		}
.mobile{
	background-image:url(images/mobile.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 25px;
	background-position: 1px 3px;
		}
.gmail{
	background-image:url(images/gmail.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 25px;
	background-position: 1px 3px;
		}
.blank-mobile{
	height: 15px;
	padding-left: 25px;
	background-position: 1px 3px;
		}
.bookmark{
	float:right;
	width: 125px;
		}
#html-val{
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	display: block;
	margin: auto;
	width: 50px;
	text-align: center;
	font-weight: bold;
	float: left;
		}
#html-val a{color:#FF0000;
			text-decoration:none;
			background-color: #000000;
			display: block;
			}
#html-val a:hover{color:#000000;
			background-color:#CCCCCC;
			text-decoration:none;
			}
#css-val{
	color:#FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	display: block;
	margin: auto;
	width: 50px;
	text-align: center;
	font-weight: bold;
	float: right;
		}
#css-val a{color:#FF0000;
			text-decoration:none;
			background-color: #000000;
			display: block;
			}
#css-val a:hover{color:#000000;
			background-color:#CCCCCC;
			text-decoration:none;
			}
.validator-w3{
	width:500px;
	margin:auto;
	position: relative;
				}
.header-images{width:auto;
			}
#index-cat{
	width:auto;
	height: auto;
		}
.main-pro{
	width:220px;
	height:300px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #996633;
		}
.inner-cattext{
	width:auto;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F1BED0;
	border-bottom-color: #F1BED0;
			}
