/*Initial setup*/
body,ul,li,p,h1,h2,h3,img {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

body {
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.2;
	color: #636262;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #000;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

.clrboth {
	clear:both;
	height: 1px; /*give the clear height so it has layout in IE*/
}

.clrleft {
	clear:left;
}

#mainwrap {
	width: 962px;
	overflow: hidden;
	margin: 0 auto;
}

#top_advert_template_editable {
	width: 962px;
	height: 122px;
	display:none;
}

/* masthead and search bar styles */

#masthead_wrap {
	overflow: hidden; /* make the wrap contain its floated elements */
}

#masthead_image {
	height: 107px;
}

#site_tabs {
	overflow: hidden;
	margin-top: 10px;
}

#site_tabs .active_tab  {
	background-image: url(../../images/active_site_tab.gif);
	width: 139px;
	height: 38px;
	float: left;
	margin-right: 4px;
	position: relative;
}

#site_tabs .unactive_tab {
	background-image: url(../../images/unactive_site_tab.gif);
	width: 139px;
	height: 38px;
	float: left;
	margin-right: 4px;
	position: relative;
}

#site_tabs .active_tab img, #site_tabs .unactive_tab img {
	position:absolute;
	left:50%;
	top:50%;
}



#searchbar_wrap {
	width: 962px;
	/*background-color: #4d85ad;*/
	background-image: url(../../images/masthead_alt2.jpg);
	height:178px;
	color: white;
	font-size: 0.8em;
	font-family: Times;
}

#searchbar_wrap form {
	margin: 0px;
	padding: 0px;
}

#searchbar_wrap {
	margin-top: 15px;
}


#searchbar_wrap #search_form {
	
	margin-left: 15px;	
}

#search_form {
	/*padding-top: 149px;*/
	padding-top: 112px;
	width:250px;
}

#searchbar_wrap #subscribenowbanner {
	height: 179px;
	width: 177px;
	/*border:1px solid #fff;*/
	float: right;
	cursor: pointer;	
}

#searchbar_wrap #user_login_template_editable {
	margin-top: 5px;
	/*margin-right: 177px;*/
	float: right;
}

#searchbar_wrap #user_login_template_editable p {
	display: none;
}

#searchbar_wrap #user_login_template_editable p, #searchbar_wrap #user_login_template_editable div {
	float: left;
}

#searchbar_wrap #user_login_template_editable div {
	margin-right: 10px;
}

/*building block col styles */
#midcol {
	font-size: 0.7em;
}

#rightcol {
	font-size: 0.7em;
}

.singlecol {
	width: 178px;
	overflow: hidden;
	margin-left: 17px;
	float:left;
}

.doublecol {
	width: 375px;
	overflow: hidden;
	margin-left: 17px;
	float:left;
}

.contentcol {
	width: 570px;
	overflow: hidden;
	margin-left: 17px;
	float: left;
}

.classifieds {
	width: 767px;
	overflow: hidden;
	margin-left: 17px;
	float:left;
}

h3.colheaders {
	background-color: #d9a21f;
	/*background-color: #008cd2;*/
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 0;
	padding-left: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2.colheaders {
	background-color: #d9a21f;
	/*background-color: #008cd2;*/
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	padding: 3px 0;
	padding-left: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.nomargin {
	margin: 0px;
}

.nopadding {
	padding: 0px;
}

.margin_fivepxv {
	margin-top: 5px;
	margin-bottom: 5px;
}

.margin_tenpxv {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin_fifteenpxtop {
	margin-top: 15px;
}
.margin_fifteenpxleft {
	margin-left: 15px;
}

.margin_fivepxh {
	margin-left: 5px;
	margin-right: 5px;
}

.margin_tenpxh {
	margin-left: 10px;
	margin-right: 10px;
}

.margin_fivepx {
	margin: 5px 5px;
}

.margin_tenpx {
	margin: 10px 10px;
}

.noborders {
	border: none;
}

/*Main Nav styles*/

#main_nav_template_editable {
	text-transform: uppercase;
}

#main_nav_template_editable ul {
	
}

#main_nav_template_editable ul li {
	display: block;
	border-bottom: 1px solid #eaeaea;
	color: #8a8b8f;
	font-size: 0.80em;
	font-weight: bold;
	padding: 4px 0;
	padding-left: 3px;
}

#main_nav_template_editable ul li:hover {
	background-color: #dedede;
}

