/* Start of CMSMS style sheet 'bw_styles' */
/*
====Colours Used=======
background - black 	= #182227;
background - white	= #fdfdfe;

orange			 	= #ed5f0b

light blue			=#d8e3ee

light grey-blue		= #eff2f7
mid grey-blue		= #d9e3ed
dark grey-blue 		= #2c4049

mid grey			=#a9aeb1

link			= #ed5f0b
text black		= #404143
text white		= #ffffff
=======================
*/

body{
	background-color:#231F20;
	margin:0px;
	font-family:Arial, sans-serif;
	color:#404143;
	font-size:11px;
}

/* HTML tag styles START */
/* ======================================================*/

p{
	margin-top:0px;
}
h1{
	display:block;
	height:45px;
	font-size:1.5em;
	color:#ffffff;
	font-weight:bold;
	margin:0px;
	padding: 20px 5px 5px 25px;
	background-image:url(images/h1_bg.jpg);
	background-repeat:no-repeat;
}
h2{
	font-size:1.3em;
	font-weight:normal;
	color:#404143;
	margin:0px;
	text-transform:uppercase;
}
h3{
	font-size:1.3em;
	font-weight:normal;
	color:#404143;
	margin:0px;
	display:block;
	border-bottom:1px solid #CECECE;
}
h4{
	font-size:1.1em;
	font-weight:bold;
	color:#2c4049;
	margin:0px 0px 5px 0px;}

/* list styles ===========================*/
ul{
	
}



ul.large_list{
   list-style: none; 
   list-style-image:none;
   margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;	
}
.large_list li{
	font-size:14px;
	background:url(images/circle_arrow.gif) 0px -2px no-repeat;
	padding:0px 0px 10px 30px;
	margin:0px 0px 5px 0px;
}

ul.link_list{
	margin:0px;
	padding:0px;
   list-style: none; 
   list-style-image:none;
}
ul.basic_list{
   list-style: none; 
   list-style-image:none;	
   margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;	
   
}
.basic_list li{
 	background:url(images/arrow_grey_sml.gif) 7px 7px no-repeat;	
	padding:0px 0px 5px 20px;
	margin:0px 0px 5px 0px;
	
}
.link_list li{
	padding:15px 0px 0px 0px;
	border-bottom:1px solid #bdbfc0;
	height:35px;
	background-image:url(images/ll_item_bg.jpg);
	background-repeat:repeat-x;
}
.link_list li a{
	margin:0px 0px 0px 0px;
	line-height:15px;
}
.link_list li p{
	display:block;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 50px;
	background:url(images/circle_arrow.gif) 20px 0px no-repeat;
}
.link_list li a:link,
.link_list li a:visited{
	color:#404143;
}
#company_list{
   list-style: none; 
   margin:0px;
   padding:0px;
   }
#company_list li{
	border-bottom:1px solid #CECECE;
	padding-bottom:10px;
	margin-bottom:10px;
}
#company_list li .left img{
	border:0px;
}
#company_list li .left{
	width:250px;
}
#company_list li .right{
	width:250px;
	border-left:1px solid #CECECE;
	padding-left:20px;
}

/* link styles ===========================*/

a:link, a:visited{
	color:#ed5f0b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.feature_link{
	color:#858182;
	font-size:1.1em;
}

