/*
Design by RenoGeek 1993 - 2011
http://www.renogeek.com
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(http://www.renogeek.com/images/img01.jpg) repeat-x;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 {
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(http://www.renogeek.com/images/img05.gif) repeat-y;
}

a {
	color: #0066cc;
text-decoration: underline;
}

a:hover {
	text-decoration: none; font-weight:bold; color: green;
}

/* Header */

#header {
	width: 1024px;
	height: 180px;
	margin: 0 auto;
	background: url(http://www.renogeek.com/images/System.png) no-repeat;	
}

#header h1, #header h2 {
	font-weight: normal;
	color: #FFFFFF;
}


#header h1 {
	float: left;
	padding: 60px 0 0 255px;
	font-size: 45px;
}

#header h2 {
	float: right;
	padding: 88px 100px 0 0;
	font-size: 16px;
}


/* Menu */

#menu {
	width: 1025px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(http://www.renogeek.com/images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #F49500;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(http://www.renogeek.com/images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(http://www.renogeek.com/images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(http://www.renogeek.com/images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
	color: #0066cc;
}

#links li a:hover {
	text-decoration: none; font-weight:bold; color: green;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 150px;
	padding: 20px;
	background: #2D2D2D url() repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}




.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 640px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}


















