/* GUZO Styles */

/* Defaults */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	color: #000;
 	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.clear{
	clear:both;
}

img {
	border: 0;
}

a { color:#000; background-color:inherit; }
a:hover { color:#fbb3b3; background-color:inherit; }

/* Site Containers */	

#Container {
	width: 940px;
	height: 688px;
	text-align: left;
	margin:20px auto 5px auto;
}

#Footer a
{
	color: #CCC;
}
#Footer
{
	font-size: 0.85em;  
	border:none; 
	margin-top: 5px
}

.ContainerBGHome
{
	background:url(../images/bg1.png) no-repeat top left;
}
.ContainerBGElse
{
	background:url(../images/bg.png) no-repeat top left;
}


#ContentContainer {
    border:0px solid #FBB3B3;
    border-top-width:1px;
    width:928px;
    margin:22px 0 0 1px;
    clear:both;
}

#Content {
    height:555px;
    padding:10px 0;
    overflow:auto;
}


#MainNav, #MetaNav, #SubNav { font-size:14px; }

/* Main Navigation */
#MainNav {
    list-style-type:none;
    position:relative;
    margin:0;
    padding:0;
}

#MainNav li {
    position:absolute;
}

#MainNav .link a, 
#MainNav .current a,
#MainNav .section a {
    width:98px;
    height:16px;
    border:1px solid #000;
    border-bottom-width:0px;
    background-color:#ebebeb;
    display:block;
    text-align:center;
    text-decoration:none;
    color:#000;
    padding:5px 0px 0px 0px;
}

#MainNav .Menu4 a, #MainNav .Menu5 a {
    color:inherit;
    background:#dcdcdc;
}

#MainNav .section a, #MainNav .current a {
    color:inherit;
    background:#FFF;
}

#MainNav .section, #MainNav .current {
    margin-top:50px !important;
    z-index:10 !important;
}

#Logo { margin:0 0 0 38px; z-index:1; } /* home */
#MainNav .Menu2 { margin:45px 0 0 165px; z-index:7; }
#MainNav .Menu3 { margin:45px 0 0 270px; z-index:6; }
#MainNav .Menu4 { margin:40px 0 0 375px; z-index:5; }
#MainNav .Menu5 { margin:40px 0 0 480px; z-index:4; }

#Logo div {
    width:158px;
    height:65px;
    border:1px solid #000;
    background-color: #FFF59B;
}

#Logo a{
    background-image: url(../images/guzo.png);
    background-repeat: no-repeat;
    background-position: 12px 10px;
    padding:0px;
    display: block;
    border: none;
    height: 60px;
}

#MainNav .Menu1 span {
    display:none;
}

/* Sub Navigation */
#SubNav {
    position:absolute;
    color:inherit;
    background:#FFF59B;
    margin:0 0 0 1px;
    padding:5px 4px 0 4px;
    top: 92px;
    text-align:right;
    height:17px;
    clear:both;
    font-weight:bold;
}

.about { width:157px; }
.projects { width:262px; }
.offers { width:367px; }

#SubNav a, #MetaNav a {
    color:#000;
    background-color:inherit;
    text-decoration:none;
    font-weight:normal !important;
}

#SubNav a.current, #SubNav a:hover, #MetaNav a.current, #MetaNav a:hover, #SubNav a.section, #MetaNav a.section {
    background-color:inherit;
    color:#FBB3B3;
}

#SubNav a.current, #MetaNav a.current, #SubNav a.section, #MetaNav a.section {
    text-decoration:underline;
}

/* Meta Navigation */
#MetaNav {
    float:right;
    margin:31px 10px 0 0;
    height:20px;
    padding:11px 11px 10px 11px;
    font-weight:bold;
}

#MetaNav.current {
    background:#FFF;
    color:inherit;
    border:1px solid #000;
    border-bottom-width:0px;
    padding:10px;
}

/* Panel on the right */
#Panel {
    width:436px;
    height:600px;
    position:absolute;
    top:108px;
    z-index:100;
    margin-left:475px;
    background:transparent url(../images/overlay.png) no-repeat top left;
}

#Panel #InnerPanel {
    width:418px;
    height:598px;
    margin:1px;
    overflow:auto;
}

.blogcontent h3 {
    clear:both;
    margin:0 0 1em 165px;
}

#Sidebar {
    clear:both;
    margin:0 0 0 165px;
    float:left;
    display:inline;
}

#Sidebar h3 {
    float:left;
    margin:0 8px 0 0;
    padding:0;
}

