/*

	OCM-Chinese - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca/Phil Champagne

*/

/* =General
---------------------------------------------------------------------------------------------------- */
body {
	background: #ffffff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 25px 0 15px 0;
}

table tr td {
	color: #000000;
	font-size: 12px;
}


/* =Global Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
    padding: 0;
	border: 1px solid #000000;
}

#header {
	margin: 0;
	padding: 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#logo {
	float: left;
}

#logo2 {
	float: left;
}

.clr {
	clear: both;
	font-size: 1px;
}

#home-left-content {
	float: left;
	width: 230px;
}

#home-left-content #home-left-content-items {
	padding:  25px 10px 10px 15px;
}

#home-main-content {
	_height: 300px;
	min-height: 300px;
}

#home-content {
	float: left;
	width: 570px;
}

#home-content #home-content-items {
	padding: 10px 20px 0 0;
}

#left-content {
	float: left;
	width: 240px;
}

#left-content #left-content-items {
	padding: 12px 15px 10px 35px;
}

#left-content #left-content-items p {
	margin: 12px 0 0 0;
}

#main-content {
	background: url('../images/wrapper/main-content-bg.gif') repeat-y;
	_height: 400px;
	min-height: 400px;
}

#content {
	float: left;
	width: 560px;
}

#content #content-items {
	padding: 5px 15px 15px 15px;
}

.ad-box {
	background: url('../images/wrapper/ad-box-header-bg.gif') 0 0 no-repeat;
	width: 197px;
}

.ad-box h1 {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 5px 10px;
	padding-top: 10px;
}

.ad-box .items {
	background: url('../images/wrapper/ad-box-bg.gif') repeat-y;
	padding: 10px;
}

.ad-box .items p {
	margin: 3px 0 0 0;	
}

#highlights {
	background: #ffff99;
	border: 1px solid #ff3300;
	padding: 10px;
	text-align: center;
}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.team {
	width: 525px;
}

.team td {
	padding: 0 10px 0 0;
}	

.team td h3 {
	margin-top: 0;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#tool-bar {
	width: 800px;
	height: 20px;
	text-align: right;
}

#tool-bar #tool-bar-items {
	padding-right: 15px;
}

#tool-bar #tool-bar-items a {
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	text-transform: upppercase;
}

#tool-bar #tool-bar-items a:hover {
	font-size: 8px;
	color: #000000;
	text-decoration: underline;
	text-transform: upppercase;
}

#main-nav {
	float: left;
	background: url('../images/wrapper/main-nav-bg.jpg') 0 0 no-repeat;
	height:111px;
	width: 446px;
}

#main-nav #main-nav-items {
	padding: 41px 0 0 9px;
}

a {
	outline: none;
}

a {
	color: #d33200;
}

a:hover {
	color: #d36d4e;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul {
	list-style: square;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

ul li {
	margin: 3px 0 3px 0;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: #666666;
	height: 26px;
}

/* =Topography
---------------------------------------------------------------------------------------------------- */
p {
	margin: 5px 0 12px 0;
}

h1 {
	font-size: 22px;
	color: #622810;
	margin: 14px 0 6px 0;
}

h2 {
	font-size: 16px;
	color: #A44411;
	margin: 10px 0 4px 0;
}

h3 {
	font-size: 15px;
	color: #333333;
	margin: 10px 0 4px 0;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

