/**
CSS Doc For jaymicsystems.co.uk

Author: James Chambers - james@jc-studios.co.uk
Last Modified : 20-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; 
} 

/** 'Layout' Formatting Styles **/

body {
	background: url(../../images/bg.png);
	background-color: #2a2a2b;
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial;
	color: #666;
	font-size: 12px;
}
#container {
	margin: 0px auto 20px auto;
	width: 800px;
}
#buttons {
	height: auto;
	width: auto;
	padding: 0 0 15px 0;
}
#content {
	width: 780px;
	padding: 10px 10px 10px 10px;
	height: auto;
	background-color: #f1f1f1;
	border-style: solid;
	border-width: thin;
	border-color: #6d6d6d;
	display: inline-table;
}
#content p {
	padding: 0px 0px 10px 0px;
}
h1 {
	color: #666;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	border-bottom: none;
	font-size: 30px;
}
h2 {
	font-size: 20px;
	padding: 0px;
	padding-top: 10px;
	color: #666;
	border-bottom: dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;	
}
ul {
	margin: 10px 0px 10px 20px;
}
li {
	margin: 10px 0px 10px 0px;	
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

/** 'Top Bar' Formatting Styles **/

#topbar {
	width: 800px;
	height: 75px;
}
#contact {
	float: left;
	color: #fff;
	font-size: 14px;
	padding-top: 23px;
}
#navigation {
	float: right;
	font-size: 14px;
	line-height: 75px;
}
#navigation a {
	color: #999;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
}

/** 'Mid Sect' Formatting Styles **/

#midsect img {
	padding: 20px 0px 40px 0px;
}

/**'Links' Formatting Styles **/

#links img {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	background: #fff;
	border-style: solid;
	border-width: thin;
	border-color: #6d6d6d;
}

/**'News Scroller' Formatting Styles **/

#newsflash {
	position: relative;
	float: right;
	width: 200px;
	height: 410px;
	background-color: white;
	overflow: hidden;
	border: 2px solid #666;
	padding: 2px;
	padding-left: 4px;
}

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

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(/images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}
#msgcontent {
	display: block;
	background: #d1d1d1;
	color: #000;
	border: 2px solid #6d6d6d;
	border-left: none;
	padding: 5px;
	min-width: 50px;
	max-width: 100px;
}

/** 'Footer' Formatting Styles **/