#Sidebar ul {
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
}

#Sidebar li {
    float:left;
    padding-left:1em;
}

#PageComments {
    list-style-type:none;
    padding:0;
    margin:0;
}

#PageComments li *{
    padding:0;
    margin:0;
}

#PageComments .info {
    color:#999;
    font-size:0.9em;
}

#PageComments li {
    padding:5px;
    border:0px solid #fbb3b3;
    border-bottom-width:1px;
}

#PageComments li.first {
    border-top-width:1px;
}

#PageComments .odd {
    background-color:#ebebeb;
}

#PageComments .spam {
    text-decoration:line-through;
    background-color:#fbb3b3;
}

#PageComments_holder {
    padding:0px 1em;
}


p.tags {
    border:0px solid #fbb3b3;
    border-bottom-width:1px;
    float:left;
    width:100%;
    line-height:1.8em;
    padding:0;
}

strong.Tags {
    display:block;
    float:left;
    background-color:#fbb3b3;
    padding:0 10px;
    color:#FFF;
    font-weight:normal;
    text-transform:uppercase;
    margin-right:10px;
}

.Content {
    width:60%;
    padding:1em;
}

/* Homepage */
#NewsContainer
{
	margin-left:165px;
	margin-top: 7px; 
}


/* Homebox */
.HomeBox {
    width:100%;
    border: 0px solid #FBB3B3;
    border-width: 1px 0;
    border-collapse:collapse;
	border-bottom: none;
}

/*.HomeTitle{
	line-height: 0px;
}*/



.HomeBox .ImageBox{
    line-height:0px;
    width: 165px;
    border: 0px;
}

.HomeBox .ContentBox {
	float: left;
    padding: 20px 0px 0px 25px;
    max-width:53%;
    width: 53%;
}

.HomeBox .BlogBox, .HomeBox .EmptyBox {
	height: 284px;
    width:225px;
    border:0px solid #FBB3B3;
    border-left-width:1px;
}

.BlogBox .ImageBox {
    line-height:0em;
    width:165px;
    border-right-width:1px;
}

.ImageBox {
	float: left;	
}

.BlogBox,
.EmptyBox{
	float: right;	
    width:100%;
    border-collapse:collapse;
}

.BlogBox .ContentBox {
    padding:0 1em 1em 1em;
}

.BlogBox .TagBox {
    width:35%;
    border-left-width:1px;
}

.BlogBox .authorDate {
    font-size:0.9em;
    margin:1em 0;
}

.BlogBox .blogVitals, .TagBox p {
    padding:1em;
}

.NewsBox
{
	float: left;
	width: 268px;
	height: 220px;
	overflow: auto;
}

.NewsBox h3,
.BlogBox h3 {
    padding:0;
    margin:0;
}

.NewsBox h3 a, 
.BlogBox h3 a {
    text-decoration:none;
    display:block;
    padding:5px 10px;
    color:#000 !important;
    background:#FFF59B url(../images/link.gif) no-repeat 205px 4px !important;
}

.NewsBox h3 a:hover {
    background-color:#FFF59B;
    color:#FBB3B3 !important;
}

.NewsBox p, 
.BlogBox p {
    padding:5px 10px 0 10px;
}




/* People Page */
.WhoBox {
    margin-left:165px;
    width:60%;
}

.WhoBox p {
    width:310px;
}

.WhoBox ul.Types {
    float:left;
    list-style-type:none;
    padding:0;
    margin:0;
}

.WhoBox .Types li {
    float:left;
    margin-right:5px;
}

.WhoBox .Types a {
    text-decoration:none;
    display:block;
    padding:3px 5px 0px 20px;
    font-size:12px;
    line-height:12px;
    color:inherit;
    background:#ebebeb url(../images/link.gif) no-repeat left center;
    float:left;
}

.WhoBox .Types a:hover, .WhoBox .Types a.current, .WhoBox .Types a.current:hover {
    background-color:#FFF59B;
    color:inherit;
}

.Preview {
    clear:both;
    float:left;
    width:100%;
    margin:0;
    border-collapse:collapse;
    border:1px solid #FBB3B3;
    border-width:0 0 1px 0 !important;
}

hr.PreviewLine {
	border-color:#FBB3B3;
	margin:1em 0 0 0;
	float:left;
	width:100%;
}

.Person .Preview {
    border-top-width:0px;
    margin:0 0 1em 0;
}

.Person .Content, .Project .Content {
    float:left;
    padding:20px 20px 20px 165px;
    width:300px;
    border:0px solid #FBB3B3;
    border-bottom-width:1px;
}