.feature_link a:link,
.feature_link a:visited{
	background-image:url(images/circle_arrow.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding:6px 0px 0px 28px;
	height:25px;
	display:block;
	color:#858182;
	font-weight:bold;
	text-decoration:none;
}
.feature_link a:hover{
	color:#ed5f0b;
}

hr{
	height:1px;
	color:#CECECE;
	background-color: #CECECE;	
	border:0px;
}

/* blue table ==========*/
table .blue_table{
	border:0px solid red;
}
.blue_table thead{
}
.blue_table thead td{
	background-color:#2c4049;
	color:#ffffff;
	font-size:1.2em;
}
.blue_table th{
	font-weight:bold;
}

.blue_table td,
.blue_table th{
	padding:5px;
}
.blue_table tbody{
	
	background-color:#d8e3ee;
}
.blue_table tbody td,
.blue_table tbody th{
	border:0.5px solid #ffffff;
}


/* plain table ==========*/
.plain_table{
	border-bottom:1px solid #2c4049;
	padding-bottom:10px;
}
.plain_table thead{
	
}
.plain_table thead td{
	background-color:#2c4049;
	color:#ffffff;
	font-size:1.2em;
}
.plain_table th{
	font-weight:bold;
	width:100px;
}
.plain_table td,
.plain_table th{
	padding:5px;
	vertical-align:top;
}
.plain_table tbody td,
.plain_table tbody th{
	border:0px solid #ff0000;
}
.contact_details{
	width:400px;
	}

/* HTML tag styles END */
/* ======================================================*/

/* text styles START */
/* ======================================================*/

.light_grey{
	color:#eff2f7;
}
.mid_grey{
	color:#d9e3ed;
}
.dark_grey{
	color:#2c4049;
}

.body_text{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-size:1em;	
}
.bold_text{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
}
.large_body_text{
	font-family:Tahoma, Geneva, sans-serif;
	color:#534f50;
	font-size:1.2em;
}
.feature_text{
	font-family:Tahoma, Geneva, sans-serif;
	color:#2c4049;
	font-size:1.3em;
}

/* text styles END */
/* ======================================================*/

/* form styles START */
/* ======================================================*/
form{
	background-color:#d8e3ee;	
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #818385;
	border-left:1px solid #818385;
}
.form_header{
	background-color:#2c4049;
	color:#ffffff;
	font-size:1.2em;
	padding:5px 10px 5px 10px;
}
.form_input,
.form_text{
	margin:10px;
}
form input{
	background-color:#ffffff;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #818385;
	border-left:1px solid #818385;
	width:100%;
}
form textarea{
	background-color:#ffffff;
	border-right:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #818385;
	border-left:1px solid #818385;
	width:100%;
}
form #submit_button{
	border:0px; 
	width: 91px; 
	height:23px;
	
}

#contactForm{
	width:400px;
}
#contactForm #submit_button{
	float:right;
}
/* form styles END */
/* ======================================================*/

/* ======================================================*/
/* General  START */
.clearboth{
	clear:both;
	font-size:0px;
	height:0px;
}
.hideItem{
	visibility:hidden;
}
.hidden{
	visibility:hidden;
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;	
}
.column{
	float:left;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}


/* General END */
/* ======================================================*/



/* page layout skeleton START */
/* ======================================================*/
#page_container{
	width:100%;
	margin-top:0px;
	border:0px solid #f3f6f9;
}
#page_border{
	border:0px solid #EA2230;
	width:800px;
	text-align:left;
	margin-top:20px;
	background-color:#fdfdfe;
	overflow:hidden;
}

#page_header{
	border:0px solid green;
	background-color:#000000;

}
#page_header #logo{
	
}
#page_header #logo img{
	border:0px;
}
#page_header #header_image{

}

#contact{
	position:absolute;
	text-align:right;
	margin-left:205px;	
	width:590px;
	top:50px;
	border:0px solid red;
}


#page_left{
	background-color:#eff2f7;
}


#menu_bar{
	width:205px;
	top:90px;
}

#below_nav{
	margin:50px 15px 20px 15px;
}

#page_right{
	background-color:#fcfcfe;
	float:left;
	width:595px;
	
}

#page_content{
	margin:0px 0px 80px 0px;
	min-height:450px;
	border:0px solid red;
	overflow:hidden;
}

#footer_container{
	background-color:#FFFFFF;
	border-top:1px solid #CECECE;
	
}
#footer{
	border:0px solid red;
	padding:10px 15px 10px 15px;
	color:#404143;	
}
#footer a{
	color:#404143;
}



