/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	developer: JBMoss Ltd - DPETRIE
	date: 14/01/2009
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. tables
	9. forms
	
	
-------------------------------------------------------*/




										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, table {
	margin			: 0.6em 4%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear:both;
	height:0;
	width:0;
	padding:0;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

										/* ---------- 2. typography ---------- */ 

p {
	color:#262526;
	font-size:1em;
}
	p a {
		color:#67091c;
	}
	p a:hover {}
	
h1 {}
	h1 a {}
	h1 a:hover {}
	
h2 {}
	h2 a {}
	h2 a:hover {}
	
h3 {}
	h3 a {}
	h3 a:hover {}
	
h4 {}
	h4 a {}
	h4 a:hover {}

h5 {
	color:#67091c;
	font-size:1em;
	font-weight:normal;
}
	h5 a {}
	h5 a:hover {}
	
.bgd_title {
	display:block;
	background:#67091c;
	color:#fff;
	padding:5px;
	margin			: 0.6em 4%;
	margin-top:0;
	font-size:1em;
}

#div-aside-r .bgd_title {
	font-size:1em;
}

										/* ---------- 3. listography ---------- */ 
										
#div-aside-l ul {
	margin			: 0.6em 4%;
	padding-top:10px;
}
#div-aside-l ul li {
	list-style:none;
	margin:0;
	margin-left:5px;
	font-size:1em;
	padding:2px 0;
}
#div-aside-l ul li a {
	color:#67091c;
}
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: url(../images/page_bg.jpg) fixed;
}


#div-top {
	position:relative;
	width:100%;
	height:184px;
	background:url(../images/top_bg.jpg) repeat;
}
	#div-top-inner {
		position:relative;
		width:998px;
		margin:0 auto;
		padding-top:14px;
	}
	
		#div-logo {
			position:relative;
			float:left;
			margin-left:15px;
		}
			#div-logo h1 {
				display:block;
				width:271px;
				height:119px;
				background:url(../images/tcc_logo.png) no-repeat;
				text-indent:-9000px;
				margin:15px 0 0 0;
			}
			
		#div-ccc {
			position:absolute;
			width:428px;
			height:163px;
			top:0px;
			right:23px;
			background:url(../images/tcc_bigc.jpg) no-repeat;
		}
		
		#div-nav {
			position:absolute;
			right:60px;
			width:400px;
		}
			

#div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 998px;
	background		: #fff url(../images/wrap_bg.jpg) repeat-y;
}


	#div-aside-l {
		position:relative;
		float:left;
		width:185px;
		padding-top:25px;
	}
	#div-content {
		position:relative;
		float:left;
		width:625px;
		border-left:1px solid #e7e5e1;
		border-right:1px solid #e7e5e1;
		padding-top:16px;
	}
		#div-content p:first-child {
			color:#67091c;
		}
	#div-aside-r {
		position:relative;
		float:right;
		width:185px;
		padding-top:25px;
		margin-right:0px;
	}
	
	
	#div-footer {
		position:relative;
		width:944px;
		height:101px;
		margin:17px auto;
		border-bottom:17px solid #fff;
		background:url(../images/footer_bg.jpg) no-repeat;
		padding:10px 10px 0 10px;
		text-align:center;
		color:#fff;
		border-top:10px solid #fff;
	}
		#div-footer span {
			color:#fff;
			font-size:0.8em;
		}
			#div-footer p {
			}
			#div-footer p a {
				color:#fff;
				padding:0px 10px;
			}



										/* ---------- 5. navigation ---------- */
										
 
#div-nav ul {
	margin:0;
	padding:0;
}				
#div-nav ul li {
	display:block;
	float:left;
	color:#fff;
	margin:0;
	padding:7px 6px;
}					
#div-nav ul li a {
	color:#fff;
	padding:7px 7px 4px 7px;
	margin:0 0px;
}
#div-nav ul li a:hover {
	background:#fff;
	color:#67091c;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
										/* ---------- 6. page specific structure ---------- */ 
										
/*portfolio pages */

#div-boxes-h  {
	position:relative;
	width:555px;
	margin: 0.6em 4%;
	border-top:1px solid #cdc7bf;
	border-left:1px solid #cdc7bf;
}
.div-boxes-w {
	position:relative;
	float:left;
	width:184px;
	border-right:1px solid #cdc7bf;
	border-bottom:1px solid #cdc7bf;
}
.div-boxes-i {
	position:relative;
	width:172px;
	height:116px;
	padding:6px;
	
}
.div-boxes-t {
	position:relative;
	width:172px;
	height:30px;
	padding:6px;
	border-top:1px solid #cdc7bf; 
	color:#650a1b;
	background:#f0eeec;
	font-size:0.95em;
}
	.div-boxes-t a {
		color:#650a1b;
	}
			

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
#portfolio_tb {
	border-top:1px solid #cdc7bf;
	border-left:1px solid #cdc7bf;
}
#portfolio_tb tr {
	
}
#portfolio_tb tr td {
	padding:6px;
	border-bottom:1px solid #cdc7bf;
	border-right:1px solid #cdc7bf;
}
#portfolio_tb .title td {
	padding-bottom:10px;
	color:#650a1b;
	background:#f0eeec;
	font-size:0.95em;
}
	#portfolio_tb .title td a {
		color:#650a1b;
	}
										
/* GALLERIES */

#loadarea {
	position:relative;
	width:555px;
	height:390px;
	overflow:hidden;
	border-bottom:2px solid #e7e5e1;
	border-left:1px solid #e7e5e1;
	border-right:1px solid #e7e5e1;
	border-top:1px solid #e7e5e1;
	margin: 14px 4% 0.6em 4%;
}
	#loadarea img {
		margin:0;
	}

	#div-gall {
		position:relative;
		width:590px;
		margin: 10px 0px 0.6em 14px;
	}
	 .gal_hld {
		position:relative;
		float:left;
		width:104px;
		height:80px;
		overflow:hidden;
		margin:5px 0px 3px 10px;
	}
	.gal_hld img {
		margin:0;
		padding:0;
		border:2px solid #e7e5e1;
	}										
										/* ---------- 9. forms ---------- */ 
										
td.fm_hp_cell {
	padding:3px;
	background:#f0eeec;
	border:1px solid #cdc7bf;
}
td.fm_hp_cell span {
	display:block;
	width:70px;
	float:left;
	margin-top:2px;
	color:#650a1b;
}
.ipbox {
	float:left;
	width:180px;
	padding:2px 0;
	background:#f0eeec;
	color:#5a534b;
}
.ipbox2 {
	float:left;
	width:460px;
	background:#f0eeec;
	padding:2px 0;
	color:#5a534b;
}
.ip_sub {
	background:#fff;
	color:#650a1b;
	text-transform:uppercase;
}