#main_nav_template_editable ul li a, #main_nav_template_editable ul li a:visited {
	color: #8a8b8f;
	text-decoration: none;
	display: block;
}

#main_nav_template_editable ul li ul {
	display: block;
	/*display:none;*/
	padding-left: 0px;
}

#main_nav_template_editable ul li ul li {
	color: #8a8c8f;
	font-size: 0.9em;
	background-color: #efefef;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 3px;
	margin-left: -3px;
}

#main_nav_template_editable ul li ul li:hover {
	background-color: #ded5c0;
	color: #8a8c8f;
}

#main_nav_template_editable ul li ul li a, #main_nav_template_editable ul li ul li a:visited {
	color: #8a8c8f;
	text-decoration: none;
	display: block;
}

#main_nav_template_editable ul li ul li a:hover {
	color: #8a8c8f;
}

/*profile styles*/
.profileContainer {
	overflow: hidden;
}

.mainprofile {
	width:308px;
	height: 267px;
	float: left;
}

.mainprofile .img {
	width:308px;
	height: 194px;
}

#mainprofile_editable {
	
}

.mainprofile .description {
	width:308px;
	height: 72px;
	background-color: #bb0a01;
}

#mainprofile_description {
	padding: 5px;
}

.mainprofile .description h3 {
	color: white;
	margin-bottom: 2px;
	font-size: 1.3em;
}

.mainprofile .description p {
	color: white;
}

.subprofilecol {
	width: 65px;
	overflow: hidden;
	margin-left: 2px;
	height: 267px;
	float: left;
}

.subprofilecol img {
	margin-bottom: 2px;
	display: block;
}

.shorts a, shorts a:visited {
	color: #000;
	text-decoration: none;
}

.shorts a:hover {
	text-decoration: underline;
}

/*Blog styles*/
.blogwrapper {
	width: 178px;
	background-color: #f2f2f2;
	overflow: hidden;
	margin-top: 5px;
}

.blogheader {
	width: 178px;
	color: white;
	font-weight: bold;
	position: relative;
}

.header_114 {
	background-image: url(../../images/blue_blog_header.gif);
}

.header_115 {
	background-image: url(../../images/darkblue_blog_header.gif);
}

.header_116, .header_120 {
	background-image: url(../../images/brown_blog_header.gif);
}

.header_117 {
	background-image: url(../../images/green_blog_header.gif);
}

.header_118 {
	background-image: url(../../images/orange_blog_header.gif);
}

.header_119 {
	background-image: url(../../images/sage_blog_header.gif);
}

.blogheader .polaroid {
	background-image: url(../../images/blog_photoframe.png);
	position: absolute;
	right: -3px;
	top: 1px;
	width: 41px;
	height: 47px;
}

.blogheader p {
	margin-left: 15px;
	padding: 6px 0;
}

.blogentry {
	margin: 15px;
}

.blogentry a, .blogentry a:visited {
	text-decoration: none;
	color: #636262;
}

.blogentry a:hover {
	text-decoration: underline;
}

.blogentry span {
	font-style: italic;
}

/*Tradeshow styles*/

.tradeshowwrapper {
	width: 178px;
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #bdbec0;
}

.tradeshowwrapper img {
	float: left;
	margin: 0 5px 5px 0;
}

.tradeshowwrapper span, .tradeshowwrapper span a, .tradeshowwrapper span a:visited {
	color: #000;
	font-style: italic;
	text-decoration: none;
}

.tradeshowwrapper span a:hover {
	text-decoration: underline;
}

/* coming soon styles */
.comingsoon {
	height: 263px;
}

.comingsoonPanels {
	width:178px;
	overflow: hidden;
	height: 263px;
	position:relative;
}

.comingsoonPanels ul {
	margin:0;
	list-style:none;
	float:left;
	overflow:hidden;
	display:inline; /* for ie6 */
	width:9999px;
	position:relative;
}

.comingsoonPanels ul li {
	display: inline;
	float: left;
}

.comingsoonImg {
	width:100px;
	height:100px;
	margin-left:10px;
	margin-right:10px;
	float: left;
}

.comingsoonContent {
	width:280px;
	float: left;
}


/* editorial */
#editorial {
	height: 297px;
	background-image: url(../../images/editorial_bg.gif);
	background-repeat: no-repeat;
	background-color: #13685e;
}

#editorial_content_template_editable {
	font-family: Times;
	padding-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	color: white;
	font-size: 1.1em;
}

