/*
Description: Oneblueprint style sheet.
Author: Diego A Waisman
Author email: diego@waisman.info
Author URI: http://diego.waisman.info


/* Site
   -------------------------------- */
 


html {overflow-y: scroll;background: #22282b ;margin:0;}

body {margin: 0;padding: 0 0 0px;background: transparent url('../img/top_back3.jpg') no-repeat center top;min-height: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}
#wrapper {margin: 0 auto;width: 1024px;position: relative;}
 


div.notice {
	background: #FFF1AF;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 12px;
	border: 1px solid #EFD500;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* Logo
   -------------------------------- */

h1.logo {
	position: absolute;
	top: 53px;
	left: 40px;
	margin: 0;
	
}

h1.logo,
h1.logo a {
	width: 243px;
	height: 68px;
	color:FFF;
}

h1.logo a {
	display: block;
	background: url('../img/oneblueprint_logo.png') no-repeat;
	color:FFF;
}

h1.logo a span {
	display: none;
	color:FFF;
}
a {color:FFF;}

/* Dock
   -------------------------------- */

#dock {
	height: 25px;
	float: left;
	position: absolute;
	top: 0;
	right: 2px;
}

#dock .left {
	float: left;
	width: 3px;
	height: 25px;
	background: url('../img/dock.png') no-repeat left top;
}

#dock .right {
	float: left;
	width: 3px;
	height: 25px;
	background: url('../img/dock.png') no-repeat right top;
}

#dock ul,
#dock ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#dock ul {
	padding: 0 6px;
	height: 25px;
	background-color: #000;
	margin: 0 51px 0 0 ;
}

#dock ul li {
	padding: 0 6px;
	position: relative;
}

#dock ul li a {
	float: left;
	display: block;
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
}

#dock ul li a:hover,
#dock ul li.selected a {
	color: #fff;
	border-bottom: 2px solid #ff9c08;
}

#dock ul li.selected a {
	font-weight: bold;
}

/* Navigation
   -------------------------------- */

#navigation {
	height: 41px;
	float: left;
	position: absolute;
	top: 67px;
	right: 0px;
	
	
}

#navigation .left {
	float: left;
	width: 5px;
	height: 41px;
	/* background: url('img/navigation.png') no-repeat left top; */
	background: url('../img/navigation_l.png') no-repeat left top;
}

#ie6 #navigation .left {
	background: transparent none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/navigation_l.png', sizingMethod='scale');
	zoom: 1;
}

#navigation .right {
	float: left;
	width: 3px;
	height: 41px;
	background: url('../img/navigation.png') no-repeat right top;
}

#navigation ul,
#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 38px;
	 
}

#navigation ul {
	height: 41px;
	background: url('../img/navigation.png') repeat-x 0 -41px;
	margin: 0 57px 0 0 ;
}

#navigation ul li a {
	float: left;
	display: block;
	height: 41px;
	padding: 0 18px;
	color: #ccc;
	text-decoration: none;
	
	background: url('../img/navigation_s.png') no-repeat right top;
}

#navigation ul li.selected a {
	color: #fff;
	border-bottom: 2px orange solid;
}

#navigation ul li.last a{
	background-image: none;
}

#navigation ul li a:hover {
	color: #fff;
	border-bottom: 2px orange solid;
}
