/* GLOBAL
*****************************************************************/
body {
    margin: 0;
    font-family: "Verdana", "Arial", "Helvitica", sans-serif;
    text-align: center;
    background-color:#231F20;
}
	
img {
	border: none;
	margin: 0;
}

p {
	font-size: 11px;
}


/* STRUCTURE
*****************************************************************/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background-color:#231f20;
	overflow:hidden;
}

#top{
	display:block;
	width:100%;
	height:120px;
	font-family:"Century Gothic","URW Gothic L",Helvetica,Granada,Arial,sans-serif;
	color:#fff;
	letter-spacing: 0.125em;
}

#top a{
	font-family:"Century Gothic","URW Gothic L",Helvetica,Granada,Arial,sans-serif;
	color:#fff;
	text-decoration: none;
}

#top a:hover{
	border-bottom:dotted 1px;
}

#top #logo{
	display:block;
	float:left;
	background:url('/images/home/logo.gif') center center no-repeat;
	width:200px;
	height:110px;
	margin:5px;
}

#top #logo:hover{
	border-bottom: 0;
}

#top #top_links{
	display:block;
	float:right;
	clear:right;
	margin:5px;
	font-size:12px;
	letter-spacing: .125em;
}

#top ul{
	display:block;
	float:left;
	list-style: none;
	padding: 0;
}

#top #nav_major{
	width:775px;
	margin: 22px 0 10px 10px;
	font-size:16px;
}

#top #nav_major li{
	float:left;
	margin:0px 30px 0px 0;
}

#top #nav_minor{
	width:775px;
	margin: 0px 0 10px 10px;
	font-size:12px;
	letter-spacing: .1em;
}

#top #nav_minor li{
	float:left;
	margin:0px 20px 0px 0;
}


#left {
	float: left;
	margin: 0;
	width: 210px;
}

#left #left_pics #left_pic_sm{
	display:block;
	visibility:hidden;
	width:210px;
	height:200px;
}

#left #left_pics #left_pic_lg{
	display:block;
	visibility: hidden;
	width:210px;
	height:300px;
}

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

#menu img, #menu li {
	display: block;
	margin: 0;
	padding: 0;
}

#menu_bot {
	background: url(../images/home/menu_bot.jpg) no-repeat;
	margin: 0;
	width: 174px;
	height: 165px;
}

#right {
	float: left;
	margin: 0;
	width: 785px;
	border-left:solid 5px #fff;
}

#right #content{
	display:block;
	width:785px;
	background-color:#231f20;
}

#right.home_right #content{
	height:500px;
}

#footer {
	clear: both;
	padding-top: 10px;
	font-size: 10px;
	color: #AAA;
}


/* CONTENT
*****************************************************************/
.home_right  {
	background: url(../images/home/custom_home_front.jpg) right top no-repeat;
}

#header {
	float: right;
	margin: 0;
	text-align: right;
}

h1 {
	margin: 0;
	padding: 6px 30px 0 0;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
}

#header a {
	display: block;
	margin: 2px 39px 0 0;
}

#why_osprey {
	float: left;
	margin: 360px 0 0 43px;
	text-align: left;
	/* IE Hack \*/
	*margin-left: 18px;
	/* End */
}

#home_trends {
	float: left;
	margin: 306px 0 0 30px;
	text-align: left;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 0;
	color: #00552C;
	line-height: 14px;
}

.btn_link {
	margin: 5px 5px 0 0;
	text-align: right;
}


/* LINKS
*****************************************************************/

