/*
-----------------------------------------------
- One Thousand Words
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
- Version:  03/12/2008
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	text-decoration: none;
	color: #000000;
}

a:hover 
{
	color: #cc0033;
}

a.none
{
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

a.content
{
	color: #000000;
	text-decoration: underline;
}

a.content:hover
{
	color: #cc0033;
}

body
{
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #fdfdde;
}

img
{
	border: 0;
	margin: 0;
}

table
{
	border: 0;
}

table.top_nav td
{
	width: 150px;
	height: 25px;
	text-transform: uppercase;
}

table.top_nav td.space
{
	width: 10px;
	height: 25px;
}

.divider
{
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #000000;
	overflow: hidden;
}

.finger
{
	cursor: pointer;
}

.txt_red
{
	color: #cc0033;
}

input.newsletter,
textarea.newsletter,
select.newsletter
{
	width: 200px;
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
}

div.caption
{
	margin-top: 5px;
	height: 45px;
	line-height: 10px;
	font-size: 9px;
	font-style: italic;
	overflow: hidden;
}

/* HEADERS */

h1
{
	font-size: 26px;
	line-height: 36px;
}

h2
{
	font-size: 20px;
}

h1 span, h2 span { display: none; }

h1.otw
{ 
	width: 254px; 
	height: 26px; 
	background: url("../../images/site/logo_otw.png") no-repeat !important; 
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/logo_otw.png', sizingMethod='image');	
	overflow: hidden;
}

/* SLIDE MENU STYLES */

div.dhtmlnav
{
	width: 150px;
	background-color: #fdfdde;
}

div.dhtmlform
{
	width: 310px;
	height: 85px;
	background-color: #fdfdde; 
}

div.subnav
{
	padding-bottom: 5px;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}

div.subnav a
{
}

/* GLOBAL LAYER STYLES */

#wrapper
{
	margin: 0px auto;
	width: 990px;
	/* background-color: #fdfdde;	*/
	overflow: hidden;
}

#container_header
{	
	width: 990px;
	height: 140px;
	overflow: hidden;
}

#container_header #left
{
	float: left;	
	width: 650px;
	height: 120px;
	background: url("../../images/site/pic_doggy.gif") bottom left no-repeat;
	overflow: hidden;
}

#container_header #right
{
	float: right;
	padding: 0px 20px 0px 0px;
	width: 310px;
	height: 120px;
	overflow: hidden;
}

#container_footer
{	
	width: 990px;
	height: 115px;
	overflow: hidden;
}

#container_main
{	
	width: 990px;
	overflow: hidden;
}

#container_main #container_navs
{	
	padding: 0px 20px 0px 20px;
	width: 950px;
	height: 28px;
	overflow: hidden;
}

#container_main #content
{	
	padding: 20px;
	width: 950px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#container_main #content #left
{	
	float: left;
	width: 790px;
	overflow: hidden;
}

#container_main #content #left #left_info
{	
	float: left;
	width: 150px;
	overflow: hidden;
}

#container_main #content #left #main_content
{	
	float: right;
	width: 630px;
	overflow: hidden;
}

#container_main #content #left #left_info_index
{	
	float: left;
	width: 310px;
	overflow: hidden;
}

#container_main #content #left #main_content_index
{	
	float: right;
	width: 470px;
	overflow: hidden;
}

#container_main #content #left #home_banner
{	
	margin-bottom: 15px;
	width: 470px;
	overflow: hidden;
}

#container_main #content #left #home_banner .slide_image
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 470px;	
	overflow: hidden;	
}

#container_main #content #left #main_content #text
{	
	width: 630px;
	overflow: hidden;
}

#container_main #content #left #main_content #text #image
{	
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 310px;
	overflow: hidden;
}

#container_main #content #left #main_content #text #content_text
{
	float: left;
	margin-bottom: 10px;
	width: 310px;
	overflow: hidden;
}

#container_main #content #right
{	
	float: right;
	width: 150px;
	overflow: hidden;
}
