/*----------------------------------------------------------------- 	
CSS Document 
version: 1.0.0
Team Nuts
Version 1.0
-----------------------------------------------------------------*/
/*** Universal selector by - reset margin and padding 
******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* define focus styles! */
:focus {
	outline: 0;
}

/* @group General */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-seriff;
	height: 100%;
	background: #f8f8e6;
	text-align: center;	
	color:  white;
}

a {
	color: #db6c26;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* @end */

/* @group Layout */

#container{
	width: 760px;
	height: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/home_bg.jpg) #1e663a center 357px no-repeat;
}

#header{
	height: 50px;
}

#logo{
	position: absolute;
	top: 75px;
	left: 245px;
}

#homeContent{
	width: 400px;
	margin: 25px 0 0 300px;
}

#footer{
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
}

#footer p{
	font-size: 10px;
	text-align: center;
}



/* @group Sidebar */

#sidebar{
	position: absolute;
	top: 375px;
	left: 65px;	
}

#mailingList{
	position: absolute;
	top:  155px;
}

#send_friend{
	position: absolute;
	top:  260px;
}

#yourPart{
	position: absolute;
	top:  340px;
	left: -15px;
}
#srj{
	position: absolute;
	top:  390px;
	left: -15px;
}

/* @end */

/* @group Lates News */

.latestNews{
	width: 175px;
}

.newsItem h3{
	margin: 5px 0 2px 0;
}

.newsItem p{
	margin: 5px 0 10px 0;
	color: #5f686e;
	font-size: 10px;
}

/* @end */

/* @end */

/* @group Navigation */
#navigation{
	margin-top: -30px;
	height: 40px;
	text-align: center;

}

#navigation li{
	display: inline;
	margin-right: 15px;
	border-right: solid 1px white;
}

#navigation li.last{
	border: none;
}

#navigation a{
	color: white;
	text-decoration: none;
	font-family: "Zapf Humanist 601", Arial, sans-seriff;
	margin-right: 15px; 
}

/* @end */

/* @group Typography */

h1, h2, h3{
	font-family: "Zapf Humanist 601", Arial, sans-seriff;
	margin: 0 0 10px 0;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 18px;
	color: #b2380f;
}

h3{
	font-size: 14px;
	color: #909069;
}

p{
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.3em;
}

/* @end */

/* New classes */
div#logo
{
	float: left; 
	width: 340px;
	margin-top: 15px;
}
