/*********** reset.css *************/
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section, textarea {margin:0;padding:0;border:none;vertical-align:top;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;float:none !important;}
table, th, td {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/***********************************************/
body{
	background:#89bac1 url(./images/body_bg.jpg) top left repeat;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
	padding:70px 0px 0px 0px;
	}
	
img, p, span, h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	border:none;
	}
	
a{
	color#414042:;
	text-decoration:none;
	}
	
a:hover{
	color:#ed1c24;
	text-decoration:none;
	}
	
a:focus{
	outline:none;
	}
	
.clear{
	clear:both;
	}
	
h2{
	color:#333333;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:30px;
	}

/***/
	
#wrapper{
	margin:0px auto;
	width:960px;
	height:auto;
	}
	
#inner_container{
	background:url(./images/wrapper_bg.png) top left repeat-y;
	width:960px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	}
	
#header{
	width:960px;
	height:121px!important;;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	background:none!important;
	}
	
#logo{
	width:376px;
	height:auto;
	display:block;
	background:url(./images/logo.png) top left no-repeat;
	text-indent:-9999px;
	float:left;
	position:relative;
	margin:34px 0px 0px 20px;
	}
	
#logo h1{
	width:376px;
	height:auto;
	display:block;
	text-indent:-9999px;
	float:left;
	position:relative;
	}
	
#logo h1 a{
	width:376px;
	height:66px;
	display:block;
	text-indent:-9999px;
	float:left;
	position:relative;
	}
	
#refer_box{
	width:370px;
	height:128px;
	background:url(./images/refer_box.png) top left no-repeat;
	float:right;
	position:relative;
	margin:-5px 20px 0px 0px;
	padding:0px;
	}
	
#refer_input{
	float:left;
	position:relative;
	margin:0px;
	padding:45px 0px 0px 70px;
	height:auto;
	width:auto;
	}
	
#refer_input input{
	background:#be483e;
	margin:0px;
	padding:0px;
	height:20px;
	width:170px;
	border-top:#000 1px inset;
	border-left:#000 1px inset;
	border-bottom:none;
	border-right:none;
	}
	
/**** Banner ***/

#banner{
	width:600px;
	float:left;
	position:relative;
	height:200px;
	margin:0px 0px;
	padding:0px;
	}	
	
/*** Content Area  ****/

#main_content_area{
	width:960px;
	height:auto;
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	}
	
#content_left{
	width:610px;
	height:auto;
	float:left;
	position:relative;
	margin:20px;
	padding:15px 20px;
	background:#f6f6f6;
	color:#333333;
	}
	
#content_right{
	width:250px;
	height:auto;
	float:left;
	position:relative;
	margin:20px 0px 0px 0px;
	padding:0px;
	}
	
.content_blocks{
	width:610px;
	height:auto;
	float:left;
	position:relative;
	margin:20px 0px 10px 0px;
	padding:15px 0px 0px 0px;
	background:url(./images/underlines.jpg) top left repeat-x;
	}
	
.para{
	line-height:18px;
	padding:7px 0px;
	margin:0px;
	text-align:justify;
	}
	
#youtube_video{
	width:610px;
	height:auto;
	margin:10px 0px;
	padding:0px;
	float:left;
	position:relative;
	}

/***** Comments portion ******/

.comments_title{
	width:610px;
	color:#333333;
	font-size:18px;
	font-weight:bold;
	}
	
.commment_box_shell{
	width:auto;
	height:auto;
	margin:5px 0px;
	padding:2px 0px;
	float:right;
	position:relative;
	border-bottom:#e0e0e0 1px solid;
	border-top:#e0e0e0 1px solid;
	}
	
.reply_shell{
	width:520px;
	}
	
.commment_box{
	width:598px;
	height:auto;
	margin:0px;
	padding:16px 0px 14px 18px;
	float:left;
	position:relative;
	background:#e2e2e2;
	}
	
.user_image{
	width:60px;
	height:60px;
	float:left;
	position:relative;
	margin:0px;
	padding:8px;
	background:#fff;
	border:#dcdcdc 1px solid;
	}
	
.user_name_date{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	}
	
