/*******************************************/
/********* GENERAL HTML TAG STYLES *********/
/*******************************************/

body {
	background-color: #E7E8E9;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/***********************************************************/
/********* LAYOUT STYLES (DIVS AND AFFILIATED CSS) *********/
/***********************************************************/

#content {
	background-color: #FFFFFF;
	height: 500px;
}
#content p {
	margin: 0px;
	padding: 0px;
}
/* Header Styles Including Login and Signup Navigation and Logo */
#header{
	height: 290px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#header #signup {
	padding-left: 550px;
	width: 250px;
	height: 22px;
	text-align: center;
}
#header ul {
	background: url(../images/buttons/bg-login.jpg) no-repeat right top;
	padding: 3px 0px 0px 0px;
	width: 250px;
	height: 22px;
	margin: 0px;
}
#header li {
	display:inline;
	margin: 10px 0px 10px 0px;
	padding:0;
	font-style: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#header a{
	margin: 5px;
}
#header li a:link, #header li a:visited {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#header li a:hover, #header li a:active {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#header h1.logo {
	height: 246px;
	width: 272px;
	margin: 0px;
	cursor: pointer;
	background: url(../images/logo_jaamoo_lg.gif) no-repeat center 20px;
}
#header h1 span {
    display: none;
}
/* Search Box */
#search {
	margin-top: 0px;
	margin-bottom: 34px;
}
form {
	background-image: url(../images/bg_search.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 421px;
	margin: 0px;
	padding-top: 11px;
	text-align: left;
	vertical-align: top;
}
select {
	color: #434343;
	font-size: 11px;
	font-weight: bold;
	width: 110px;
	padding: 0px;
	float: left;
}
input {
	float: left;
	margin-left: 6px;
}
/* Primary Navigation Buttons */
#nav {
}
#nav ul {
	width: 504px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(../images/nav.gif) center top;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
}
#nav ul li, #nav a	{
	height: 44px;
	display: block;
}
#nav ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
}
#b1 {left: 0px;	width: 76px;}
#b2 {left: 99px; width: 70px;}
#b3 {left: 192px; width: 40px;}
#b4 {left: 255px; width: 38px;}
#b5 {left: 316px; width: 46px;}
#b6 {left: 385px; width: 68px;}
#b7 {left: 475px; width: 30px;}
#b1 a:hover {background: transparent url(../images/nav.gif) 0px -44px no-repeat;}
#b2 a:hover {background: transparent url(../images/nav.gif) -99px -44px no-repeat;}
#b3 a:hover {background: transparent url(../images/nav.gif) -192px -44px no-repeat;}
#b4 a:hover {background: transparent url(../images/nav.gif) -255px -44px no-repeat;}
#b5 a:hover {background: transparent url(../images/nav.gif) -316px -44px no-repeat;}
#b6 a:hover {background: transparent url(../images/nav.gif) -385px -44px no-repeat;}
#b7 a:hover {background: transparent url(../images/nav.gif) -475px -44px no-repeat;}

/* Bottom Footer and Copyright Styles */
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 100px;
}
#footer p {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}


/******************************************************************************************************/
/********* TEXT AND CONTENT STYLES (IMAGE PLACEMENT, STYLE CLASSES, COLUMNS WITHIN TEXT AREA) *********/
/******************************************************************************************************/

/* Float Images or Objects */
.floatL {
	float: left;
	padding-left: 12px;
	padding-right: 4px;
}
.floatR {
	float: right;
}


/* Clearfix for Floating Divs - When You Have One or More Floating Columns Inside a Div, Use this to Make It Appear Correctly in AOL and IE Browsers \*/
.clear {clear:both;}

