/*
Designed by Deditech Consulting
Customized for: http://www.cheftonybaker.com/
Copyright (c) 2009 Deditech Consulting - http://www.deditechconsulting.com/
*/

/* Main Layout */

#CTB_Main {
	position:absolute;
	left:50%;
	top:50%;
	width:825px;
	height:588px;
	margin-top:-334px;
	margin-left:-413px;
}

#tony-left {
	position:absolute;
	left:0px;
	top:0px;
	width:22px;
	height:172px;
}

#tony-right {
	position:absolute;
	left:22px;
	top:0px;
	width:355px;
	height:172px;
}

#menu_space {
	position:absolute;
	left:377px;
	top:0px;
	width:429px;
	height:172px;
}

#spacer-upper-right {
	position:absolute;
	left:806px;
	top:0px;
	width:19px;
	height:172px;
}

#spacer-bottom-left {
	position:absolute;
	left:0px;
	top:222px;
	width:22px;
	height:406px;
}

#spacer-flash {
	position:absolute;
	left:22px;
	top:222px;
	width:266px;
	height:396px;
}

#content_area {
	position:absolute;
	left:288px;
	top:222px;
	width:518px;
	height:396px;
	line-height: 2.00em;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_area_text {
	width: 490px;
	height: 380px;
	overflow: auto;
	margin-left: 25px;
	margin-top: 8px;
	text-indent: 1.5em;
}

#content_area_text_montrio {
	width: 490px;
	height: 380px;
	overflow: auto;
	margin-left: 25px;
	margin-top: 8px;
	line-height: normal;
	text-align: center;
}

#content_area_text_montrio a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #666666;
}

#spacer-lower-right {
	position:absolute;
	left:806px;
	top:222px;
	width:19px;
	height:406px;
}

#spacer-bottom {
	position:absolute;
	left:22px;
	top:618px;
	width:784px;
	height:10px;
}

#footer_space {
	position: absolute;
	left: 0px;
	top: 628px;
	width: 825px;
	padding: 10px 0;
}

/* General */

body {
	margin: 0px;
	padding: 0px;
	background: #F9F8E6;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #514F42;
}

ol {
	line-height: 2.00em;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	line-height: 2.00em;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #669900;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 940px;
	height: 270px;
	margin: 0px auto;
}

img {
	border: none;
}

/* Menu */

*{
	list-style:none;
}
#menucontainer{
	left:22px;
	top:172px;
	position:absolute;
	height:50px;
	color:#FFFFFF;
	background:#383636;
	width:784px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(images/background.jpg) repeat-x bottom left;
	padding:0 0 0 20px;}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#FFFF99;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;
}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#000000;
	background:transparent url(images/hover.jpg) repeat-x bottom left;
}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
}

#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(images/left.jpg) no-repeat top left;
	line-height:275%;
}

#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(images/right.jpg) no-repeat top right;
	height:38px;
}

/* Page */

#wrapper {
	background: #EBEAD1 url(images/img02.jpg) repeat-x left bottom;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 650px;
	margin-bottom: 50px;
}

/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #666666;
}
