/****************************************************************
*
*	Parallax Default CSS
*	Author: Michael Turnwall
*	Created: 04.06.2008
*	
****************************************************************/

/* Begin: HTML Elements
----------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font:11px Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	background:url(/media/background_2000x768.png) repeat-x -300px 0;
}
ol, ul {
	list-style:none;
}
img, a img {
	border:0;
}
hr {
	clear:both;
}

/* Begin: Links
----------------------------*/
/* default links */
a:link {
	
}
a:visited {
	
}
a:hover {
	
}
#upArrowBtn, #downArrowBtn {
	position:absolute;
	right:0;
}
#downArrowBtn {
	top:73px;
}

/* Begin: Layout
----------------------------*/
#wrapper {
	text-align:left;
	background:url('/media/wrapper_bg2.gif') repeat-y 0 0;
	margin:0 auto;
	/*padding:0 5px;*/
	width:950px;
}
#content {
	position:relative;
	z-index:2;
/*	background:url('../media/content_bg2.jpg') no-repeat 0 0;*/
	width:950px;
	overflow:hidden;
	/* IE6 min-height hack */
	min-height:665px;
	height:auto !important;
	height:665px;
	/*--------------------*/
}
#scrollItems {
	position:relative;
	margin:0 5px;
	overflow:hidden;
	width:940px;
	/* IE6 min-height hack */
	min-height:665px;
	height:auto !important;
	height:665px;
	/*--------------------*/
	z-index:2;
	/*left:5px;*/
}
#scrollItems img {
	position:absolute;
	display:block;
	z-index:1;
}
#sideBar {
	position:absolute;
	top:0;
	left:40px;
	background:url(../media/sidebar_bg.png) repeat-x left bottom;
	padding:30px 0;
	width:247px;
	z-index:10;
}
#sideBar a {
	text-decoration:none;
	color:#bcbcbc;
}
#sideBar a:hover, #sideBar a.current {
	color:#e31f26;
}
#sideBar #siteHeader a {
	display:block;
	text-indent:-4000px;
	background:url(/media/header_small.gif);
	margin-bottom:12px;
	margin-left:15px;
	width:103px;
	height:20px;
}
#siteNav {
	float:left;
	margin-left:14px;
	margin-right:20px;
	width:67px;
/*	height:130px;*/
	background:url(../media/divider_vert.gif) repeat-y right top;
}
#siteNav li {
	margin-bottom:10px;
}
#siteNav li#solveLink {
	margin-bottom:5px;
}
#siteNav li a {
	display:block;
	text-indent:-4000px;
	margin-left:3px;
	width:44px;
	height:17px;
	background:no-repeat 0 0;
}
#siteNav li a:hover, #siteNav li a.current {
	background-position:0 -17px;
}
#siteNav li a#thinkNav {
	background-image:url(/media/nav/solve/nav_think.gif);
}
#siteNav li a#solveNav {
	background-image:url(../media/solve_btn2.gif);
}
#siteNav li a#growNav {
	background-image:url(/media/nav/solve/nav_grow.gif);
}
#siteNav li a#meetNav {
	background-image:url(/media/nav/solve/nav_meet.gif);
}
#siteNav li a#greetNav {
	background-image:url(/media/nav/solve/nav_greet.gif);
}
#siteNav li a#talkNav {
	background-image:url(/media/nav/solve/nav_share.gif);
}
#sectionNav {
	margin:13px 0 15px 0;
}
#sectionNav li {
	margin-bottom:5px;
}
#sectionNav li a {
	text-transform:uppercase;
}
#pagesNav {
	display:none;
	font-size:40px;
	color:#a5a5a5;
	padding-top:7px;
/*	margin:0 15px -4px 15px;*/
}
#curPage, #totalPages {
	font-weight:bold;
	color:#c1c1c1;
}
#curPage {
	margin-left:15px;
}
#nextArrow, #prevArrow {
	float:right;
	margin:2px 10px 0 0;
}
#prevArrow {
	margin-right:20px;
}
#nextArrow {
/*	display:none;*/
}
#clientInfo, #otherProjects {
	margin:0 15px;
}
#clientInfo p {
	color:#4d4d4d;
	margin-right:15px;
	margin-bottom:12px;
	line-height:15px;
}
#clientInfo a, #otherProjects a {
	color:#4d4d4d;
}
#clientInfo .tags {
	color:#b3b3b3;
}
#otherProjects a {
	line-height:15px;
}
#otherProjectsList {
	position:relative;
	height:95px;
	overflow:hidden;
}
#vScroll {
	position:absolute;
	top:0;
	left:0;
	line-height:18px;
}
#vScroll a {
	display:block;
	margin-bottom:4px;
}
#pageFooter {
	text-align:left;
	background:url('../media/footer_bg.gif') no-repeat 0 0;
	margin:0 auto;
	padding:0 5px;
	width:940px;
	height:50px;
}

/* Begin: Headers
----------------------------*/
#clientInfo h1 {
	font-size:20px;
	font-weight:normal;
	color:#e31f26;
	margin:12px 0;
}
#otherProjects h2 {
	font-size:20px;
	font-weight:normal;
	text-transform:lowercase;
	color:#b3b3b3;
	margin:12px 0;
}

/* Begin: Generic/Font classes
----------------------------*/
div.hrBorder {
	clear:both;
	background:url(../media/divider.gif) repeat-x center center;
	height:20px;
}
div.hrBorder hr {
	border:0;
	background-color:transparent;
	display:none;
}
.uppercase {
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}
.alignLeft {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.show {
	display:block;
}
/* use these for striping rows */
.oddRow {
	
}
.evenRow {
	
}