
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#right_colom ul li {
list-style:none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Customized CSS */

/* CSS Document */
body{
	margin:0px;
	padding:0px;
	color:#333333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	background: url(images/bkg2_main.jpg) 0 0 repeat-x #FEEC9E;
	}

form, p, ul, li{ 
	margin:0px; padding:0px;
	}

.clear{
	clear:both;
	}
.float_L{
	float:left; width:auto;
	}
.float_R{
	float:right; width:auto;
	}

#main_container{
	background: url(images/main_bg.gif) center top no-repeat;
	width:100%;
	padding:0 0 0 0px;
	margin:0 auto;
	}
#main_container_inner{
	width:933px;
	margin:0 auto;
	}
.main_inner{
	width:908px;
	margin:0 auto;
	background:url(images/right_shadow.gif) right top repeat-y;
	}
.main_inner2{
	width:100%;
	background: url(images/left_shdow.gif) left top repeat-y;
	}
#header{
	background: url(images/logo.gif) 0 top no-repeat;
	padding:0px 0 0px 0px;
	}

/*------------------------------------*/
.header_top_box{
	float:right;
	width:282px;
	height:81px;
	padding:5px 51px 0 0px;
	color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:700;
	}
.top_search_box{
	clear:both;
	padding:15px 0 0 0px;
	}
.searchinput{
	float:right;
	padding:5px 10px 0 0px; margin:0px 0 0 0px;
	}
.searchinput input{
	background:url(images/search_input_bg.gif) 0 0 repeat-x;
	border:none; outline:none; height:20px; float:left; margin:0px; width:121px;
	}
/*-----------------------------------------*/
.blog_link{
	float:right;
	width:auto;
	}
.navi_box{
	width:613px;
	padding:7px 0px 0 25px;
	float:right;
	}
.navi_box ul{
	margin:0px;
	}
.navi_box ul li{
	float:left; list-style:none;
	}
.navi_box ul li a{
	display:block;
	background:url(images/navi_bg.gif) center top no-repeat;
	color:#82ABEF;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; height:25px; padding:13px 0 0 0px;
	width:102px; text-decoration:none;
	}
.navi_box ul li a:hover{
	background: url(images/navi_bg_hover.gif) center top no-repeat;
	color:#fff;
	}


/*----------------------------------------------------------*/

	
/*--------------------Main body part-------------*/

#main_body{
	background:url(images/main_body_rpt.gif) center top repeat-y;
	width:100%;
	padding:0px 0;
	}
.top_curve{
	background:url(images/top_curve.gif) center top no-repeat;
	height:40px;
	}
.main_contents{
	width:852px; margin:0 auto;
	padding:10px 0 143px 0px;
	}

.bottom_curve{
	background:url(images/bottom_curve.gif) center bottom no-repeat;
	padding:0 0 15px 0px;
	}

#left_colom{
	float:left; width:570px;
	padding:0 0 0 22px;
	}
#left_colom_inner{
	float:left; width:810px;
	padding:0 0 0 22px;
	}
.main_contents_inner{
	width:852px; margin:0 auto;
	padding:10px 0 143px 0px;
	}
#left_colom_inner p{
	padding:9px 0px;
	}
#left_colom_inner h2{
	color:#FF0000;
	font-size:22px; line-height:25px; padding-left:27px;
	background:url(images/blue_circle.gif) 0 2px no-repeat;
	}
#right_colom h2{
	color:#FF0000;
	font-size:22px; line-height:25px;
	}
	

#left_colom p{
	padding:9px 0px;
	}
#left_colom h2{
	color:#FF0000;
	font-size:22px; line-height:25px; padding-left:27px;
	background:url(images/blue_circle.gif) 0 2px no-repeat;
	}
.left_boxes{
	margin:0 auto 10px auto;
	border:1px solid #CCCCCC;
	color:#3f3f3f;
	}
.box_heading h2{
	line-height:30px; font-size:14px; 
	font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0 0 0 34px;
	margin:0px;
	}



/*---------------------------------------*/

/*--------------------------right colom-----------------*/	
#right_colom{
	width:200px;
	float:left;
	margin:0 0 0 40px;
	}
.announce_box{
	border:1px solid #89B3EE;
	background:#FFFFFF;
	border-bottom:none; border-top:none;
	padding:5px 18px 0 18px;
	}
.announce_box p{
	border-top:1px dashed #CCCCCC;
	padding:10px 0px;
	}
.right_container{
	width:575px;
	margin:0 auto;
	}
