/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/

/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#F1F2F3 url(/images/site-bg.jpg) repeat-x;
	padding:10px 0 40px 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	}
	
#container {
	margin:0 auto;
	width:702px;
	}


#header {
	background:url(/images/header-bg.gif) no-repeat;
	padding-top:9px;
	margin-bottom:5px;
	}

#content-container {
	width:700px;
	background:white url(/images/content-container-bg.gif) right bottom no-repeat;
	border:1px solid #C0C0C2;
	margin-bottom:5px;
	}

#main-content {
	float:left;
	width:490px;
	}
	
#sidebar-right {
	float:right;
	width:174px;
	padding:14px 18px;
	}
	
#footer {
	height:31px;
	width:682px;
	line-height:31px;
	background:url(/images/footer-bg.gif) no-repeat;
	margin:0 auto;
	padding:0 10px;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	height:121px;
	background:url(/images/header-banner-bg.gif) no-repeat;
	border-left:1px solid #C0C0C2;
	border-right:1px solid #C0C0C2;
	overflow:hidden;
	}
	
	.header-logo-left {
		float:left;
		width:160px;
		}
	
	.header-logo-h1 {
		float:right;
		width:330px;
		text-align:center;
		padding:20px 0 0 0;
		}
		
		.header-logo-h1 h1 {
			color:#EEA09D;
			font-size:14px;
			font-weight:normal;
			}
			
			.header-logo-h1 h1 span {
				color:white;
				font-size:24px;
				font-weight:normal;
				}
		
		.header-logo-h1 h1.top-h1 {
			margin-bottom:30px;
			font-size:18px;
			}

.header-banner {
	height:180px;
	overflow:hidden;
	border-left:1px solid #C0C0C2;
	border-right:1px solid #C0C0C2;
	}


#header-nav, #header-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#header-nav {
	line-height:30px;
	height:30px;
	padding:0;
	background:#E5231A;
	border-left:1px solid #C0C0C2;
	border-right:1px solid #C0C0C2;
	border-bottom:1px solid #C0C0C2;
	}
	

#header-nav a {
	display: block;
	width:1%;
	width:auto;
	padding:0 9px;
	color:white;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:30px;
}

#header-nav a:hover,
#header-nav li:hover {
	background:#EA4F48;
	}

#header-nav li { /* all list items */
	float: left;
	width:1%;
	width:auto; /* width needed or else Opera goes nuts */
}

#header-nav li ul { /* second-level lists */
	position:absolute;
	background:#F3DEDD;
	width:215px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top:#C0C0C2;
}

#header-nav li ul li a { 
	display: block;
	padding:0 8px;
	width:199px;
	color:#333;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	border-top:1px solid #EAB1AE;
}

#header-nav li ul li a:hover { 
	color:white;
	text-decoration:underline;
}

#header-nav li:hover ul, #header-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}





	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-right h1 {
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#E5231A;
	margin-bottom:10px;
	}
	
	ul.latest-news {
		margin-bottom:20px;
		}
	
	ul.latest-news li {
		padding:6px 0;
		border-bottom:1px solid #EBB1AF;
		}
		
	ul.latest-news li a,
	ul.latest-news li a:link,
	ul.latest-news li a:visited {
		color:#323230;
		}
	
	ul.latest-news li a:hover {
		color:#E8231A;
		text-decoration:underline;
		}

p.author {
	text-align:right;
	font-weight:bold;
	}


	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#main-content a,
#main-content a:link,
#main-content a:visited {
	color:#EA4F48;
	text-decoration:underline;
	}

#main-content a:hover {
 	text-decoration:none;
	}


h1,h2,h3,h4,h5,h6 {
	
	}

#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6,
#main-content hr,
#main-content br,
#main-content p
{
        padding: 5px;
}

#main-content strong,
#main-content em,
#main-content span, {
        padding: 0;
}
#main-content p
{
        padding: 2px 7px 0 7px;
}
#main-content hr
{
        border: 0;
        width: 80%;
        color: #E5231A;
        background-color: #E5231A;
        height: 3px;
        padding:0;
}
#main-content ol li
{
        list-style-type: decimal;
}
#main-content h1 {
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#DFDDDD;
	background:#333;
	padding:14px 10px;
    margin-bottom:10px;
	}
#main-content img {
        border: 1px solid #C0C0C2;
        padding: 2px;
}

#main-content img.clients {
	border: none;
	padding: 3px;
}

h2 {
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	color:#EA4F48;
	margin-bottom:10px;
	}


p {
	margin:0 0 15px 0;
	}


img {
	border:none;
	}


.content {
	padding:20px;
	}

#main-content ul, #main-content ol {
        padding: 0 20px;
        margin-top: 10px;
	margin-bottom:20px;
	}

#main-content ul li {
	padding:2px 0 2px 20px;
	background:url(/images/content-ul-bg.gif) 0 50% no-repeat;
	}

.content-image {
	float:right;
	border:1px solid #9B9B9B;
	}
#main-content form {
    margin: 0;
}
#main-content form fieldset {
    margin: 0;
	border: 0;
    padding: 10px;
}
#main-content form fieldset.hidden {
    border: 0;
}
#main-content form fieldset legend {
    font-weight: bold;
    color: #333;
    font-size: 150%;
}
#main-content form label {
    margin: 0 0 0 5px;
}
#main-content form label.qflabel {
    display: block;
    float: left;
    width: 160px;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: right;
}
#main-content form input, #main-content form select {
    width: auto;
	border: 1px solid #233f58;
}
#main-content form textarea {
    overflow: auto;
	width: 250px;
	border: 1px solid #233f58;
	font: 12px Arial, Helvetica, sans-serif;
}
#main-content form br {
    clear: left;
}
#main-content form div.qfelement {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
#main-content form span.error, #main-content form span.required {
    color: red;
}
#main-content form div.error {
    border: 1px solid red;
    padding: 5px;
    width: 280px;
}
#contactdetails {
	margin: 10px;
	padding: 10px;
	border: 1px solid #cfd3d3;
	background-color: #F3DEDD;
	height: 100px;
}
#columnOne {
	width: 180px;
}
#columnTwo {
	width: 260px;
	float: right;
}
#columnOne p {
	margin: 0;
	padding:0;
	padding-top: 5px;
}
#columnTwo p {
	clear: left;
	margin: 0;
	padding:0;
	padding-top: 5px;
}
#columnTwo .label {
	float: left;
	font-weight: bold;
	width: 80px;
}
/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	margin:0;
	color:white;
	font-size:10px;
	}
	
	#footer p a.alt-studio {
		padding:5px 0 5px 20px;
		color:white;
		background:url(/images/alt-studio-logo.gif) 0px 50% no-repeat;
		}

.footer-left {
	float:left;
	width:70%;
	}

.footer-right {
	float:right;
	width:30%;
	text-align:right;
	}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	
	