.editorial_readmore {
	float: right;
	font-weight: bold;
}

.editorial_readmore a, .editorial_readmore a:visited {
	color: white;
	text-decoration: none;
}

.editorial_readmore a:hover {
	text-decoration: underline;
}

/* news feeds tab boxes */

#news_feeds {
	margin-top: 15px;
}

#feed_headers {
	background-image: url(../../images/news_tabs_clear.gif);
	width: 374px;
	height: 40px;
	overflow: hidden;
}

#feed_headers ul {

}

#feed_headers ul li.left {
	
}

#feed_headers ul li.left {
	background-image: url(../../images/news_tab_left.gif);
	width: 118px;
	height: 40px;
	display: block;
	float: left;
	display: inline;
}

#feed_headers ul li.middle {
	background-image: url(../../images/news_tab_middle.gif);
	width: 138px;
	height: 40px;
	display: block;
	float: left;
	display: inline;
}

#feed_headers ul li.right {
	background-image: url(../../images/news_tab_right.gif);
	width: 118px;
	height: 40px;
	display: block;
	float: left;
	display: inline;
}

#feed_headers ul li.clear {
	background-image: none;
}

#feed_headers ul li.left span, #feed_headers ul li.middle span, #feed_headers ul li.right span {
	color: white;
	display: block;
	font-weight: bold;
	margin: 15px auto;
	text-align: center;
}

#feed_headers ul li.clear span {
	color: #636262;
}



#feed_box {
	width: 372px;
	border: 1px solid #799cb6;
	border-top: none;
}

#feed_box .content {
	background-color: #ededed;
	margin: 10px;
	padding: 10px;
}

#feed_box .content ul {

}

#feed_box .content ul li {
	margin-left: 20px;
	list-style-type: disc;
	margin-bottom: 10px;
}

#feed_box .content ul li a, #feed_box .content ul li a:visited {
	color: #636262;
	text-decoration: none;
}

#feed_box .content ul li a:hover {
	text-decoration: underline;
}

/* Features boxes right col */

#features {

}

.feature {
	width: 374px;
	height: 125px;
	background-color: #5a4674;
	margin-top: 15px;
	overflow: hidden;
}

.feature_image {
	width: 358px;
	height: 125px;
	border-left: 1px solid #fff;
	float: right;
	background-position: 0 -100px;
}

.feature_image h3 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin: 10px 0 0 5px;
	text-shadow: 2px 2px 2px #000;
	text-transform: uppercase;
}

.whiteonwhitebg {
	background-image: url(../../images/trans25.png);
}

.feature_image h3 a, .feature_image h3 a:visited {
	color: #fff;
	text-decoration: none;
}

.feature_image .feature_description {
	width: 50%;
	background-color: #a1a0a0;
	color: #fff;
	padding: 10px;
	float: right;
	height: 125px;
	line-height: 1.7;
	display: none;
}

.feature_image:hover .feature_description {
	display: block;
}

/*Toolbox right col*/

#tool_box {
	margin-top: 15px;
}

#tool_headers {
	background-image: url(../../images/toolbox_tabs_clear.gif);
	width: 374px;
	height: 38px;
	overflow: hidden;
}

#tool_headers ul {

}

#tool_headers ul li.left {
	background-image: url(../../images/toolbox_tabs_left.gif);
	width: 64px;
	height: 38px;
	display: block;
	float: left;
	display: inline;
}

#tool_headers ul li.middle {
	background-image: url(../../images/toolbox_tabs_middle.gif);
	width: 63px;
	height: 38px;
	display: block;
	float: left;
	display: inline;
}

#tool_headers ul li.right {
	background-image: url(../../images/toolbox_tabs_right.gif);
	width: 58px;
	height: 38px;
	display: block;
	float: left;
	display: inline;
}

#tool_headers ul li.clear {
	background-image: none;
}

#tool_headers ul li.left span, #tool_headers ul li.middle span, #tool_headers ul li.right span {
	color: white;
	display: block;
	font-weight: bold;
	margin: 15px auto;
	text-align: center;
}

#tool_headers ul li.clear span {
	color: #feb815;
}

#tool_content {
	width: 372px;
	border: 1px solid #e9c57d;
	border-top: none;
}

#tool_content .content {
	background-color: #ededed;
	margin: 10px;
	padding: 10px;
}

/* footer styles */

