/*------------------------------------------------------------------
[Master Stylesheet]

Project:			MarketingU
Version:			0.6
Last change:			30/05/08
Author:				Rick Nunn
-------------------------------------------------------------------*/
@import url("reset.css"); 

body{
	color: #657177;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0 auto;
	width: 950px;
	}

#head{
	background: url(/images/head.png);
	font-size: 15px;
	font-weight: bold;
	height: 105px;
	}
	#head h1{
		margin-left: -9999px;
		}
		#head p{
			margin: 55px 0 0 8px;
			}
			#head p strong{
				margin: 0 0 0 14px;
			}
			#head p a{
				color: #657177;
				text-decoration: none;
			}
			#head p a:hover{
				color: #4787C7;
			}

#menu{
	background: url(/images/menubg.png) repeat-x;
	height:43px;
	}
	#menu li{
		float: left;
		}
		#menu li a{
			border-right: 1px solid #FFF;
			color: #FFF;
			height: 26px;
			line-height: 26px;
			padding: 4px 8px;
			text-decoration: none;
		}
		#menu li a:hover{
			background: url(/images/menuhover.png);
		}
	#home .home, 
	#marketing .marketing, 
	#telemarketing .telemarketing,
	#training .training,
	#aboutus .aboutus,
	#contactus .contactus,
	#events .events,
	#charityprojects .charityprojects{
		background: url(/images/menuhover.png);
	}

#tabs {
	background: url(/images/tabbg.png) repeat-x;
	float:left;
	font-size:93%;
	line-height:normal;
	margin-top: 15px;
	width: 100%;
	}
	#tabs ul {
		list-style:none;
		margin:0;
	}
	#tabs li {
		display:inline;
		margin:0;
		padding:0;
	}
	#tabs a {
		background:url("/images/tableft.gif") no-repeat left top;
		float:left;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		}
		#tabs a span {
			background:url("/images/tabright.gif") no-repeat right top;
			color:#657177;
			display:block;
			float:left;	
			padding:5px 15px 4px 6px;
		}
		/* Commented Backslash Hack hides rule from IE5-Mac \*/
		#tabs a span {float:none;}
		/* End IE5-Mac hack */
		#tabs6 a:hover span {
			color:#657177;
		}
		#tabs a:hover {
			background-position:0% -42px;
		}
		#tabs a:hover span {
			background-position:100% -42px;
		}
	#tabs #current a {
		background-position:0% -42px;
		}
		#tabs #current a span {
			background-position:100% -42px;
		}

#wrapper{
	margin: 0 auto;
	width: 810px;
	}
	#content{
		border-bottom: 1px solid #657177;
		border-left: 1px solid #657177;
		border-right: 1px solid #657177;
		clear: both;
		padding: 10px;
		margin-bottom: 10px;
		letter-spacing: 0;
		line-height: 1.2em;
		text-align: justify;;
		word-spacing: 0.25em;
		}
		#content p{
			padding-bottom: 10px;
		}
		
		#content ul, #content ol{
			padding-bottom: 10px;
		}
		#content ol li{
			list-style: decimal;
			margin-left: 30px;
			padding-bottom: 10px;
		}
		#content ul li{
			list-style: circle;
			margin-left: 30px;
			padding-bottom: 10px;
		}
		#content blockquote{
			color: #4787C7;
			padding: 20px;
			font-size: 18px;
			font-style: italic;		
			font-weight: bold;
			line-height: 22px;
			text-align: justify;
			}
			#content blockquote em{
				color: #657177;
				font-size: 14px;
				font-weight: normal;
			}
		#content strong{
			font-weight: bold;
		}
		#content a{
			color: #4787C7;
			text-decoration: underline;
		}
		#content a:hover{
			color: #657177;
		}
		.error{
			color: #CC0000;
		}
		.success{
			color: #4787C7;
		}


#foot{
	background: url(/images/footer.png) repeat-x;
	padding: 19px;
	text-align: center;
	}
	#foot p{
		color: #FFF;
		font-weight: bold;
		padding-bottom: 6px;
	}
	#foot img{
		padding-top: 15px;
	}
	#foot li{
		display: inline;
		font-size: 10px;
		padding-top: 15px;
		}
		#foot li a{
			border-right: 1px solid #657177;
			color: #657177;
			padding-right: 5px;
			text-decoration: none;
		}
		#foot li a:hover{
			color: #4787C7
		}
	
form div{
	margin-bottom: 5px;
	margin-left: 15px;
	}
	* label{
		float: left;
		width: 120px;
	}
	label strong{
		font-weight: bold;
	}
	input, textarea, select{
		width: 620px;
	}
	textarea{
		height: 200px;
	}
	.submit{
		background-color: #FFF;
		border: 1px solid #657177;
		width: 120px;
	}
	#hide{
		display: none;
	}
	

