.bold	{ font-weight: bold; }
.clear	{ clear: both; }

html
{
	overflow: -moz-scrollbars-vertical;	
}

body
{
	background-color: #646363;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt;
	color: #6e6d6d;
}

a		{ color: #656262; text-decoration: none }
a:hover	{ color: #e6000f; text-decoration: none }

img		{ border: none; }

#container
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 756px;
	background: url(container_back.png) repeat-y;
}

#header
{
	background: url(header_back.jpg) no-repeat;
	width: 756px;
	height: 259px;
}

#header-link
{
	float: right;
	padding-top: 25px;
	padding-right: 15px;
	font-size: 12pt;
}

#left
{
	float: left;
	background: url(menu_top.jpg) no-repeat;
	width: 211px;
	min-height: 136px;
}

#menu
{
	padding: 0px 15px 20px 15px;
	margin-top: 9px;
	background: url(menu_back.gif) bottom center repeat-y;
	min-height: 136px;
}

#menu-footer
{
	background: url(menu_bottom.png) no-repeat;
	width: 211px;
	height: 6px;
}

#right
{
	float: right;
	background: url(right_back.jpg) no-repeat;
	width: 525px;
	min-height: 93px;
	padding:  62px 10px 20px 10px;
}

#content
{
}

#content h1
{
	border-bottom: 3px solid #e6e6e6;
	background: url(h1_arrow.png) left top no-repeat;
	font-size: 12pt;
	font-weight: strong;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 3px;
}

#footer
{
    padding: 22px 11px 0px 11px;
	background: url(footer_back.png) no-repeat;
	width: 756px;
	height: 65px;
	clear: both;
	font-size: 8pt;
}

/* Navigation menus */

#main-nav
{
	font-size: 11pt;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#main-nav li
{
	border-bottom: 1px dashed #a8a8a8;
	background: url(mainnav_arrow.png) left center no-repeat;
	padding: 5px 5px 5px 15px;
}

#bottom-nav
{
	list-style-type: none;
	font-size: 7.5pt;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	width: 620px;
}

#bottom-nav li
{
	display: inline;
	margin: 0;
	padding: 0px 3px 0px 3px;
	border-right: 1px solid #e3262e;
}

#jamiedia
{
	padding-top: 5px;
	background-color: #646363;
	text-align: center;
	color: #333;
	font-size: 7pt;
}

#jamiedia a		{ color: #333; }
#jamiedia a:hover { color: #e3262e; }

/* Gallery */
#gallery
{
}

#gallery .image
{
	float: left;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #a8a8a8;
	width: 120px;
	height: 120px;
}

#gallery .image img
{
	display: block;
	padding-bottom: 4px;
}

/* Lists */
.listdetails
{
	clear: both;
}

.listdetails .imgcontainer
{
	float: left;
	margin-right: 10px;
}

.listdetails .price
{
	font-size: 12pt;
}

/* Contact page */
.contact
{
	width: 240px;
	float: left;

	padding: 7px;
	min-height: 365px;
	
	/* IE min height hack */
	height: auto !important;
	height: 365px;
}

#contactformcontainer
{
	border-right: 1px solid #ccc;
}

#contactform
{
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	padding: 15px;
}

#contactform input,textarea
{
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button
{
	background-color: #fff;
}

.formerror
{
	color: red;
	font-weight: bold;
}

#contactdetailscontainer
{
	border-left: 1px solid #ccc;
}