/*  
Theme Name: Web Directions
Theme URI: http://www.themaninblue.com/
Description: Web Directions 07 design
Version: 07
Author: Cameron Adams
Author URI: http://www.themaninblue.com/

*/





/*******************************************************************************
********************************************************************************
**
* - GENERAL
*
* - HEADER
*
* - CONTENT
*
* - SUBCONTENT
*
* - FOOTER
**
********************************************************************************
 ******************************************************************************/

/* GENERAL ------------------------------------------------------------------ */
/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, ol, p, ul
{
	margin: 0;
	border: 0 none #000000;
	padding: 0;
	
}

body
{
	background-color: #000000;
	background-image:  url(../images/Home_BG.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	
	
	text-align: center;
}

div {-moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0;}

.forcediv
{
	clear: both;
	}
	
/* HEADER ------------------------------------------------------------------- */

#header
{
	position: relative;
	width: 967px;
	height: 101px;
	margin: 0 auto;
	text-align: left;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width : 605px;
  	background-color: #000000;
	background-image:  url(../images/Header_Logo.gif);
	background-repeat: no-repeat;  	
}

#header_image1
{
	position: absolute;
	right: 205px;
	top: 85px;
	/*(width : 203px;
  	height : 123px;*/
}

#header_image2
{
	position: absolute;
	right: 0px;
	top: 0px;
	/*(width : 203px;
  	height : 123px;*/
}

#mainmenu
{
	position: absolute;
	right: 25px;
	top: 101px;
	width: 723px;
	height: 25px;
	background-color: #203f6e;
	background-image:  url(../images/Menu_Bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 55%;
	line-height: 20px;
}

#mainmenu ul
{
	height: 25px;
	padding: 5px 39px 0 0px;
	list-style: none;
	background-image:  url(../images/Menu_Bg.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#mainmenu li
{
	display: inline;
	float: left;
	padding: 0 0.5em 0 1em;
	background-image:  url(../images/secondary_menu_divider.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}

#mainmenu li.first
{
	padding: 0 0em 0 1em;
	background-image: none;
	color: #5398ff;
}

#mainmenu a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#mainmenu a:hover
{
	text-decoration: none;
	color: #5398ff;
}

/* WRAPPER ------------------------------------------------------------------- */
#wrapper
{
	width: 100%;
	height: 100%;/*
	background: url(../images/Home_BG.jpg) repeat-y center top;
	margin: 0 auto;
	background-image:  url(..//images/Ecoplant_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;*/
}

/* FLASH -------------------------------------------------------------------- */

#flashimage
{
	position: relative;
	width : 967px;
  	height : 243px;
	margin: 0 auto;
	text-align: left;
	background-image:  url('../images/header_img_01.jpg');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}

#flashimage_none
{
	position: relative;
	width : 967px;
  	height : 22px;
	margin: 0 auto;
	text-align: left;
	background-image:  url('../images/header_img_01.jpg');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}

#flashimage_internal
{
	position: relative;
	width : 967px;
  	height : 203px;
	margin: 0 auto;
	text-align: left;
	background-image:  url('../images/header_img_01.jpg');
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}

.flash_side_img
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 37px;
	height: 229px;
}

.flash_object
{
	position: absolute;
	left: 37px;
	top: 0px;
	width: 904px;
	height: 229px;
}

/* CONTENT ------------------------------------------------------------------ */

ol
{
	margin: 0.5em 20px 1em 115px;
	color: #5398ff;
	
}

ol li a
{
	color: #5398ff;
	text-decoration: none; 
}

ol li a:hover
{
	text-decoration: underline; 
}

#main
{	
	position: relative;
	width: 967px;
	/*height: 300px;*/
	margin: 0 auto;
	text-align: left;
	background-color: #203f6e;
	background-image:  url(../images/Content_bg3.gif);
	background-repeat: repeat-y;
	/*background-position: 50px 0px;*/
	top: 0px;
	left: 0px;
}



#content_left_image
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 37px;
	height: 205px;
	/*background-color: #000000;
	background-image:  url(../images/Home_BG.jpg);
	background-repeat: repeat-y;*/
	font-size: 70%;
	line-height: 20px;
}


/* FOOTER ------------------------------------------------------------------- */

#footer
{
	position: relative;
	width: 967px;
	height: 75px;
	/*background-color: #000000;*/
	background-image:  url(../images/Footer_Left.jpg);
	background-repeat: no-repeat;
	background-position: 0 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #7c91b2;
	text-align: center;
	margin: 0 auto;
	/*border: solid black 0px;
	line-height: 20px;*/	
	
}

#footer ul
{
	list-style: none;
}

#footer li
{
	display: inline;
	color: #5b6e8c;
	text-decoration: none;
}

#footer a
{
	text-decoration: none;
	color: #5b6e8c;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer p
{
	padding: 25px 0 0 0px;
}



