body {		margin: 0px;
			padding: 0px;
			/*background: url(../assets/dolab_logo.png) fixed no-repeat #33332e; */
			background: #FFF;
			font-family: "LucidaGrande", Sans-Serif; 
			font-size: 13px; 
			line-height: 19px; 
			color: #FFF; }

h1 { font-size: 24px; margin: 15px 0px 20px 0px; font-weight: bold; color: #444; text-align: center; }
h2 { font-size: 14px; margin: 0px 10px 10px 0px; font-weight: normal; color: #444; }
h3 { font-size: 11px; margin: -5px 0px 10px 0px; font-weight: normal; color: #888; }
h1 span { font-size: 14px; font-weight: normal; color: #444; text-align: center; }

hr { border: none; border-bottom: 1px solid #888; }

a {	text-decoration: none; color: #333; }
a:visited {color: #333; }
a:hover {color: #000; }
b {color: #000; }
hr { border: 0px; border-bottom: 1px solid #444; padding-top: 10px; }

li { margin-bottom: 8px; }

#wrapper {width: 970px; margin: auto; }

#dolab_logo {width: 200px; text-align: center; margin: 10px auto; }

#slipstream_logo {width: 970px; margin: auto;}

#slipstream_logo img {float: left; text-align: left; margin: 20px auto; }
#slipstream_logo span {float: right; font-size: 18px; margin-top: 50px; font-style: italic; color: #444; }


#sidebar {float: left; width: 150px; margin-right: 20px; margin-top: 28px;  }
#sidebar a {display: block; background-color: #808073; -webkit-border-radius: 12px; -moz-border-radius: 12px;
font-size: 13px; color: #FFF; padding: 3px 8px; margin-bottom: 4px; }
#sidebar a:hover {background-color: #b2b2a0; }
#sidebar span {display: block; background-color: #ccccc2; -webkit-border-radius: 12px; -moz-border-radius: 12px;
font-size: 13px; color: #000; padding: 3px 8px; margin-bottom: 4px; }

#main {float: left; width: 800px; }

.window {	-webkit-border-radius: 12px; 
			-moz-border-radius: 12px;
			border-radius: 12px;
			border: 1px solid #000; 
			background-color: #FFF; 
			color: #000;
			width: 800px; 
			margin: 0px auto 20px auto; 
			-webkit-box-shadow: 0px 0px 15px #444;
			}

.window_title {	font-size: 20px; 
				-webkit-border-top-left-radius: 12px;
				-webkit-border-top-right-radius: 12px; 
				-moz-border-radius-topleft: 12px;
				-moz-border-radius-topright: 12px;
				border-bottom: 1px solid #000; 
				height: 22px; 
				padding: 6px 0px 2px 0px; 
				color: #000; 
				background: #FFFFFF;
				background:-webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(179,179,161))); 
				text-align: center; }
				
				
				
.window_carousel {border-bottom: 1px solid rgb(204,204,184); 
				height: 40px; 
				padding: 10px; 
				background: -webkit-gradient(linear, left top, left bottom, from(rgb(128,128,115)), to(rgb(179,179,161))); }

.window_inner {padding: 8px 15px; }

.window_image_wrapper {width: 800px; margin-bottom: 10px; }


.window_image {float: left; width: 240px; margin: 5px 8px; padding: 5px; color: #444; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; height: 100px;
background-color: #e5e5da; font-size: 14px; text-align: center; }
.window_image img {margin-bottom: 8px; border: 1px solid #80807A;}
.window_image span {text-align: left; color: #FFF; font-size: 12px; }


.window_image_large {float: left; width: 770px; margin: 5px 8px; padding: 5px; color: #444; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; height: 130px;
background-color: #e5e5da; font-size: 14px; text-align: center; }


.window_inner p { margin: 0px 0px 18px 0px; color: #000; }
.window_inner img {margin: auto; }
.window_inner a {text-decoration: underline; }

.window_inner h2 { font-size: 16px; margin: 0px 0px 4px 0px; font-weight: normal; color: #555; }

p.smaller {font-size: 11px; line-height: 15px; color: #666; }

.window_inner_images {display: block; float: right; }
.window_inner_images img {display: block; border: 1px solid #000; margin: 0px 0px 10px 10px; }

.clear {clear: both; }

.copyright {font-size: 10px; text-align: center; color: #A0A098; margin-bottom: 20px; }
.copyright a {color: #A0A098; }
.copyright a:hover {color: #555; }


.hidden {display: none; }

.window_links { width: 800px;  margin: 0px auto; padding-left: 8px; height: 21px; }
.window_links a {
display: block; float: left; 
font-size: 12px; 
-webkit-border-top-left-radius: 12px;
				-webkit-border-top-right-radius: 12px; 
				-moz-border-radius-topleft: 12px;
				-moz-border-radius-topright: 12px;
				height: 18px; 
				padding: 4px 8px 2px 8px; 
				color: #DDD; 
				background: #70706A;
				margin-left: 10px;
				background:-webkit-gradient(linear, left top, left bottom, from(#70706A), to(#50504A)); 
				text-align: center;
				}
.window_links span {
display: block; float: left; 
font-size: 12px; 
				-webkit-border-top-left-radius: 12px;
				-webkit-border-top-right-radius: 12px; 
				-moz-border-radius-topleft: 12px;
				-moz-border-radius-topright: 12px;
				height: 18px; 
				padding: 4px 8px 2px 8px;
				color: #000; 
				background: #a7a796;
				margin-left: 10px;
				
				background:-webkit-gradient(linear, left top, left bottom, from(#cdcdb8), to(#a7a796)); 
				text-align: center;
}
.window_links a:hover {background-color: #90908A; 
		background:-webkit-gradient(linear, left top, left bottom, from(#90908A), to(#70706A));
		color: #FFF; }