/* reset css start*/

*{margin:0;padding:0}

body
{
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: 0 top;
	font-family: Arial, Helvetica, sans-serif;
}
a{ color:#06C; text-decoration:none}
a:hover{ text-decoration:none}
input[type=text],input[type=password],textarea{ 
	border:1px solid #C8C8C8;
	padding: 5px;
}

h1,h2,h3,h4,h5,h6{ font-weight:normal}

img{ max-width:100%; height:auto}

.alignleft{ float:left; margin-right:15px}
.aligncenter{ display:block; margin:15px auto}
.alignright{ float:right; margin-left:15px}

.floatleft{ float:left}
.floatright{ float:right}

.structure{ width:1000px; display:block; margin:0 auto}
.fix{ overflow:hidden}

/* main css start*/

.redcolor
{
	color:red;
	font-weight: bold;
}

.remarkfont
{
	font-size:12px;
	color:#666;
}
.btn {
	color:#0099CC;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #09F;
	font-style: italic;
	padding: 8px;
	border-radius:10px;
	width: 220px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 215px;
}

.messages-area{
	width: 240px;
	margin-right: 19px;
	}
.message{
	padding: 10px;
	width: 218px;
	border: 1px solid #ececec;
}

.message h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.message p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	padding-top: 0px;
	}

.message img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.content-right{
	width: 300px;
	}

.styled-select select {
	width: 160px;
	padding: 2px;
	font-size: 14px;
	line-height: 1;
	
	border: 0;
	border-radius: 5px;
	height: 30px;
	-webkit-appearance: none;
	background-color: #FFF;
	overflow: hidden;
    background: url(../images/select-arrow.png) no-repeat right #fff;
   }
.select-title{
	float: left;
	width: 85px;
}
	
.main-footer-area{
	background-attachment: scroll;
	background-color: #333;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 40px;
	width: 100%;
	}
