﻿body,html 
{
	height:100%;
}
div#subHeader 
{
	min-height:193px;
	border-bottom:8px solid #75a806;
	background:#8fce04 url(/lib/img/header/hdr-who-bg.gif) repeat-x top left;
	color:#323232;
}
* html div#subHeader { height:193px; }
div#subHeader-inner 
{
	width:780px;
	margin:0 auto;
	text-align:left;
}
div#subHeader .alpha,div#subHeader .beta 
{
	width:390px;
	float:left;
}
div#subHeader .beta 
{
	padding-top:20px;
}
div#subHeader p
{
	line-height:1.5em;
}
div#subHeader .alpha p { width:375px; }
div#subHeader .beta p { width:385px; }
div#subHeader h2 
{
	width:319px;
	height:97px;
	background:url(/lib/img/header/hdr-who-text.gif) no-repeat top left;
	margin:0 0 0.5em 0;
	padding:0;
	text-indent:-9999px;
}
div#subHeader a 
{
	display:block;
	float:left;
	padding:0 0 0 4px;
	color:White;
	text-decoration:none;
	background:url(/lib/img/link-green-left-bg.gif) no-repeat top left;
}
* html div#subHeader a 
{
    width:130px;
}
div#subHeader a:hover 
{
	color:#28340c;
}
div#subHeader a span
{
	display:block;
	height:30px;
	padding:5px 8px 0 4px;
	font-size:1.1em;
	font-weight:bold;
	background:url(/lib/img/link-green-right-bg.gif) no-repeat top right;
}
div#subHeader p#sh-links strong 
{
	display:block;
	float:left;
	width:25px;
	text-align:center;
	padding:6px 0 0 0;
}
div#content 
{
	width:780px;
	margin:0 auto;
	background:url(/lib/img/index-body-bg.gif) center top no-repeat;
	text-align:left;
	padding-top:98px;
}
div#content .alpha,div#content .beta
{
	width:390px;
	float:left;
	min-height:150px;
}
div#content .beta 
{
	background:#97b2bf url(/lib/img/index-act-bottom-bg.gif) no-repeat bottom left;
	margin-bottom:15px;
}

/* Designs */
div.designs .details 
{
    clear:left;
}
div.designs h3 {
    font-size:2em;
    font-weight:normal;
    margin:10px 0 0.5em 0;
}
div.designs dt {
    clear:both;
    float:left;
    color:#969696;
    font-weight:normal;
    width:70px;
    text-align:right;
    padding:0;
    margin:3px 8px 3px 0;
}
div.designs dd {
    width:300px;
    float:left;
    padding:0;
    margin:3px 0 3px 0;
    color:#374d58;
}

div.designs .more-details {
    display:block;
    text-align:right;
    padding-top:4px;
    border-top:1px solid #d3dade;
    margin-top:1.5em;
    width:350px;
    text-decoration:none;
    font-weight:bold;
}
div.designs .more-photos h4 
{
	padding-bottom:4px;
    border-bottom:1px solid #d3dade;
    width:350px;
}
div.designs .more-photos a 
{
	display:block;
	width:86px;
	text-align:center;
	height:60px;
	float:left;
}
div.designs .more-photos img 
{
	padding:4px;
    background:white;
    border:1px solid #b9c1c4;
}
div.designs .thumbnail {
    padding:0 0 7px 0;
    width:195px;
    float:left;
}
div.designs .thumbnail img {
    padding:7px;
    background:white;
    border:1px solid #b9c1c4;
}
div.designs .pager {
    width:184px;
    float:left;
    margin-top:1em;  
}
div.designs .pager input.img {
    padding:4px;
    background:white;
    border:1px solid #b9c1c4;
    margin:10px 0 2px 0;
}
div.designs .pager-prev 
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-bottomleft:5px;
	border-radius-topleft:5px;
	border-radius-bottomleft:5px;
}
div.designs .pager-next 
{
	-moz-border-radius-bottomright:5px;	
	-moz-border-radius-topright:5px;
	-webkit-border-radius-bottomright:5px;	
	-webkit-border-radius-topright:5px;
	border-radius-bottomright:5px;	
	border-radius-topright:5px;
}
div.designs .pager-next, div.designs .pager-prev {
    width:92px;
    height:92px;
    float:left;
    text-align:center;
    background:#d3dfe5;
}
div.designs .pager-next a, div.designs .pager-prev a {
    display:block;
    width:69px;
    padding:1px 0 1px 1px;
    margin:0 auto;
    color:#54707e;
    text-decoration:none;
    text-transform:lowercase;
}
div.designs .pager-prev a {
    text-align:right;
    background:url(/lib/img/link-previous.gif) no-repeat center left;
}
div.designs .pager-next a {
    text-align:left;
    background:url(/lib/img/link-next.gif) no-repeat center right;
}
div.designs .pager .centerText { padding-top:7px;}
div.designs .pager .centerText a 
{
	text-decoration:none;
	padding:0 12px 0 0;
	background:url(/lib/img/link-arrow-r.gif) no-repeat right 4px;
}
div#content .module 
{
    margin:1em 2em 1em 2em;
}

div#content .module .more {
    display:block;
    border-top:1px solid #7a98a7;
    text-align:right;
    margin:10px 0 0 1em;
    padding:3px 0 0 0;
}