/* Cablestrade CSS - By NQ Webdesign www.nqwebdesign.com */

body
{
	background: #670000 url(../images/bg_body.gif) top repeat-x;
	color:#FFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
}

/* -- LAYOUT
----------------------------------------------------------------------------------------------------------*/

div#outer
{
	min-width:760px;
	text-align:center;
	padding:41px 0 10px 0;
}

div#inner
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	text-align:left;
}

div#left
{
	float:left;
	width:259px;
	padding:0;
	background:url(../images/bg_left.gif) left top no-repeat;
}

div#right
{
	background:url(../images/bg_right.gif) repeat-y;
	float:left;
	width:501px;
	padding:0;
}

div#content
{
	background:url(../images/bg_content.gif) top no-repeat;

	font-size:1.2em;
	line-height:1.5em;
	color:#222;
	padding:35px 35px 10px 35px;
}

div#right_bottom
{	
	color:#BD9424;
	font-size:1.2em;
	text-align:center;
	padding:10px 10px;
	background:url(../images/bg_content_bottom.gif) bottom no-repeat;
}


div#sidebar
{
	margin-top:180px;
	background:url(../images/bg_sidebar.gif) repeat-y;
	
}

div#left_bottom
{
	height:29px;
	background:url(../images/bg_left_bottom.gif) bottom no-repeat;
}

div#sideExtra
{
	padding:20px 0 10px 45px;
}

div#footer
{
	clear:both;
	font-size:1.1em;
	color:#FFF;
	padding:5px 10px;
	text-align:left;
}
span#nqweb_link
{
	float:right;
}


/* -- MAIN NAVIGATION
----------------------------------------------------------------------------------------------------------*/
	#main_menu
	{
		padding:0 5px 15px 29px;
		font-size:1.4em;

	}
	
	#main_menu ul
	{
		margin:0;
		padding:0;
		list-style:none outside;
	}
	
	#main_menu ul li
	{
		margin: 0;
		padding: 0;
	}
	#main_menu ul li span
	{
		background:#FFF;
		padding:0 5px;
	}
	#main_menu ul li a
	{
		padding:5px 15px 6px 15px;
		display:block;
		text-decoration:none;
		width:150px;
		border-bottom: 1px dotted #A8A8A8;
		
	}
	
	#main_menu a:link, #main_menu a:visited
	{
		color:#0356A8;
	}
	
	#main_menu a:hover
	{
		color:#960000;
		background:url(../images/bg_menu.gif) center repeat-x;
	}
	
	body#pageHome #main_menu li#home a
	{
		color:#960000;
		background:url(../images/bg_menu.gif) center repeat-x;
	}
	
	body#pageAbout #main_menu li#about a
	{
		color:#960000;
		background:url(../images/bg_menu.gif) center repeat-x;
	}
	
	body#pageServices #main_menu li#services a
	{
		color:#960000;
		background:url(../images/bg_menu.gif) center repeat-x;
	}
	
	body#pageTestimonials #main_menu li#testimonials a
	{
		color:#960000;
		background:url(../images/bg_menu.gif) center repeat-x;
	}
	
	body#pageContact #main_menu li#contact a
	{
		color:#960000;
		background:url(../images/bg_menu.gif) center repeat-x;
	}
	

/* -- HEADINGS & LINKS
----------------------------------------------------------------------------------------------------------*/

#content h1
{
	font-size:160%;
	font-weight:normal;
	color:#960000;
	text-transform:uppercase;
	border-bottom:4px solid #960000;
	padding-bottom:4px;
	line-height:150%;
}

#content h2
{
	font-size:121%;
	font-weight:normal;
	color:#000;
	margin:0;
}

#content h3
{
	font-size:100%;
	font-weight:bold;
	color:#960000;
	margin:0;
}


#content a:link, #content a:visited
{
	color:#0356A8;
	text-decoration:none;
	border-bottom: #A10621 1px dashed;
}

#content a:hover
{
	color:#FFF;
	background-color:#0356A8;
	border:none;
}

#right_bottom a:link, #right_bottom a:visited
{
	color:#BD9424;
	text-decoration:none;
}

#right_bottom a:hover
{
color:#0356A8;
}

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

#footer a:hover
{
	color:#FFF414;
}


form#enquiry
{
}

/* -- MISC
----------------------------------------------------------------------------------------------------------*/
.imgFloatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:4px solid #83C1FF;
}

.imgFloatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:4px solid #83C1FF;
}

.hr
{
 border-bottom:1px dotted #777;
 padding-bottom:13px;
}

.imgBorder
{
	border:4px solid #83C1FF;
}

span#nqweb_link .imgFloatLeft
{
	border:none;
}

blockquote
{
	padding:0;
	margin:10px;
	font-style:italic;
}