.username{
	font-size:13px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
	
.date_time{
	font-size:11px;
	color:#666666;
	}
	
.comment_text{
	font-size:11px;
	color:#333333;
	margin:10px 0px 0px 0px;
	}
	
.comment{
	font-size:11px;
	color:#333333;
	margin:0px 0px 0px 15px;
	padding:0px;
	float:left;
	position:relative;
	width:600px;
	}
	
	.comment1{
	font-size:11px;
	color:#333333;
	margin:0px 0px 0px 15px;
	padding:0px;
	float:left;
	position:relative;
	width:490px;
	}
	
		.comment2{
	font-size:11px;
	color:#333333;
	margin:0px 0px 0px 15px;
	padding:0px;
	float:left;
	position:relative;
	width:390px;
	}
	
.reply_box{
	width:500px;
	height:auto;
	margin:0px;
	padding:16px 0px 14px 18px;
	float:right;
	position:relative;
	background:#eeeeee;
	}
	
.reply_block{
	font-size:11px;
	color:#333333;
	margin:0px 0px 0px 15px;
	padding:0px;
	float:left;
	position:relative;
	width:400px;
	}
	
.reply_username_date{
	float:left;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px;
	height:25px;
	}
	
.reply_date_time{
	font-size:12px;
	color:#797656;
	line-height:30px;
	padding-left:10px;
	}
	
.older_comments{
	font-size:13px;
	color:#b10000;
	margin:0px;
	padding:10px 0px 0px 0px;
	float:right;
	position:relative;
	border-top:#cccccc 1px solid;
	text-align:right;
	width:500px;
	}
	
.older_comments a{
	font-size:13px;
	color:#b10000;
	margin:0px;
	padding:0px;
	}
	
.older_comments a:hover{
	font-size:13px;
	color:#b10000;
	margin:0px;
	padding:0px;
	}

/******* Form styling ******/
	
.form_blocks{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:0px;
	padding:4px;
	color:#333;
	}
	
input{
	width:275px;
	height:28px;
	padding:10px 10px 2px 10px;
	margin:0px 0px;
	border:none;
	color:#7a7a7a;
	font-size:12px;
	background:url(./images/textbox_bg.jpg) top left no-repeat;
	}

.textarea_shell{
	width:610px;
	height:177px;
	padding:5px;
	margin:0px;
	background:url(./images/textarea_bg.jpg) top left no-repeat;
	float:left; position:relative;
	border:none;
	outline:none;
	}	

textarea{
	width:590px;
	height:157px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	color:#7a7a7a;
	font-size:12px;
	background:none;
	}

/***** Right side menu bar links *******/


.menubar{
	width:250px;
	height:auto;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	}

.menubar ul{
	width:250px;
	height:auto;
	list-style-type:none;
	float:left;
	position:relative;
	background:none;
	}
	
.menubar li{
	width:250px;
	height:35px;
	list-style:none;
	float:left;
	position:relative;
	display:block;
	line-height:35px;
	}
	
.menubar li a{
	width:220px;
	height:35px;
	list-style:none;
	float:left;
	position:relative;
	display:block;
	padding-left:30px;
	background:url(./images/menu_bg.jpg) top left no-repeat;
	color:#dddddd;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	}

.menubar li a:hover{
	background:url(./images/menu_bg_hover.jpg) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}
	
.menubar li a.selected{
	background:url(./images/menu_bg_hover.jpg) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}

/***** Advertisment links *******/
	
#google_ads{
	background:#fff;
	float:left;
	position:relative;
	margin:10px 0px;
	padding:15px 10px;
	}
	
.link_block{
	float:left;
	position:relative;
	width:230px;
	height:auto;
	margin:0px;
	padding:0px 0px 10px 0px;
	}
	
.main_link{
	font-size:16px;
	color:#2200c1;
	}

.main_link a{
	font-size:16px;
	color:#2200c1;
	text-decoration:underline;
	}
	
.main_link a:hover{
	font-size:16px;
	color:#ff0000;
	}
	
.link_desc{
	color:#010101;
	}
	
.url_style{
	color:#006633;
	font-size:12px;
	}

.url_style a{
	color:#006633;
	font-size:12px;
	}

.url_style a:hover{
	color:#ff0000;
	font-size:12px;
	}
	
	
/**** sample link menu bar *****/

.menubar_sample{
	width:250px;
	height:auto;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	}
	
.seealso{
	font-size:18px;
	margin-left:17px;
	color:#fff;
	
	}
	
.menubar_sample ul{
	width:250px;
	height:auto;
	list-style-type:none;
	float:left;
	position:relative;
	background:none;
	}
	
.menubar_sample li{
	width:250px;
	height:35px;
	list-style:none;
	float:left;
	position:relative;
	display:block;
	line-height:35px;
	background:url(../images/blank_list.png) top left no-repeat;
	}
	
.menubar_sample li a{
	width:220px;
	height:35px;
	list-style:none;
	float:left;
	position:relative;
	display:block;
	padding-left:30px;
	background:url(./images/sample_link.png) top left no-repeat;
	color:#dddddd;
	font-size:12px;
	text-decoration:none;
	}

.menubar_sample li a:hover{
	background:url(./images/sample_link_hover.png) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}
	
.menubar_sample li a.selected{
	background:url(./images/sample_link_hover.png) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}

/***** urgent safety block *****/
	
#safety_block{
	width:230px;
	height:auto;
	padding:15px 10px 10px;
	margin:0px 0px 20px;
	float:left;
	position:relative;
	color:#fff;
	background:url(./images/safety_bg.png) top left repeat;
	}
	
