/*----------------------------------------------------------------- 	
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;
	/* These seem to prevent tags like <strong> and <em> from working
	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: 12px;
	font-family: Arial, Helvetica, sans-seriff;
	height: 100%;
	background: #f8f8e6;
	text-align: center;	
	color:  white;
}


/* @end */

/* @group Layout */

#container{
	width: 760px;
	min-height: 650px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #1c6039 url(../images/content_bg.jpg) center 200px no-repeat;
}

#header{
	height: 50px;
}

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


#content{
	width: 400px;
	margin: 0px 0 0 300px;
	padding-bottom: 50px;
	
  min-height:350px;
  height:auto !important;
  height:350px;

}

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

#footer p{
	font-size: 10px;
	text-align: center;
}
/* @group Sidebar */

#sidebar{
	width: 236px;
	position: absolute;
	top: 228px;
	left: 25px;	
	padding-bottom: 55px;
	background: #f8f8e5 url(../images/sidebar_bg.png) center bottom no-repeat;	
	text-align: center;
}

#sidebarContent{
	padding: 25px 15px 15px 15px;
	color: #5f686e;
	font-size: 11px;
	text-align: left;
}

.sidebarButton{
	border-top: dashed 1px #727243;
	padding: 10px 0;
}

#yourPart{
	position: absolute;
	bottom: 5px;
	left: 30px;
}
#srj{
	position: absolute;
	bottom: -80px;
	left: 20px;
}


#sendtoafriend{
	background: url(../../../images/send_friend.png) center center no-repeat;
	height: 65px;
}

#message{
	width: 360px;
}

/* @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; 
}

#sidebarNav ul{
	display: block;
	margin-left: 70px;
}

#sidebarNav li{
	list-style: none;
	text-align: left;
}


#sidebarNav a{
	color: #b2380f;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.6em;
	
}

/* @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;
}

#content h2{
	color: white;
	font-weight: bold;
	font-size: 16px;
	background: #b2380f;
	padding: 10px;
}

#content h3{
	color: white;
	font-weight: bold;
	font-size: 16px;
	background: #b2380f;
	padding: 10px;
}

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

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

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


ul{
	margin: 0 0 15px 25px;
}

.image-left{float: left; margin: 5px 10px 5px 0;}

/* @end */



