/**
CSS Doc For acesport.co.uk

Author: James Chambers - james@jc-studios.co.uk
Last Modified : 31-05-2009
**/

/** Reset **/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
}

/** 'Main' Formatting Styles **/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial;
	color: #000;
	font-size: 12px;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#container {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 100px;
	background-image: url(http://www.jc-studios.co.uk/clients/acesport/headerbg.gif);
	background-repeat: repeat-x;
}
#navigation {
	height: 25px;
	width: 100%;
	background-color: #d8d8d8;
	line-height: 25px;
	border: black solid 2px;
}
#sidebar {
	height: auto;
	width: 239px;
	float: left;	background-image: url(http://www.jc-studios.co.uk/clients/acesport/navbg.gif);
}
#sidebar img {
	border: 0px;
}
#content {
	height: auto;
	width: 70%;
	float: left;
}
#footer {
	height: 25px;
	width: 100%;
	clear: both;
	background-color: #d8d8d8;
	line-height: 25px;
	text-align: center;
	border: black solid 2px;
}

/** 'Contact Message' Formatting Styles **/

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(http://shop.jc-studios.co.uk/msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}
#msgcontent {
	display: block;
	background: #ca4921;
	color: #fff;
	border: 2px solid #7f0100;
	border-left: none;
	padding: 5px;
	min-width: 50px;
	max-width: 100px;
}

 
