@charset "utf-8";

/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	/* scrollbar-arrow-color:#1e1710;
	scrollbar-face-color:#984a27;
	scrollbar-highlight-color:#A79465;
	scrollbar-3d-light-color:#0C0E3F;
	scrollbar-base-color:#5a5e65;
	scrollbar-dark-shadow-color:#1e1710;
	scrollbar-shadow-color:#604d3c;
	scrollbar-track-color:#FFFFFF; */
	background-color:#232323;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #999999;
	margin:0px;	
	text-align:center;
}

a { color: #66CCFF;
	font-weight: bold;
}

a:hover { color: #FFFFFF;
}


table { font-family: arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 1.5em;
}

#main_table
{
	position:relative;
	
	width:800px;
	background-image: url(images/main_table_bg.jpg);
	background-repeat:repeat-y;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
}
#print_img {
	display: none;
}
#header
{
	background-image: url(images/header_shadow.jpg);
	background-repeat: no-repeat;
}

#headersub
{
	background-image: url(images/header_shadow_subflower.jpg);
	background-repeat: no-repeat;
}
#headersub2
{
	background-image: url(images/header_shadow_subflower.jpg);
	background-repeat: no-repeat;
}
#headersub3
{
	background-image: url(images/header_shadow_subflower.jpg);
	background-repeat: no-repeat;
}
#headersub4
{
	background-image: url(images/header_shadow_subflower.jpg);
	background-repeat: no-repeat;
}
#headersub5
{
	background-image: url(images/header_shadow_subflower.jpg);
	background-repeat: no-repeat;
}
#headersub6
{
	background-image: url(images/header_shadow_subflower.jpg);
	background-repeat: no-repeat;
}
td.leftcopy {
	width: 510px;
	vertical-align: top;
}

td.leftcopy .copy {
	margin: 10px 20px 30px 30px;
}

td.rightcopy {
	width: 290px;
	vertical-align: top;
}

td.rightcopy .copy {
	margin: 10px 30px 30px 0;
}

td.leftcopy_parade {
	width: 200px;
	vertical-align: top;
}

td.leftcopy_parade .copy {
	margin: 10px 10px 30px 30px;
}

td.rightcopy_parade {
	width: 600px;
	vertical-align: top;
}

td.rightcopy_parade .copy {
	margin: 10px 20px 30px 0;
}

td.parade .copy { 
	margin: 10px 30px;
}

/* text styles */

.heading { color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Myriad Pro", arial, sans-serif;
}

a.heading { color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Myriad Pro", arial, sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}
a.heading:hover {
	color: #66CCFF;
	text-decoration: underline;
}	


.emph { color: #66CCFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
}

a.emph { color: #66CCFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

a.emph:hover { color: #FFFFFF;
	text-decoration: underline;
}

/* portfolio arrows */


/* footer */

#footer {position:relative;
	height:77px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	background-color: black;
}

.spacer { clear: both; }

.footer_text { width: 800px;
	height: 77px;
	background-image: url(images/footer_finish.jpg);
	background-repeat: no-repeat;
	text-align: right;
	
}
.footer_text .copy {
	width: 800px;	
	margin: 36px 0;
}
.footer_text a { color: #535353;
	text-decoration: none;
}

.footer_text a:hover { color: #66CCFF;
}

