/*
Theme Name: Call Centre Connect
Theme URI: http://www.callcentreconnect.co.uk/
Description: CCC Styles.
Author: Reckless New Media Ltd 
        [Additions: Mike Griffiths (mike@mike-griffiths.co.uk)]
Author URI: http://www.callcentreconnect.co.uk/
.
Copyright (c) Reckless New Media Ltd.
.
*/

* { padding: 0; margin: 0; } 

/* 
	***********
	* GENERIC *
	***********
*/

body 
{
	font: 75% Arial, Helvetica, sans-serif;
	background: #0E1116;
	color: #000;
	margin: 0 0 30px 0;
}

#container 
{
	width: 100%;
	margin: 0 auto;
	min-height: 500px;
	background: #BACED8 url(images/body_bg.jpg) repeat-x;
}

/*
	*************************
	* HEADINGS & TYPOGRAPHY *
	*************************
*/

h1 
{
	font: bold 230% Arial, Helvetica, sans-serif;
	color: #000;
}

h2 
{
	font: 170% Arial, Helvetica, sans-serif;
	color: #000;
}

h3 
{
	font: 120% Arial, Helvetica, sans-serif;
	color: #000;
}

p
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}

smalltext
{
	font: 80% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}

li
{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	list-style:inside;
	line-height:20px;
}

.break
{
	line-height: 15px !important;
	margin: 3px 0 3px 0 !important;
}

.strong 
{
	font-weight: bold;
}

.error
{
	margin: 80px 0 0px 0px;;
}

.error2
{
	margin: 80px 0 0px 350px;
}

.error li, .error2 li
{
	list-style: inside;
	padding: 5px;
	color: #990000;
	margin-bottom: 2px;	
}


.msg
{
	margin: 10px 0 10px 0;
}

.msg li
{
	list-style: inside;
	padding: 5px;
	color: #006600;
}

.required
{
	color: #CC0000;
}

.back
{
	display: block;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #71993B;
}

/* FORM STYLES */
/*
form {
	margin: 0;
}

form h3
{
	font-size: 16px;
	margin-bottom: 10px;
}

form fieldset
{
	border: 1px solid #ffffff;
	display: block;
}

form label
{
	width: 100px;
	display: block;
	float: left;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 5px 0 0 0;
}

form input
{
	font-size: 15px;
	border: solid 1px #CECECE;
	margin: 0 5px 0 0;
}*/

/*
	**********
	* HEADER *
	**********
*/

#header 
{
	width: 900px;
	position:relative;
	background: url(images/header_bg.png) no-repeat right 32px;
	height: 182px;
	margin: 0 auto;
}

#strip
{
	position:absolute;
	width: 900px;
	height: 15px;
}

.rightLinks
{
	float: right;
	line-height: 15px;
}

.rightLinks li 
{
	list-style-type: none;
	float:left;
	display:block;
	margin: 0 10px 0 0;
	color:#FFFFFF;
}

.rightLinks li a
{
	color:#96BB56;
} 

.leftLinks
{
	float: left;
	line-height: 15px;
}

.leftLinks li 
{
	list-style-type: none;
	float:left;
	display:block;
	margin: 0 10px 0 0;
	color:#FFFFFF;
}

.leftLinks .call
{
	font-size: 14px;
	font-weight: normal;
}

.leftLinks .call span
{
	font: bold 230% Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 10px;
}

.leftLinks li a
{
	color:#96BB56;
} 

#logo
{
	position:absolute;
	top: 54px;
	left: 0;
}

#logo img 
{
	border: none;
}

/*
	**************
	* NAVIGATION *
	**************
*/

	/* MAIN NAV */
	
	#nav 
	{
		position: absolute;
		top: 182px;
		left: 0;
		width: 900px;
		height: 47px;
	}
	
	#nav li 
	{
		list-style-type: none;
		display: block;
		float:left;
		line-height: 47px;
		font-size: 14px;
	}
	
	#nav li a 
	{
		float: left;
		display: block;
		height: 47px;
		color: #333333;
		text-decoration: none;
		padding: 0 14px 0 14px;
		border-right: solid 1px #E2E2E3;
	}
	
	#nav .start
	{
		border-left: solid 1px #E2E2E3;
	}
	
	#nav .active
	{
		display: block;
		height: 55px;
		background: url(images/nav_active_left.png) no-repeat top left;
		margin-top: -8px;
	}
	
	#nav .active a
	{
		display: block;
		height: 55px;
		background: url(images/nav_active_right.png) no-repeat top right;
		margin-left: 6px;
		padding: 0;
		border-right: none;
	}
	
	#nav .active a span
	{
		display: block;
		height: 55px;
		background: url(images/nav_active_middle.png) repeat-x;
		padding: 0 10px 0 10px;
		line-height: 55px;
		font-weight: bold;
		color: #FFF;
	}
	

/*
	***********
	* CONTENT *
	***********
*/

#content
{
	width: 965px;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 15px;
	margin-top:60px;
}