#safety_block_title{
	width:230px;
	height:auto;
	padding:5px 0px;
	margin:0px;
	float:left;
	position:relative;
	font-size:23px;
	background:url(./images/underline_safety.png) bottom left no-repeat;
	}
	
#safety_block_content{
	width:230px;
	height:auto;
	padding:5px 0px;
	margin:0px;
	float:left;
	position:relative;
	font-size:13px;
	}
	
#footer{
	width:960px;
	height:auto;
	margin:0px;
	padding:5px 0px 20px;
	float:left;
	position:relative;
	color:#eeeeee;
	font-size:12px;
	text-align:center;
	line-height:18px;
	}
	
#footer a{
	color:#eeeeee;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#d42e00;
	text-decoration:none;
	}
	
	
}

.menubar_sample ul{
	width:250px;
	height:auto;
	list-style-type:none;
	float:left;
	position:relative;
	background:none;
	}
	
.menubar_sample li{
	width:250px;
	height:35px;
	list-style:none;
	float:left;
	position:relative;
	display:block;
	line-height:35px;
	background:url(./images/blank_list.png) top left no-repeat;
	}
	
.menubar_sample li a{
	width:220px;
	height:35px;
	list-style:none;
	float:left;
	position:relative;
	display:block;
	padding-left:30px;
	background:url(./images/sample_link.png) top left no-repeat;
	color:#dddddd;
	font-size:12px;
	text-decoration:none;
	}

.menubar_sample li a:hover{
	background:url(./images/sample_link_hover.png) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}
	
.menubar_sample li a.selected{
	background:url(./images/sample_link_hover.png) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}


ul li .menubar_sample_new {
	width:220px;
	height:35px;
	float:left;
	list-style:none;
	display:block;

	}
.menubar_sample_new a{
	width:220px;
	height:35px;
	float:left;
	list-style:none;
	position:relative;
	line-height:35px;
	display:block;
	padding-left:30px;
	background:url(./images/sample_link.png) top left no-repeat;
	color:#dddddd;
	font-size:12px;
	text-decoration:none;
	}

.menubar_sample_new a:hover{
	background:url(./images/sample_link_hover.png) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}
	
.menubar_sample_new a.selected{
	background:url(./images/sample_link_hover.png) top left no-repeat;
	color:#fff;
	text-decoration:none;
	}
	
	li{
		list-style:none;
		}
		
		/****************************submit******************************/
		.submit
		{
			width: 54px !important;
			 height: 21px !important;
			  border: none;
			  background:url(./images/send_btn.png) no-repeat !important;
			   
		}
		
		
		
		#content-wrap {
	float:left;
	width:625px;
	position:relative;
	}
	

#content {
/*	margin:0 425px 0 0; */
	margin:0 0px 0 0;
	padding-top:20px;
	}
	
.leavecommentbutton
{
	background:url(./images/leave_comment_btn.jpg) no-repeat !important;
	width:186px;
	height:35px;
	border:none; 
	outline:none;
	padding:0px;
	margin:0px;" 
}

.error_submit_message{color: #fff; float: left; font-size: 12px; margin: 11px 0 0 -185px; position: absolute; z-index:20; border:none;}

.entry p{
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    text-align: justify;
}
