/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg-showoff-2.gif);
	letter-spacing: 1px;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #ffff00; text-decoration: underline; }
a:active { color: #ffff00; text-decoration: underline; }

#wrap { 
	margin: 0 auto; 
	width: 1000px; 	
}


/*-------------------------------------------
	header
-------------------------------------------*/


#spacer {
	width: 1000px; 
	height: 20px; 
	margin: 0 auto; 
}

#header {
	width: 1000px; 
	height: 351px; 
	margin: 0 auto; 
	position: relative; 
	text-align: right;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	background-color: #fff;
}

#allnav {
	width: 335px;
	margin: 0;
	float: right;
}

#nav {
    width: 335px; height: 60px;
    background: url(images/sayhello.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 60px; overflow: hidden; }

#nav1 { left: 0; width: 210px; }
#nav2 { left: 210px; width: 125px; }

#nav1 a:hover { background: transparent url(images/sayhello.gif) 0 -60px no-repeat; }
#nav2 a:hover { background: transparent url(images/sayhello.gif) -210px -60px no-repeat; }

#mainnav {
	width: 425px;
	margin: 0;
	float: right;
}

#mNav {
    width: 425px; height: 115px;
    background: url(images/mainNav.gif);
    margin: 161px 0 0 0;
	padding: 0;
    position: relative;
}

#mNav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#mNav li a { height: 0px; display: block; padding-top: 115px; overflow: hidden; }

#mNav1 { left: 0; width: 140px; }
#mNav2 { left: 140px; width: 135px; }

#mNav1 a:hover { background: transparent url(images/mainNav.gif) 0 -115px no-repeat; }
#mNav2 a:hover { background: transparent url(images/mainNav.gif) -140px -115px no-repeat; }

#mNav1 a.selected { background: transparent url(images/mainNav.gif) 0 -115px no-repeat; }
#mNav2 a.selected { background: transparent url(images/mainNav.gif) -140px -115px no-repeat; }


#mNavi {
    width: 425px; height: 115px;
    background: url(images/mainNavi.gif);
    margin: 161px 0 0 0;
	padding: 0;
    position: relative;
}

#mNavi li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#mNavi li a { height: 0px; display: block; padding-top: 115px; overflow: hidden; }

#mNavi1 { left: 0; width: 140px; }
#mNavi2 { left: 140px; width: 135px; }

#mNavi1 a:hover { background: transparent url(images/mainNavi.gif) 0 -115px no-repeat; }
#mNavi2 a:hover { background: transparent url(images/mainNavi.gif) -140px -115px no-repeat; }

#mNavi1 a.selected { background: transparent url(images/mainNavi.gif) 0 -115px no-repeat; }
#mNavi2 a.selected { background: transparent url(images/mainNavi.gif) -140px -115px no-repeat; }


#morework {
	width: 120px;
	margin: 0 50px 0 0 ;
	float: right;
}

#mwNav {
    width: 120px; height: 70px;
    background: url(images/more-work.gif);
    margin: 0;
	padding: 0;
    position: relative;
}

#mwNav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#mwNav li a { height: 0px; display: block; padding-top: 70px; overflow: hidden; }

#mwNav1 { left: 0; width: 120px; }

#mwNav1 a:hover { background: transparent url(images/more-work.gif) 0 -70px no-repeat; }



#follow {
	width: 75px;
	margin-top: 60px;
	float: right;
}

#follow_link {
    width: 75px; height: 265px;
	background: url(images/follow.gif);
    margin: 0; padding: 0;
    position: relative;
}

#follow_link li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#follow_link li a { height: 0px; display: block; padding-top: 265px; overflow: hidden; }

#follow_link-on { left: 0; width: 75px; }
#follow_link-on a:hover { background: transparent url(images/follow.gif) 0 -265px no-repeat; }

#salesnav {
	width: 800px;
	height: 48px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/sales.gif);
	background-repeat: no-repeat;
}

#sales {
    width: 800px; height: 48px;
    background: url(images/sales.gif);
    margin: 0; padding: 0;
    position: relative;
}


#sales li { margin: 0; padding: 0; list-style: none; position: absolute; left: 0; }
#sales li a { height: 0px; display: block; padding-top: 24px; overflow: hidden; }

#sales1 { top: 0; width: 800px; height: 24px; }
#sales2 { top: 24px; width: 800px; height: 24px; }

#sales1 a:hover { background: transparent url(images/sales.gif) 0 -48px no-repeat; }
#sales2 a:hover { background: transparent url(images/sales.gif) 0 -72px no-repeat; }



/*-------------------------------------------
	page structure
-------------------------------------------*/


#contentWrap {
	width: 1000px;
	margin: 0 auto;
}

#mainContent {
	width: 1000px;
	background-color: #fff;
	text-align: left;
	margin: 0;
}

.images {
	margin-left: 51px;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#h_left {
  width: 650px;
  padding: 0px;
  margin: 0 0 0 50px;
  line-height: 18px;
  text-align: center;
}

#h_right {
  width: 180px;
  padding: 0px;
  margin: 0 0 0 20px;
  background-color: #fff;
  text-align: left;
}

#i_left {
  width: 650px;
  padding: 0px;
  margin: 0 0 0 50px;
  line-height: 18px;
  text-align: left;
}

#i_right {
  width: 180px;
  padding: 0px;
  margin: 0 0 0 20px;
  background-color: #fff;
  text-align: left;
  line-height: 18px;
  background-image: url(images/bg-iside.gif);
  background-repeat: no-repeat;
}

#p_left {
  width: 200px;
  padding: 0px;
  margin: 20px 0 0 50px;
  line-height: 18px;
}

#p_left p {
  padding: 0;
  margin: 0;
}

#p_left_sub {
  padding: 0px;
  margin-left: 40px;
  line-height: 15px;
}

#p_right {
  width: 650px;
  padding: 0px;
  margin: 0;
  background-color: #fff;
  text-align: center;
}

#p_right p {
  padding: 0px;
  margin-left: 20px;
  text-align: left;
}

#p_right img {
  padding-bottom: 5px;
}

#news {
	width: 700px;
	background-color: #f1f1f1;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin-left: 30px;
}

#links {
	width: 700px;
	text-align: left;
	padding: 0 20px 10px 20px;
	margin-left: 30px;
}

.spread { letter-spacing: 2px; }


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------------------------------	
	Footer
-------------------------------------------*/


#footer {
	width: 800px;
	height: 40px;
	background-color: #fff;
	text-align: left;
}