/* CSS Document */

@import url("screen.css");

div p{font-size:1.2em;}

#header {
	height:60px;
	width:300px;
	margin-top:1em;
	margin-left:40px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
}

#menu {
margin: 1em 0em;
background-color:#FFFFFF;
}

#menu ul {
padding:0em;
margin:0em;
font-size:1.3em;
color:#000000;
}

#menu ul li {
list-style:none;
float: left; display: inline; /* IE6 fix */
padding:0.5em 0.85em;
}

#menu ul li a {
text-decoration:none;
color:#000000;
border-bottom:3px solid #ffffff;
}

#menu ul li a:hover {
color:#990000; /*red color*/
border-bottom:3px solid #990000;
}

/*submenu*/
#submenu div {
background-color:#DDDDDD;
height:2em;
}

#submenu ul {
padding:0em;
margin:0em;
font-size:1.1em;
color:#000000;
}

#submenu ul li {
list-style:none;
float: left; display: inline; /* IE6 fix */
padding:0.2em 2em;
}

#submenu ul li a {
text-decoration:none;
color:#000000;
}

#submenu ul li a:hover, #submenu .currentpg a, #menu .currentpg, #menu .currentpg a {
color:#990000;  /*red color*/
/*font-weight:bold;*/ /*if change color still not obvious, might want to make it bold, just remove the '*' and '/'  */
}

#index1 {
float: left; display: inline; /* IE6 fix */
background:url(../images/main_org_rollover.jpg) top left no-repeat;
width:230;
height:345px;
}
#index2 {
float: left; display: inline; /* IE6 fix */
background:url(../images/main_movers_rollover.jpg) top left no-repeat;
width:230;
height:345px;
}
#index3 {
float: left; display: inline; /* IE6 fix */
background:url(../images/main_furn_rollover.jpg) top left no-repeat;
width:390;
height:345px;
}
#index1 :hover {
background:url(../images/main_org_rollover2.jpg) top left no-repeat;
width:230;
height:345px;
}
#index2 :hover  {
background:url(../images/main_movers_rollover2.jpg) top left no-repeat;
width:230;
height:345px;
}
#index3 :hover  {
background:url(../images/main_furn_rollover2.jpg) top left no-repeat;
width:390;
height:345px;
}
.push-bit {margin:0 -10px 1.5em 10px;}
.pull-bit {margin-left:-315px;}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 0em;border:3px solid #ddd;}

#coupon {
background-color:#2AA79D;
padding:0.2em;
height:5.5em;
}
#coupon div {
border:1px dotted #ffffff;
font-size:1em;
padding:0.2em 1em;
text-align:center;
height:5em;
}
#coupon a {
color:#ffffff;
text-decoration:none;
}
#coupon a:hover {
color:#dddddd;
text-decoration:none;
}
#coupon div div {
border:0px;
}

.left {
float: left;
}

.name {
font-size:x-large;
}

#gallery div {
background-color:#dddddd;
height:118px;
}

#gallery b {
font-size:1.6em;
line-height:0px;
}

#tb {
height:230px;
text-align:center;
line-height:1em;
}

#tb a {
text-decoration:none;
color:#000000;
}

#tb a:hover {
color:#999999;
}


#tb img {
width:160px;
margin-top:1.5em;
}

.discount {
color:#000000;
}
