body {
	background-color: #6f6c66;
	background-image: url(../websites/rainbowconnection/images/images/bg_01.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 744px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background-image: url(../websites/rainbowconnection/images/images/head.png);
	height: 152px;
	width: 732px;
	background-repeat: no-repeat;
	margin-top: 7px;
	clear: both;
	background-position: center center;
}
#logo {
	clear: both;
}
/* copied tab shit */
#navigation {
	width:450px;
	margin-left: 98px;
	padding-top:123px;
	height: 30px;
	font-size:10px;
	text-align:center;
	position: relative;
	color: #333;
}
#navigation a {
	color:#333;
	text-decoration:none;}
#navigation a:hover {
	color:#333;
	text-decoration:underline;}
#home {
	width: 69px;
	height: 30px;
	display: table-cell;}
#home a {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 69px;
	height: 30px;
	overflow: hidden;
	display: table-cell;
	text-indent:-169px;}
#home a:hover {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: 0 -31px;
	text-indent:0px;
}
#tabblog {
	
	width: 69px;
	height: 30px;
	display: table-cell;
}
#tabblog a {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -68px 0;
	width: 69px;
	height: 30px;
	overflow: hidden;
	display: table-cell;
	text-indent:-169px;
}
#tabblog a:hover {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -68px -31px;
	text-indent:0px;
}
#tabcompany {
	
	width: 69px;
	height: 30px;
	display: table-cell;
}
#tabcompany a {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -137px 0;
	text-indent:-169px;
	width: 69px;
	height: 30px;
	overflow: hidden;
	display: table-cell;
}
#tabcompany a:hover {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -137px -31px;
	text-indent:0px;
}
#tabhelp {
	
	width: 69px;
	height: 30px;
	display: table-cell;
}
#tabhelp a {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -206px 0;
	width: 69px;
	height: 30px;
	overflow: hidden;
	display: table-cell;
	text-indent:-169px;
}
#tabhelp a:hover {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -206px -31px;
	text-indent:0px;
}
#tabforum {
	width: 69px;
	height: 30px;
	display: table-cell;
}
#tabforum a {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -275px 0;
	width: 69px;
	height: 30px;
	overflow: hidden;
	display: table-cell;
	text-indent:-169px;
}
#tabforum a:hover {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -275px -31px;
	text-indent:0px;
}
#tabshop {
	width: 69px;
	height: 30px;
	display: table-cell;
}
#tabshop a {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -344px 0;
	width: 69px;
	height: 30px;
	overflow: hidden;
	display: table-cell;
	text-indent:-169px;
}
#tabshop a:hover {
	background-image: url(../websites/rainbowconnection/images/images/tabs_all.png);
	background-repeat: no-repeat;
	background-position: -344px -31px;
	text-indent:0px;
}
/* Show current section's Tab as OPEN */
/* place one of these IDs in the body tag of each page */
/*
#home #home a,
#blog #tabblog a,
#company #tabcompany a,
#help #tabhelp a,
#forum #tabforum a,
#shop #tabshop a {
	background-image: none;
}
/* Apply a shade mask when tab clicked - not for IE6*/
#home a:active, #products #home a:active,
#tabblog a:active, #news #tabblog a:active,
#tabcompany a:active, #company #tabcompany a:active,
#tabhelp a:active, #help #tabhelp a:active,
#tabforum a:active, #forum #tabforum a:active,
#tabshop a:active, #shop #tabshop a:active {
	background-image: url(file:///Parallax/Users/Masepack/Sites/rainbowtree/images/images/tab_shade.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 69px;
	height: 30px;
	display: table-cell;
}
/* body corners */
.cornr_box {
	width: 547px;
	top: -10px;
	position: relative;
	float:left;
	}
.cornr_top div {
	background-image: url(../websites/rainbowconnection/images/images/cont_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	background-image: url(../websites/rainbowconnection/images/images/head_shadow.png);
	background-repeat:repeat-x;
	height:48px;
	width:auto;
	margin-left:32px;
	margin-right:31px;
	color: #0FF;
	line-height: 20px;
	vertical-align: sub;
}
.content_bg {
	background-image: url(../websites/rainbowconnection/images/images/body_grad.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.cornr_top {
	background-image: url(../websites/rainbowconnection/images/images/cont-top-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	top: 48px;
}
.cornr_bot div {
	background-image: url(../websites/rainbowconnection/images/images/cont_left_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cornr_bot {
   background: url(../websites/rainbowconnection/images/images/cont_right_bot.png) no-repeat bottom right;
}
.cornr_top div, .cornr_top {
	width: 100%;
	height: 48px;
	font-size: 20px;
	line-height: 20px;
}
.bottom {
	background-image: url(../websites/rainbowconnection/images/images/bottomshadow.png);
	background-repeat:repeat-x;
	height:35px;
	width:auto;
	margin-left:32px;
	margin-right:24px;
	color: #0FF;
	line-height: 20px;
	vertical-align: sub;
	position: relative;
	top: -35px;
}
.cornr_bot div, .cornr_bot {
	width: 100%;
	height: 35px;
	font-size: 1px;
}
.cornr_content {
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 0px;
}
/*sidebar */
.sidebar {
	width: 197px;
	float:right;
	margin-top:39px;
	font-size: 10px;
	text-align: left;
	}
.side_content_bg {
	background-image: url(../websites/rainbowconnection/images/images/sidebar_grad.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.side_top {
	background-image: url(../websites/rainbowconnection/images/images/sidebar_all.png);
	background-repeat: no-repeat;
	clear:both;
	width:197px;
	height:21px;
	background-position: center -2px;
}
.side_mid_bot {
	height:37px;
	background-image: url(../websites/rainbowconnection/images/images/sidebar_all.png);
	background-repeat: no-repeat;
	background-position: right -23px;
}
.side_bot {
	height:25px;
	margin-bottom: 50px;
	background-image: url(../websites/rainbowconnection/images/images/sidebar_all.png);
	background-repeat: no-repeat;
	background-position: right -59px;
}
.side_cornr_content {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 11px;
	padding-bottom: 0px;
	text-align: center;
}
.footer {
	background-image: url(../websites/rainbowconnection/images/images/footer.png);
	background-repeat:no-repeat;
	width: 744px;
	height: 45px;
	clear:both;
	position:relative;
	top:-40px;
	padding-left:15px;
	line-height: 20px;
}
.footer a {
	text-decoration:none;
	color:#CCC;
	font-size:10px;
	text-align:center;
	margin-left:10px;
}
.footer a:hover {
	text-decoration:underline;
	color:#CCC;
	font-size:10px;
	text-align:center;
	margin-left:10px;
}
.validator {
	margin-right:380px;
	margin-left: 300px;
}
.footer p span {
	font-size:10px;
	margin-right:505px;
}
.oneColElsCtr #container .cornr_box .content_bg .cornr_content div {
	font-size: 12px;
	line-height: 20px;
}
.oneColElsCtr #container .cornr_box .content_bg .cornr_content div a {
	font-size: x-small;
}
.sidebar .side_content_bg .side_cornr_content p {
	font-size: 10px;
	color: #FFF;
}
.oneColElsCtr #container .cornr_box .cornr_top div h3 {
	font-size: large;
	color: #FFF;
	margin: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
