body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: normal 0.9em/1.2em Helvetica, Arial, Verdana, sans;
	background: #434343 url(../gfx/back.gif) repeat-x left top;
	padding: 0;
}

body div#container {
	width: 650px;
	margin: 0 auto;
}

a:link {
	color: #48a5c2;
}

a:visited {
	color: #48a5c2;
}

a:hover {
	color: #333;
}

a:active {
	color: #48a5c2;
}

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

div#logo {
	width: 230px;
	height: 193px;
	float: left;
	text-indent: -5000px;
	background: transparent url(../gfx/TCA.gif) no-repeat left top;
}

div#gallery {
	width: 420px;
	height: 193px;
	float: left;
}

/***** PARTNERS *****/

ul#partners {
	list-style-type: none;
	width: 230px;
	margin: 7px 0 0 0;
	padding: 0;
	float: left;
}

ul#partners li {
	width: 230px;
	height: 90px;
	float: left;
}

ul#partners li a {
	display: block;
	width: 230px;
	height: 90px;
	float: left;
	text-indent: -5000px;
	background-position: left top;
	background-repeat: no-repeat;
}

ul#partners li#GCC a {
	background-image: url(../gfx/partner_GCC.gif);
}

ul#partners li#CP a {
	background-image: url(../gfx/partner_CP.gif);
}

ul#partners li#C4T a {
	background-image: url(../gfx/partner_C4T.gif);
}

ul#partners li#GCCltd a {
	background-image: url(../gfx/partner_GCCltd.gif);
}

ul#partners li#CAP a {
	background-image: url(../gfx/partner_CAP.gif);
}

ul#partners li a:hover {
	background-position: left -90px;
}

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

ul#nav {
	list-style-type: none;
	width: 404px;
	margin: 7px 8px 0 8px;
	padding: 0;
	float: left;
}

ul#nav li {
	margin: 0;
	padding: 0;
	height: 26px;
	float: left;
}

ul#nav li a {
	diplay: block;
	line-height: 26px;
	height: 26px;
	margin: 0;
	padding: 0 20px 0 0;
	background: transparent url(../gfx/tab_right.gif) no-repeat right top;
	float: left;
	text-decoration: none;
}

ul#nav li a span{
	diplay: block;
	line-height: 29px;
	height: 26px;
	margin: 0;
	padding: 0 0 0 20px;
	background: transparent url(../gfx/tab_left.gif) no-repeat left top;
	float: left;
	color: #48a5c2;
	font-weight: bold;
}

ul#nav li.active a {
	background: transparent url(../gfx/tab_active_right.gif) no-repeat right top;
}

ul#nav li.active a span{
	background: transparent url(../gfx/tab_active_left.gif) no-repeat left top;
	color: #333;
}

ul#nav li a:hover span{
	color: #333;
}

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

div#contentTop {
	width: 420px;
	height: 10px;
	margin: 0;
	padding: 0;
	float: left;
	background: transparent url(../gfx/content_top.gif) repeat-y top left;
}

div#content {
	width: 360px;
	margin: 0;
	padding: 10px 30px 30px 30px;
	float: left;
	background: transparent url(../gfx/content_back.gif) repeat-y bottom left;
}

div#content div#top {
	width: 360px;
	margin: 0;
	padding: 10px 30px 30px 30px;
	float: left;
	background: transparent url(../gfx/content_back.gif) repeat-y bottom left;
}

div#content h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #83c0d2;
	font-weight: bold;
}

div#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
}



div#content h3 {
	font-size: 1em;
	font-weight: bold;
	color: #83c0d2;
}

/***** CONTACT DETAILS *****/

ul.details {
	margin: -10px 0 0 0;
	padding: 0 10px 10px 0px;
}

ul.details  li {
	margin: 0 0 0 10px;
	padding: 4px 0 0 20px;
	font-size: 0.8em;
	list-style-type: none;
}

ul.details li a {
	display: block;
}

ul.details li.companyname {
	margin-left: 0;
	padding: 0 0 10px 10px;
	font-size: 1em;
	text-align: center;
}

ul.details li.contactname {
	background: transparent url(../gfx/contactname.png) no-repeat left 4px;
	font-weight: bold;
}

ul.details li.streetAddress {
	background: transparent url(../gfx/streetAddress.png) no-repeat left 4px;
}

ul.details li.email {
	background: transparent url(../gfx/email.png) no-repeat left 4px;
}

ul.details li.web {
	background: transparent url(../gfx/web.png) no-repeat left 4px;
}

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

#footer
{
	width: 590px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 10px 30px;
	float: left;
	text-align: right;
	color: #999;
	font: normal 0.7em/1.4em Helvetica, Arial, Verdana, sans;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #ccc;
	text-decoration: underline;
}

