body {
	margin:0;
	padding:0;
	background:#E6E3E0 url(images/gadgets-4-free-header.jpg) repeat-x left top;
	
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}



td .inputfield {font-family:verdana;font-size:11px;background-color:#8fb03f;color:white;width:150px;}
td .dropdown {font-family:verdana;font-size:11px;background-color:#8fb03f;color:white;width:150px;}


h1, h2, h3, h4 {
	margin-top: 0;
	color: #454545;
}

a {
	text-decoration: none;
	color: #009FDC;
	font-weight: bold;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.leftimg {
	float: left;
	margin: 0px 8px 3px 0px;
	border: 1px solid;
	color: #999999;
}

img.rightimg {
	float: right;
	margin: 0px 0px 16px 0px;
}

img.centerimg {
	float: none;
	margin: 0px 0px 16px 0px;
}



/* Header */

#header {
	width: 840px;
	height: 140px;
	margin: 0 auto;
}

#logo {
	width: 840px;
	height: 105px;
	margin: 0 auto;
	background: url(images/gadgets-4-free-title.png) no-repeat left center;
}

#logo h1, #logo h2, #logo p {float: left; margin: 0px;}
#logo h1 {padding-top: 40px; font-weight: bold; font-size: 28px;}
#logo h2 {padding-top: 3px; font-size: 14px; color: #e1e1e1;} 
#logo p {display: block; padding-top: 55px; letter-spacing: -1px; font-size: 14px; color: #FFFFFF;}
#logo a {border: none; text-decoration: none; color: #FFFFFF;}


/* Menu */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 840px;
	height: 35px;
	position: relative;
}

#menu a {
	display: block;
	width: 120px;
	height: 35px;
	background: transparent url(images/menu-bg.png) no-repeat;
	float: left;
	padding-top: 14px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
	
#menu a:hover {
	background-position: -120px 0;
	font-weight:bold;
	color:#333333;
}

#menu #current a {
	background-position: -240px 0;
	padding-top: 10px;
	color:#333333;
}

#menubottom {
height:15px;
	background:url(images/menu-lower-bg.jpg) repeat-x;
}


/* Content */

#wrap { width: 840px; margin: 0 auto; overflow:auto; padding: 0px 0 0 0;}

#top-bg {background: url(images/top-bg.jpg) no-repeat bottom; padding: 38px 0 0 0px;}

#content {
	width: 840px;
	background: url(images/main-bg.jpg);
	overflow:auto;
	padding: 0px 0 0 0;
}


#content h1 {
	height: 24px;
	padding: 0px 15px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	border-bottom: 1px solid #dcdcdc;
}

#content h2 {
	height: 22px;
	padding: 0px 15px 0px 0px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #000000;
	border-bottom: 1px solid #e3e3e3;
}

#content h3 {
	height: 18px;
	margin: 0 0 0 0;
	padding: 0px 0px 4px 0px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #000000;
}

#content h4 {
	height: 19px;
	padding: 8px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}

#content h5 {
	height: 22px;
	padding: 0px 15px 10px 0px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #000000;
}

.left {width: 180px; float:left; line-height: 120%; padding: 0px 30px 0 30px;}
.right {width: 540px; float: right; line-height: 135%; padding: 0px 30px 0 30px;}
.right2 {width: 540px; float: right; line-height: 125%; padding: 0px 30px 0 30px;}


#newsfeed a{
color: #009FDC;
text-decoration: none;
font-weight: bold;
}

#newsfeed p{
margin-bottom: 2px;
}

.labelfield{
color:brown;
font-size: 90%;
}

.datefield{
color:gray;
font-size: 90%;
}

#bottom-bg {background: url(images/bottom-bg.jpg) no-repeat top; padding: 30px 0 0 0;}


/* Footer */

#footer {width: 840px; height: 60px; margin: 0 auto 5px; background: url(images/footer-bg.gif) no-repeat left;}
#footer a {color: #E7E7E7;}

#footer p {
	margin: 0;
	padding: 23px 30px 0 0;
	text-align: right;
	font-size: smaller;
	color: #E7E7E7;
}

#footer .left {float: left; text-align: left; padding-left: 30px;}
#footer .right {float: right;}



