@charset "UTF-8";
/* CSS Document */

/*  -- Reset Defaults --  */

a, a:link, a:visited, a:hover, a:active
	{
	text-decoration:none;
	color:inherit;
	border:none;
	}
	
img
	{
	border:none;	
	}
	
ol, ul
	{
	list-style:none;
	}
	
/*  --  Styles	--  */
	
h2
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:100;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:20px;
	}
	
h3
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#B13333;
	text-transform:uppercase;
	margin:5px 0;
	list-style-type: none;
	}
	
li.h3
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#B13333;
	text-transform:uppercase;
	margin:5px 0;
	list-style-type: none;
	}
	
li.h4 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	text-transform:none;
	margin:2px 0;
	padding-right:15px;
	list-style-type:disc;
	}
/*
li.h4 a, li.h4 a:link, li.h4 a:visited
	{
	padding-right:15px;
	background-image:url(../images/arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
li.h4 a:active
	{
	padding-right:15px;	
	background-image:url(../images/arrow_down.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
*/
h5
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	font-style:italic;
	color:#BD0000;
	text-transform: none;
	margin:0px 10px;
	list-style-type: none;
	}
	
h5 span#mailto a:link, h5 span#mailto a:visited
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style: normal;
	color:#BD0000;
	text-transform: none;
	margin:0px 0 0 10px;
	}
	
h5 span#mailto a:hover
	{
	color:#F46C6C;
	}
	
p.nav_sub a:link
	{
	}
	
hr
	{
	margin:20px 0;
	}

/*  -- Containers --  */
html
	{
	font-size: 10px; 
	font-family:"ITC Avant Garde Gothic Demi", arial, sans-serif;
	color:#333333;
	background-color:#000;
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat;
	}
	
body
	{
	}
	
div#container
	{
	background-color:#FFF;
	background-image:url(../images/bg_content_container.jpg);
	background-repeat:repeat-y;
	}
	

/*  -- 1. Header / Branding -- */
div#header
	{
	background-image:url(../images/bg_header1.jpg);
	background-repeat:no-repeat;
	}
	
div#header h1, div#header h2, div#header h3, div#header p
	{
	}
	
a#customer
	{
	font-size: 13px; 
	font-family:"ITC Avant Garde Gothic Book", arial, sans-serif;
	text-decoration:underline;
	color:#FFF;
	}

a#employee
	{
	font-size: 13px; 
	font-family:"ITC Avant Garde Gothic Book", arial, sans-serif;
	text-decoration:underline;	
	color:#FFF;
	}

/*  -- 2. Main Navigation -- */
#nav_main
	{
	}

#menu
	{	
	}

#menu li
	{	
	font-size: 14px; 
	font-family:"ITC Avant Garde Gothic Demi", Helvetica, sans-serif;
	color: #c4c4c4;
	text-align: center;
	text-decoration: none;
	}

#menu li a
	{	
	color: #C4C4C4;
	text-decoration:none;
	}

#menu li a:hover
	{
	color:#FFF;	
	}

#menu ul
	{	
	background-color: #1C1E1C;
	}
	
#menu ul li
	{
	list-style-type:disc;
	}

#menu ul li a
	{	
	text-align: left;
	text-decoration: none;
	background: #1C1E1C;
	color: #ffc700;
	font-size: 11px; 
	font-family:"ITC Avant Garde Gothic Demi", arial, sans-serif;
	}

#menu ul li a:hover
	{	
	background: #1C1E1C;
	color: #FFF;
	}

/*  -- 3. Content Container -- */
div#content_container
	{
	}

/*  --4. Main Content -- */
div#content_main
	{	
	background-image: url(../images/bg_h2.jpg);
	background-repeat:no-repeat;
	min-height:100px;
	}
	
span.click
	{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:10px;
	color:#333333;
	text-transform: none;
	}
	
span.photos
	{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:13px;
	color:#333333;
	text-transform: none;
	}

/*  -- 5. Subordinate Content -- */
div#content_sub
	{
	background-image:url(../images/bg_content_sub_top.jpg);
	background-repeat:no-repeat;
	min-height:100px;
	text-align:right;
	}
	
img#media_player
	{
	}
	
div#content_sub hr
	{
	}
	
div#content_sub p
	{
	}

/*  -- 6. Footer -- */
div#footer
	{
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	}
	
ul#nav_sub
	{
	margin:0 40px;
	}
	
#nav_sub li
	{
	text-decoration: none;
	}
	
p.nav_sub, p.nav_sub a:link, p.nav_sub a:visited, p.nav_sub a:hover
	{
	color:#858585;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
	
p#copyright 
	{
	font-size:10px;
	font-weight:normal;
	color:#737373;
	}

p#mwl
	{
	color:#737373;
	text-decoration: none;
	}

img#logo
	{
	}