.Preview .Photo {
    line-height:0em;
    width:88px;
    height:88px;
}

.Preview h3, .Preview h2, .Preview table{
    margin:3px 0 0 10px !important;
}

.Preview p {
    width:60%;
    margin:3px 0 0 10px !important;
}

.Preview .BlockHolder {
    vertical-align:bottom;
}

#Panel .Preview {
    border-color:#FFF59B;
}

#Panel .Preview p {
    width:75%;
}

table.InfoBlock {
    width:384px;
    margin:0 0 0 1px;
    clear:both;
}

table.InfoBlock, table.InfoBlock th, table.InfoBlock td {
    border:1px solid #FFF;
    border-collapse:collapse;
    border-bottom-width:0px;
}

table.InfoBlock th {
    font-weight:normal;
    text-transform:uppercase;
    padding:2px 20px 0 5px;
    margin:0;
    height:13px;
    font-size:11px !important;
    background:#FFF59B url(../images/link.gif) no-repeat right -1px;
    width:5%;
    line-height:13px;
}

table.InfoBlock td {
    background:#ebebeb;
    padding:2px 5px 0 5px;
    font-size:12px;
    line-height:12px;
}

table.InfoBlock a { text-decoration:none; }

#Panel table.InfoBlock {
    width:328px;
}

a.BackButton {
    clear:both;
    float:left;
    display:block;
    font-size:1.1em;
    padding:3px 25px;
    color:#FFF !important;
    background:#FBB3B3;
    text-decoration:none;
}

a.BackButton:hover {
    color:#000 !important;
}

.PanelContent {
    padding:20px 30px;
}

.PanelContent h3 {
    margin-top:0;
}

.GuzoLink {
    display:block;
    font-size:12px;
    line-height:1em;
    margin-bottom:1px;
    padding:3px 5px 0 20px;
    color:inherit;
    background:#ebebeb url(../images/link.gif) no-repeat top left !important;
    text-decoration:none;
}

.GuzoLink:hover, .GuzoLink.active {
    background-color:#FFF59B;
    color:#000 !important;
}

.Project .Content {
    width:455px;
    padding-left:20px;
}

.Project .ProjectInfo {
    width:350px;
    float:left;
}

.Project table.InfoBlock {
    width:350px;
    position:relative;
    margin:0;
}

.Project h1 {
    float:left;
    margin:0 0 1em 0 !important;
}

.Project .Status {
    float:right;
    background:#999;
    color:#FFF;
    font-size:10px;
    line-height:1em;
}

.Project .Status .current {
    color:#000;
}

.Project .Status strong {
    display:block;
    float:left;
    background:#FFF59B;
    color:#000;
    padding:3px 5px 3px 5px;
    font-weight:normal;
    text-transform:uppercase;
}

.Project .Status .wrap {
    display:block;
    float:left;
    padding:3px 5px 1px 5px;
}

a.BuyLink {
    display:block;
    height:64px;
    width:64px;
    background:#FFF59B url(../images/buy.png) no-repeat top left;
    float:right;
    margin-right:12px;
}

a.BuyLink:hover { background-position:bottom left; }

a.BuyLink span { display:none; }

#Panel .inner {
    padding-left:18px;
}

#Panel .inner h4 {
    float:left;
    width:100%;
    margin:1em 0 0.2em 0;
}

.List .Preview h2 {
    width:70%;
}
.List .Preview p {
    width:60%;
}

ul.List {
    list-style-type:none;
    padding:0;
    margin:0;
    width:100%;
    float:left;
}

ul.Clients li {
    clear:both;
    float:left;
}

ul.Clients li .GuzoLink {
    float:left;
    width:245px;
}

ul.Clients ul.SubList, ul.Clients ul.SubList li {
    float:left;
    width:656px;
}

ul.SubList {
    list-style-type:none;
    padding:0;
    margin:0 0 0 1px;
}

ul.SubList a {
    display:block;
    background:#fff59b;
    color:#000;
    margin-bottom:1px;
    padding:2px 4px 1px 4px;
    text-decoration:none;
    font-size:12px;
    line-height:1em;
}

ul.SubList a:hover, ul.SubList a.active {
    background:#fbb3b3;
    color:#FFF;
}

#Panel ul.List {
    width:100%;
}

#Panel ul.Nolinks li {
    background:#FFF59B;
    color:#000;
    margin-bottom:1px;
    padding:3px 4px 1px 4px;
    font-size:12px;
    line-height:1em;
}