/* page layout skeleton END */
/* ======================================================*/


/* ======================================================*/
/* category menu layout  START */

#category_menu li{
	border-bottom:1px solid #CECECE;
	margin-bottom:10px;
}
#category_menu li a:link,
#category_menu li a:visited{
	color:#404143;
}

#category_menu li a:hover{
	color:#ed5f0b;
}


/* category menu layout  END */
/* ======================================================*/






/* ======================================================*/
/* home page layout  START */

#home_page{
	border:0px solid green;
	
}
#home_page #home_banner{
	background-color:#2c4049;
	background-image:url(images/home_banner_tile.jpg);
	background-repeat:repeat-x;
	/*height:380px;*/
	overflow:hidden;
}
#home_page #banner_left{
	border:0px solid green;
	float:left;
	height:285px;
	width:320px;
	background-image:url(images/home_banner_bg.jpg);
	padding-bottom:10px;
}
#home_page #banner_left h1{
	background-image:none;
/*	margin-top:25px;*/	
	margin-top:0px;
	height:auto;
}
#home_page #banner_left p{
	margin:0px 25px 5px 25px;
	color:#FFFFFF;
	font-size:1.1em;
}
#home_page #banner_left img{
	margin:10px 15px 5px 25px;
}
#home_page #banner_left .feature_link a:link,
#home_page #banner_left .feature_link a:visited{
	background-image:url(images/circle_arrow_orange.gif);
	color:#FFFFFF;
	margin-top:10px;
	padding:4px 0px 0px 25px;
}
#home_page  #banner_right{
	width:275px;
	height:295px;
	overflow:hidden;
}
#banner_right h2{
	color:#ffffff;
	text-transform:capitalize;
	margin:20px 0px 10px 45px;
}
#banner_right #chart {
	margin-left:45px;
}
#banner_right #chart img{
	border:1px solid #9c9fa4;
	width:183px;
	height:146px;
}
#banner_right #enlarge{
	background:url(images/icon_enlarge.gif) no-repeat 0px 0px;
	margin:10px 0px 10px 45px;
	padding:3px 0px 0px 22px;
	color:#ffffff;
	height:25px;
}
#banner_right #enlarge a:link,
#banner_right #enlarge a:visited,
#banner_right #enlarge a:hover{
	color:#ffffff;
}
#home_page  #current_price{
	background-color:#eff2f7;
}
#home_page  #current_price img{
	margin-left:37px;
	
}
/* home page layout  END */
/* ======================================================*/



/* ======================================================*/
/* internal page layout  START */
#internal_page{
	margin:0px 35px 0px 35px;
}
#internal_page h1{
	margin-left:-35px;	
	margin-right:-35px;	
}

#internal_page p{
	margin-bottom:1em;
}
#breadcrumbs{
	margin:2px 0px 15px 0px;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #a9aeb1;
	text-align:right;
}
#breadcrumbs a:link, 
#breadcrumbs a:visited{
	color:#404143;
	text-decoration:none;
	font-weight:bold;
}
#breadcrumbs a:hover{
	color:#EA2230;
}



/* internal page layout  END */
/* ======================================================*/

/* ======================================================*/
/* internal 2 column page layout  START */
#left_content{
	float:left;
	width:330px;
}

#right_content{
	float:right;
	text-align:left;
	width:180px;
	border-left:1px solid #a9aeb1;
	padding-left:0px;
	}
#right_content #category_menu li{
	background-image:url(images/circle_arrow_small.gif);
	padding:0px 0px 10px 18px;
	font-size:10px;

}

/* internal 2 column  page layout  END */
/* ======================================================*/


#bid,
#bid a:link,
#bid a:visited{
	color:#2c4049;
}
#bid a:hover{
	color:#CECECE;
	text-decoration:none;
}


/* End of 'bw_styles' */