#breadcrums
{
	width: 900px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

#breadcrums li
{
	list-style-type: none;
	float: left;
	display: block;
	color: #205272;
	margin-right: 10px;
}

#breadcrums .title
{
	font-weight: bold;
	margin-right: 10px;
}

#breadcrums li a
{
	color: #205272;
}

#breadcrums .active
{
	color: #0E1116;
	margin-right: 10px;
	font-weight: bold;
}

#breadcrums .active a
{
	color: #0E1116;
	font-weight: bold;
}

/*
	**********
	* COLUMS *
	**********
*/
/*
#middle 
{
	float: left;
}

.two 
{
	width: 622px;
}

#right
{
	width: 295px;
	float: left;
	padding-left: 23px;
	margin-top: 0px;
	padding-top: 110px;
	background: url(images/keys_shadow_rotated.png) top right no-repeat;
}
*/
/*
	**************
	* BOX STYLES *
	**************
*/

/* MIDDLE BOX */
/*
#middle .box
{

}

#middle  .box .top 
{
	width: 622px;
	display: block;
	background: url(images/box_top_bg.png) no-repeat;
	height: 38px;
	width: 622px;
}

#middle .box .bottom
{
	width: 631px;
	display: block;
	margin: 0 0 0 -5px;
	background: url(images/box_bottom_bg.png) no-repeat;
	height: 95px;
	width: 631px;
}


#middle .box .text
{
	width: 582px;
	background: #FFF;
	background: url(images/box_bg.jpg) repeat-y;
	padding: 20px;
	min-height: 105px;
	overflow:hidden;
}

		.text_leftcol
			{
			width:390px;
			margin-top:20px;
			float:left;
			}
		.text_rightcol
			{
			width:178px;
			margin-top:50px;
			float:right;
			}
			
		.text_leftcol2
			{
			width:281px;
			margin-top:20px;
			float:left;
			}
		.text_rightcol2
			{
			width:281px;
			margin-top:20px;
			float:right;
			}

#middle .box .text h1 
{
	color: #205170;
	font-weight: normal;
}

#middle .box .text h2
{
	color: #205170;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .box .text h3
{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .box .text p
{
	color: #666666;
	line-height: 23px;
	margin: 7px 0 7px 0;
}

#middle .wide
{
	width:  100%;
}

*/


/* 
SMALLER BOXES
*/
/*
#middle .smlbox
{

}

#middle .smlbox .top 
{
	width: 210px;
	display: block;
	background: url(images/smlbox_top_bg.png) no-repeat;
	height: 41px;
}

#middle .smlbox .bottom
{
	width: 210px;
	display: block;
	margin: 0 0 0 0;
	background: url(images/smlbox_bottom_bg.png) no-repeat;
	height: 95px;
}


#middle .smlbox .text
{
	width: 180px;
	background: url(images/smlbox_middle_bg.png) repeat-y;
	padding: 20px;
	min-height: 105px;
}

#middle .smlbox .text h1 
{
	color: #205170;
	font-weight: normal;
}

#middle .smlbox .text h2
{
	color: #205170;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .smlbox .text h3
{
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#middle .smlbox .text p
{
	color: #666666;
	line-height: 23px;
	margin: 7px 0 7px 0;
}
*/

/* RIGHT COLUMN */
/*
#right .box
{
	width: 100%;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#right .normal
{
	background: #A6BFCD;
}

#right .box h1 
{
	font: bold 230% Arial, Helvetica, sans-serif;
	color: #000;
}

#right .box h2
{
	font: 170% Arial, Helvetica, sans-serif;
	color: #000;
}
#right .box p
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}

*/


/*
	**********
	* FOOTER *
	**********
*/

#footer-container
{
	width: 100%;
	background: #0E1116 url(images/footer_bg.jpg) repeat-x;
}

#footer
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #FFF;
	height: 80px;
}

#footer .leftLinks 
{
	line-height: 40px;
}

#footer .leftLinks a
{
	color: #FFF;
	text-decoration: none;
}

#footer .leftLinks a:hover
{
	text-decoration: underline;
	color:#96BB56;
}

/*
	************
	* POST-ITS *
	************	
*/
/*
.postit{
	background-image:url(images/post-it.png);
	background-repeat:no-repeat;
	height:228px;
	width:165px;
	padding:30px 40px 0 35px;
}

.postit h1 
{
	font: bold 230% Arial, Helvetica, sans-serif;
	color: #205170;
}

.postit h2
{
	font: 150% bold Arial, Helvetica, sans-serif;
	color: #205170;
	text-align:center;
	padding-bottom:10px;
}
.postit p
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
}
.postit  a
{
	font: 110% Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
*/

/*	LOGIN AND REGISTRATION BOX	*/
.signin_up_form
{
	width: 400px;
	float:left;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-top: -40px;
	border: 1px solid #ffffff;
	padding: 0px;
	background: #D0DEF0;
	min-height: 300px;
	background-image:url(images/login_man.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.no-image
{
	background-image:none;
}

.signin_up_form p
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.signin_up_form form
{
	padding: 20px;
	width: 250px;
	margin: 0px 0px 0px 100px;
	text-align:right;
}

.signin_up_form form label
{
	margin-bottom: 5px;
	color: #16374D;
}

.signin_up_form form input
{
	margin-bottom: 5px;
}

.signin_up_form form button
{
	background: url(images/sign_button_bg.gif) no-repeat;
	padding: 13px 47px;
	border: none;
	font-size:16px;
	color: #16374D;
}

#signup_button
{
	background: url(images/sign_button_bg.gif) no-repeat;
	padding: 13px 0px 13px 15px;
	border: none;
	font-size:16px;
	color: #16374D;
	text-decoration:none;
	display:block;
	width:125px;
	margin-bottom: 10px;
}

.sign_box
{
	padding: 20px;
}

.sign_header
{
	background: url(images/sign_header.gif) no-repeat;
	padding: 15px 0px 15px 20px;
	font-size:20px;
	color:#16374D;
}