.footer-area{}
.footer-976{
	width: 976px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
.footer-top{}

.quick-links{
	width: 320px;
	
	}

/*From Tender*/
.login_area{
	width:340px;
	min-height:420px;
	top:20px;
	position:absolute;
	left:50%;
	margin-left:-170px;
}

.login_logo{
	width:340px;
	height:70px;
	margin:0 0 15px 0;
	text-align:center;
}

.login_logo img{
	width: 334px;
	height: 82px;
	text-align:center;
}

.form_wrapper{
	width:340px;
	/*height:280px;*/
	height:auto;
	overflow:hidden;
	border:1px solid #D2D9DC;
	border-radius:5px;
}

.user_pass{
	width:290px;
	height:178px;
	margin:28px 0 0 25px;
}

.user_h{
	font-size:14px;
	color:#4A4A4A;
	margin:10px 0;
}

input.text_pass{
	width:270px;
	height:34px;
	border: 1px solid #B7D4EA;
	padding:0 10px;
	border-radius:5px;
}

input.text_pass:hover, input.text_pass:focus{
	border:1px solid #6DADDE;
	background:#E0EBF4;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.20);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.20);
}

.frg_pass{
	display:block;
	float:right;
	font-size:11px;
	color:#ABABAB;
}

.login_bottom{
	width:340px;
	height:73px;
	border-top:1px solid #DDE0E8;
	background:#F1F6F8;
}

.submit_bottom {
	text-align:center;
	padding-left:25px;
	padding-right:25px;
	float:right;
}

.keep_check_box{
	width:180px;
	float:left;
}

.button_check{
	width:295px;
	height:35px;
	margin:20px auto;
}

.login_button{
	width:77px;
	height:35px;
	background:url(../images/login_button.jpg) no-repeat;
	border:none;
	padding:0;
	float:right;
	text-indent:-999999px;
	cursor:pointer;
}

.create_account{
	text-align:center;
	font-size:16px;
	margin:20px 0 0 0;
}

.create_account a:hover{
	text-decoration:underline;
}

/*Notification Messages*/
.success 
{
	/*background: url(../images/icons/success.png) center left no-repeat #cbffd1;*/
	background-color: #cbffd1;
	border: 1px solid #63d872;
	color: #2f7038;
	padding: 5px 10px 5px 35px;
	margin-bottom: 10px;
}

.information 
{
	/*background: url(../images/icons/information.png) center left no-repeat #c7e8f4;*/
	background-color: #c7e8f4;
	border: 1px solid #a3d5e7;
	color: #466773;
	padding-left: 10px;
}
.infoMessage 
{
	clear:both; 
	padding-top:15px; 
	padding-bottom:15px;
}
.warning 
{
	/*background: url(../images/icons/warning.png) center left no-repeat #fff9c2;*/
	background-color: #fff9c2;
	border: 1px solid #d5cd84;
	color: #8c560c;
	padding-left: 10px;
}

.error {
	/*background: url(../images/icons/error.png) center left no-repeat #f8c9c9;padding-left: 10px;*/
	background-color: #f8c9c9;
	border: 1px solid #ee9b9b;
	color: #864d4d;
	padding: 3px 10px 3px 35px;
	margin-bottom: 1px;
}



.registration_area{
	width:657px;
	float:left;
}

.registration_field{
	width:657px;
	float:left;
}

.rgst_header_text{
	width:657px;
	padding:10px;
	font-size: 16px;
	font-weight: bold;;
	background-color: #CCCCCC;
	margin-bottom:15px;
}

.rgst_input_text{
	width:657px;
	height:60px;
	clear:both;
}

.rgst_input_select{
	width:657px;
	height:32px;
	clear:both;
}

.rgst_input_org{
	width:657px;
	clear:both;
}

.rgst_input_text .rgst_input_area, .rgst_input_select .rgst_input_area, .rgst_input_org .rgst_input_area{
	width:450px;
	float:right;
}

.rgst_input_text .field_name, .rgst_input_select .field_name, .rgst_input_org .field_name{
	width:200px;
	float:left;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#3B3B3B;
	margin:5px 0 0 0;
}

.rgst_input_text .input_rgst, .rgst_input_select .input_rgst, .rgst_input_org .input_rgst{
	width:255px;
	height:26px;
	padding:0 10px;
	border:1px solid #C5C9CE;
}

.input_rgst:hover, .input_rgst:focus{
	border:1px solid #CCCCCC;
	background:#F8F8F8;
}

.rgst_input_text .field_info, .rgst_input_select .field_info, .rgst_input_org .field_info{
	color:#CCCCCC;
	font-style:italic;
	margin-top:0px;
	margin-bottom: 5px;
}

.red_require{
	color:#ff0000;
}

.check_box{
	float:left;
	margin:0 10px 0 0;
}

.register_button{
	background:url(../images/register_button.jpg);
	width:136px;
	height:44px;
	margin:10px 0 0 0;
	padding:0;
	border:none;
	cursor:pointer;
	text-indent:-999999px;
}

.note_r{
	margin:20px 0 0 0;
	border-top:1px solid #E3E0E0;
	padding:10px 0 0 0;
}
.submit_btn{
	width:54px;
	height:30px;
	background:#333333;
	color:#fff;
	border:none;
	margin:5px 5px 0 0;
	float:left;
}
#submit_btn {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#submit_button {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
h5 {
  border-bottom-color:#0099FF;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#243846;
  font-family:'Meriad Pro', Verdana, Arial, Helvetica, sans-serif;
  font-size:110%;
  font-weight:bold;
  line-height:17px;
  margin-bottom:5px;
  text-align:left;
}
/*End From Tender*/

.content-area ul
{
	margin-left:20px;
}
.content-area ul li 
{
	list-style-type:square;
}
.products_list
{
	float:left;
	width:225px;
	height:auto;
	/*border:1px solid #CCC;*/
	margin:5px;
}

h6{
	color:#243846;
	clear:both;
	border-bottom:1px solid #0099ff;
	line-height:16px;
	font-family:"Meriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-style:none;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	width:150px;
}