@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg_hp_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #919174;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.frame {
padding:5px;
border:1px;
border-color:#000000;
border-style:solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                          Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 910px;
}

#header {
	height: 100px;
	margin: 0;
	padding: 0;
}



#side-a {
	float: left;
	width: 459px;
	height:602px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 441px;
	height:602px;
	background-image:url(../images/graphic_home_right.jpg)
	/*height: 1%  Holly hack for Peekaboo Bug, WTMF?! */
}

#footer {
	clear: both;
	background: #919174;
	height: 34px;
	width:800px;
}

/* ---------------------------------------------------------------------------

	Menu

--------------------------------------------------------------------------- */


#menu_container {
	float:right;
    height:46px;
    cursor:pointer; 
	margin:10px 15px 0px 120px;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
}

#menu li {
	margin:0px 0px 0px 0px;
	float:left;
	list-style:none;
}

#menu a {
	text-decoration:none;
	display:block;
	text-indent:-5000px;
	float:left;
}


#menu #home {
	display:block;
	text-decoration:none;
	width:46px;
	height:46px;
	background-image:url(../images/button_hp_home.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 0px 5px;
}

#menu #design {
	display:block;
	text-decoration:none;
	width:46px;
	height:46px;
	background-image:url(../images/button_hp_design.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 0px 5px;
}

#menu #information {
	display:block;
	text-decoration:none;
	width:46px;
	height:46px;
	background-image:url(../images/button_hp_info.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 0px 5px;
}

#menu #contact {
	display:block;
	text-decoration:none;
	width:46px;
	height:46px;
	background-image:url(../images/button_hp_contact.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 0px 5px;
}

#menu #enter {
	display:block;
	text-decoration:none;
	width:46px;
	height:46px;
	background-image:url(../images/enter.jpg);
	background-repeat:no-repeat;
	float:left;
	margin:0px 5px 0px 5px;
}

/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility:hidden;
	display:none;
	text-indent:-8520px;
}

.pictureframe {
	border:#000 1px solid;
	padding:4px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear: both;
	background-color:transparent;
	height:1px;
}

/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display:block;
	text-decoration:none;
	width:459px;
	height:602px;
	background-image:url(../images/graphic_home_left.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	float:left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

						Tool Tip

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ToolText{position:relative;} 
.ToolTextHover{position:relative;} 

.ToolText span{display: none;} 

.ToolTextHover#home span { 
  display:block; 
  position:absolute; 
  top:3.3em; 
  left:86px; 
  color:#AEAE8C; 
  text-align: center; 
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
} 

.ToolTextHover#design span { 
  display:block; 
  position:absolute; 
  top:3.3em; 
  left:26px; 
  color:#AEAE8C; 
  text-align: center; 
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
} 

.ToolTextHover#information span { 
  display:block; 
  position:absolute; 
  top:3.3em; 
  left:-57px; 
  color:#AEAE8C; 
  text-align: center; 
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
} 

.ToolTextHover#contact span { 
  display:block; 
  position:absolute; 
  top:3.3em; 
  left:-110px; 
  color:#AEAE8C; 
  text-align: center; 
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
} 

.ToolTextHover#enter span { 
  display:block; 
  position:absolute; 
  top:3.3em; 
  left:-155px; 
  color:#AEAE8C; 
  text-align: center; 
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
} 

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                    Footer Text 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footertext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 16px 0px 0px 0px;
	text-align:center;
}

.footertext A:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:underline;
}

.footertext A:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:underline;
}

.footertext A:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration:underline;
}

.footertext A:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8CC009;
	text-decoration:none;
}


.footer-icons {
	width: 890px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