ul.Thumbs {
    float:left;
    list-style-type:none;
    padding:30px 0 10px 18px;
    margin:0;
    line-height:0px;
}

ul.Thumbs .active {
    -moz-opacity:0.3;
    opacity:0.3;
    /*filter: alpha(opacity=30);*/
}

ul.Thumbs li {
    float:left;
    margin-right:4px;
    padding:0;
    line-height: 0px;
}

.SubTab .List {
    margin-top:2.2em;
}

hr {
    background-color:#FFFFFF !important;
    border-color:#fff59b;
    border-style:solid;
    border-width:0px 0px 1px !important;
    clear:both;
    color:#FFFFFF !important;
    height:0px;
    margin:0px;
    width:100%;
}

.TabNav {
    float:right;
    margin:1px 17px 0 1px;
    border:0px solid #FFF59B;
    border-bottom-width:1px;
    width:418px;
}

.TabNav ul{
    list-style-type:none;
    margin:0;
    float:right;
}

.TabNav li {
    float:left;
    border:0px solid #000;
    border-width:0 0 0 1px;
    padding:3px 0;
    width:68px;
    text-transform:lowercase;
    line-height:1em;
}

.TabNav li span {
    cursor:pointer;
    display:block;
    width:100%;
    height:100%;
    text-align:center;
}

.TabNav li.active {
    background:#FFF59B;
}

.TabNav li .SubTabNav {
    display:none;
}

.TabNav li.active .SubTabNav {
    display:block;
}

ul.SubTabNav {
    list-style-type:none;
    position:absolute;
    border:0px solid #000;
    border-left-width:1px;
    margin:3px 0 0 -1px;
    padding:0;
    white-space:nowrap;
    width:69px;
    z-index:10;
}

ul.SubTabNav li {
    width:22px;
    height:22px;
    border:0px solid #000;
    border-width:1px 1px 1px 0;
    padding:0;
    margin:0;
    cursor:pointer;
}

ul.SubTabNav li.audio {
    background: #FBB3B3 url(../images/audio.png) no-repeat top left;
}

ul.SubTabNav li.video {
    background: #FBB3B3 url(../images/movie.png) no-repeat top left;
}

ul.SubTabNav li.pictures {
    background: #FBB3B3 url(../images/images.png) no-repeat top left;
}

ul.SubTabNav li.active {
    background-position:bottom left;
    background-color: #FFF59B;
}

#Panel .Image .Caption {
    margin-top:1em;
}

/* Scrollbar Styles */
.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}

.vscrollerbar {
    width:13px !important;
    background:#FBB3B3;
}
.vscrollerbarbeg, .vscrollerbarend {
    height: 1px;
}

.vscrollerbase {
    width:13px;
    background:#ebebeb;
}

.vscrollerbasebeg {
    width:13px;
    height:13px !important;
    background:#FBB3B3 url(../images/up.png) no-repeat top left;
}
.vscrollerbaseend {
    width:13px;
    height:13px !important;
    background:#FBB3B3 url(../images/down.png) no-repeat top left;
}

.hscrollerbase {
    height: 13px; background-color: #ebebeb;
}
.hscrollerbar {
    height: 13px; background-color: #FBB3B3;
}

.vscrollerbar, .hscrollerbar {
    padding: 14px 13px;
    z-index: 2;
}

#AudioPlayer, #VideoPlayer {
    margin-top:45px;
}

table.Downloads {
    border-collapse:collapse;
    width: 100%;
}

table.Downloads td {
    border:0px solid #FBB3B3;
    border-width:1px 0;
    padding-left:16px;
}

table.Downloads th {
    font-size:0.9em;
    padding-left:16px;
}

table.Downloads .Photo
{
	line-height:0px;

}
table.Downloads .Photo div
{
	line-height:1.2em;
}

table.Downloads .Date {
    padding-top:0.7em;
}

table.Downloads h2 {
    color:#000;
    margin:0.5em 0 0 0;
}

.InnerText {
    width:60%;
    margin-left:30px !important;
}

.NewsBlock {
    border:0px solid #FBB3B3;
    border-bottom-width:1px;
    padding:0 0 1em 0;
}

.NewsBlock h1 {
    color:#FFF !important;
    background:#FBB3B3 !important;
    padding:6px 5px 5px 5px !important;
    font-weight:normal;
}

.NewsBlock .Date {
    display:block;
    margin:0.5em 0;
    color:#999;
}

.DownloadText {
    margin-left:14px !important
}