#footer {
	margin-top: 10px;
	font-size: 0.7em;
	border-top: 2px solid #b8b9b9;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #c4c4c6;
}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: none
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	color: #000;
}

/* Form Styles */

#midcol .inputfield {
	margin: 5px;
	overflow: hidden;
}

#midcol .inputfield label {
	display: block;
	width: 125px;
	float: left;
	clear: left;
	font-size: 12px;
}

#midcol .inputfield input {
	width: 125px;
	float: left;
	clear: right;
	font-size: 12px;
}

#midcol .inputfield textarea {
	width: 400px;
	float: left;
	clear: right;
	font-size: 12px;
	height: 150px
}

#midcol .CMSForm {
	overflow: hidden;
	margin-bottom: 20px;
}

#midcol .formerrors_summary {
	margin: 10px;
	padding: 10px;
	border: 1px solid #f00;
	background-color: #dc9e9e;
	font-size: 1.1em;
}

#midcol .error {
	border: 1px solid #f00;
	background-color: #dc9e9e;
	color: #000;
}

/*comment form styles*/

#midcol .news_comments_post_form {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin-bottom: 10px;
}

#midcol .blog_comment {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin-bottom: 10px;
}

/*Page content styles */

#pagecontent_editable p {
	margin: 10px 0px 10px 0px;
	line-height: 1.3em;
	/*font-family: Times;*/
}

#pagesummary_editable {
	line-height: 1.3em;
	/*font-family: Times;*/
}

.summary_wrapper {
	float:left;
	clear:right;
	width:400px;
	margin-left:10px;
	margin-top:-40px;
}

#pagecontent_editable strong {
	color: #000;
}

#pagecontent_editable span {
	/*color: #8a8b8f;*/
}

#pagecontent_editable a, #pagecontent_editable a:visited {
	color: #000;
	text-decoration: none;
}

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

#sectiontitle_editable h2 {
	font-size: 1em; /*this is incase we've got a h2 inside a h2*/
}

#pagedownload_editable a, #pagedownload_editable a:visited {
	color: #000;
	text-decoration: none;
}

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

#pagedownload_editable:hover {
	background-color: #dedede;
}

#pageimage_editable {
	border: 1px solid #ccc;
}

#pageimage_editable img {
	display: block;
}

#pageimage1_editable, #pageimage2_editable, #pageimage3_editable, #pageimage4_editable {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 10px 0;
}

.archive_wrapper {
	clear: both;
}

#pagecontent_leftcol_editable {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

#pagecontent_rightcol_editable {
	float: left;
	clear: right;
	width: 50%;
	margin-bottom: 20px;
}

#pagecontent_leftcolbottom_editable {
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 20px;
}

#pagecontent_rightcolbottom_editable {
	float: left;
	clear: right;
	width: 50%;
	margin-bottom: 20px;
}

/*############# LISTING Styles #################*/
.resultspager ul {
	clear: left;
	overflow: hidden;
	margin: 5px;
	margin-left: 0px;
}

.resultspager li {
	float:left;
	display: block;
	font-size: 12px;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 2px;
}

.searchlistitem {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.searchlistitem h4 {
	
}

.searchlistitem a, .searchlistitem a:visited {
	color: #000;
	text-decoration: none;
}

.searchlistitem a:hover {
	text-decoration: underline;
}

.listing_item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.listing_item p {
	margin-left: 0px;
}

.listing_item .dateline {
	font-style: italic;
}

.NewsBoxPicture {
	width:146px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height:80px;
	overflow: hidden;
}

.NewsBoxPicture img {
	margin-top: -35px;
}

.NewsBoxContainer {
	margin-bottom: 10px;
}

.NewsBoxWrapper {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.NewsBoxWrapper a, .NewsBoxWrapper a:visited {
	color: #000;
	text-decoration: none;
}

.NewsBoxWrapper a:hover {
	text-decoration: underline;
}

.NewsBoxContent h2 {
	font-size: 1.5em;
}

/* header colours */
h2.headercolour_3 {
	/*Environment*/
	background-color: green;
}

h2.headercolour_7 {
	/*Trade Euroasia*/
	background-color: purple;
}

h2.headercolour_8 {
	/*Environment*/
	background-color: red;
}

h2.headercolour_9 {
	/*Environment*/
	background-color: #ffcc00;
}

h2.headercolour_1 {
	/*Environment*/
	background-color: maroon;
}

h2.headercolour_ {
	background-color: grey;
}