.welcome{
	border-bottom:1px solid #ccc;
	padding:20px 0px 20px 24px;
	}
.welcome h2{
	line-height:37px;
	font-weight:bold;
	font-size:16px; color:#000; margin:0px;
	}
.pord_container{
	margin:0px;
	border-bottom:1px solid #CCCCCC;
	}
.pord_row {
	margin:5px 0px;
	}
.pod_section{
	width:189px; padding:15px 0;
	float:left;
	}
.pod_section_border{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
.prod_descreption{
	width:140px; margin:0 auto;
	text-align:center;
	}
.prod_descreption b{
	font-size:11px; line-height:32px; display:block;
	}
.prod_descreption p{
	font-size:10px;
	}
.prod_descreption span{
	color:#990000;
	font-size:16px;  font-weight:bold;
	line-height:32px;
	}
.prod_detail a{
	background:url(images/orange_arrow.gif) 0 4px no-repeat; padding:0 0 0 15px;
	color:#FF7E00; text-decoration:underline;
	font-weight:bold;
	}
.prod_detail a:hover{
	text-decoration:none;
	}
.right_links{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding-top:20px;
	}
	
.right_links ul li{
	list-style:none;
	display:block;
	height:21px;	
	}
	
.right_links ul li a{
	color:#333333;
	font-size:11px; font-weight:800;
	text-decoration:none;
	padding-left:34px;
	background:url(images/bullet.gif) 10px 6px no-repeat;
	line-height:21px;
	display:block;
	border:1px solid #fff; border-left:none;
	}
	
.right_links ul li a:hover{
	background:url(images/red_bullet.gif) 10px 6px no-repeat #efefef;
	border:1px solid #CCCCCC; border-left:none;
	}
	
.news_letter{
	padding:20px 0 15px 32px;
	margin:0px;
	}
	
.news_sign{
	float:left; width:154px;
	}
	
.news_sign input{
	background:url(images/search_input.gif) 0 0 repeat-x;
	border-left:1px solid #B4B4B4; border-right:1px solid #B4B4B4;
	height:18px; width:154px;
	}
/*--------------------------right colom ends-----------------*/	

/*---------------------Footer--------------------*/

#footer{
	width:852px;
	clear:both;
	padding:4px 0 30px 0px; margin:0px auto 0px auto;
	color:#666666;
	}
.footer_copyright{
	float:left;
	width:auto;
	color:#666666;
	font-size:12px; line-height:18px;s
	}
.footer_link{
	height:20px; padding:37px 0 5px 0; margin-bottom:5px;
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
	color:#7599CE;
	font-size:12px;
	}
.footer_link a{
	color:#7599CE;
	text-decoration:none;
	padding:0 1px;
	}
.footer_link a:hover{
	text-decoration:underline;
	}	
.bluetext a{
	color:#7599CE; text-decoration:none;
	}
.bluetext a:hover{
	text-decoration:underline;
	}
	
/*-----------------------------Left Links css----------------*/

.links_left{
	margin:0px;
	}
.links_left ul li{
	list-style:none;
	font-weight:bold;
	}
.links_left a{
	background:url(images/bullet.gif) 2px 2px no-repeat;
	padding:0 0 0 16px;
	}

.links_left ul li a{ font-weight:normal;}

.links_left a:hover{
	background: url(images/red_bullet.gif)  2px 2px no-repeat;
	padding:0 0 0 16px;
	}
ul.main_ul{
	margin:0px;
	padding:0px;
	}

ul.main_ul li{
	line-height:23px;
	padding:0 0 0 25px;
	}
ul.main_ul li{
	font-weight:bold;
	}	

ul.main_ul li a{
	color:#333333; text-decoration:none; font-weight:bold;
	}
ul.inner_ul{
	margin:0px; padding:0px;
	}
ul.inner_ul li a{
	font-weight:normal;
	}
/*---------------Drop down menu-----*/
#sddm
{	margin: 0;
	padding: 0;
	z-index: +1;
	display:block;
	}
#sddm ul{
	
	}

#sddm li
{	
	}

#sddm li a
{	
	}

#sddm li a:hover{	
	}

#sddm div{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border:1px solid #FFCC00;
	border-top:none; border-bottom:none;
	}

	#sddm div a{	
		width: 170px;
		white-space: nowrap;
		text-decoration: none;
		background: #fff scroll;
		text-align:left;
		border-bottom:1px solid #F9C911;
		line-height:21px;
		padding:0px 10px 0 10px;
		display:list-item;
		}

	#sddm div a:hover{	
	background:#0100FE;
		}

