﻿/*-------------------------------------------

             Title :  Own Brand Tools
             Usage :  Global Layout
             Author:  QualityXHTML
             Edited:  2009-07-08

---------------------------------------------*/


/*===================TOC=====================

               1. Reset
               2. Container
               3. Skip Links
               4. Branding
               5. Client Login
               5. Site Navigation
               6. Catcher
               7. Content
               8. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img, abbr, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

strong, em, cite {
	font-style: normal;
	font-weight: normal;
	}

legend {
	display: none;
	}


/* 2. Container
---------------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	background: url(../images/body_bg.png) repeat-x top left;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	position: relative;
	margin: 0 auto;
	width: 906px;
	height: 88px;
	}

#branding h1 a {
	position: absolute;
	top: 18px;
	left: -10px;
	width: 319px;
	height: 55px;
	overflow: hidden;
	text-indent: -500em;
	background: url(../images/branding_a_bg.png) no-repeat center;
	}

#branding p {
	position: absolute;
	top: 38px;
	right: 10px;
	width: 590px;
	color: #424242;
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
	}

.safari #branding p {
	text-shadow: #F4F4F4 0 1px 1px;
	}

#branding p em {
	color: #C93F23;
	font-weight: bold;
	}


/* 5. Site Navigation
---------------------------------------------*/
#site-nav {
	margin: 0 auto;
	width: 982px;
	height: 59px;
	background: url(../images/site-nav_bg.png) no-repeat top left;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul {
	margin: 0 auto;
	padding-top: 8px;
	width: 840px;
	text-align: center;
	cursor: default;
	}

.ff2 #site-nav ul {
	padding-top: 7px;
	}

#site-nav ul li {
	display: inline-block;
	margin-left: 5px;
	padding: 13px 0 15px 14px;
	background: url(../images/site-nav_li_bg.png) no-repeat top left;
	}

.ie6-7 #site-nav ul li {
	display: inline;
	margin-left: 11px;
	}

.safari #site-nav ul li {
	padding-top: 14px;
	}

#site-nav ul li:first-child {
	padding-left: 0;
	background: none;
	}

#site-nav ul li a {
	display: block;
	color: white;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	}


/* 6. Catcher
---------------------------------------------*/
#catcher {
	background: #C71F1F url(../images/catcher_bg.png) repeat-x top left;
	}

#catcher .inner-1 {
	margin: 0 auto;
	width: 906px;
	background: url(../images/catcher_inner-1_bg.png) no-repeat bottom left;
	}


/* 7. Content
---------------------------------------------*/
#content {
	position: relative;
	margin-top: 1px;
	background: url(../images/content_bg.png) repeat-x top left;
	}

#content:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}

#content .inner {
	margin: 0 auto;
	padding-bottom: 45px;
	width: 906px;
	height: 1%;
	border-bottom: 1px solid #DEDEDE;
	}

#content .inner:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}


/* 8. Site Info
---------------------------------------------*/
#siteinfo {
	margin: 0 auto;
	padding: 13px 0;
	width: 906px;
	color: #9D9D9D;
	font: 0.75em Arial, sans-serif;
	}

.safari #siteinfo {
	text-shadow: white 0 1px 1px;
	}

#foot-nav {
	margin: 0 auto;
	width: 906px;
	}

#foot-nav h3 {
	position: absolute;
	left: -500em;
	}

#foot-nav ul {
	padding-top: 8px;
	width: 840px;
	cursor: default;
	}

.ff2 #foot-nav ul {
	padding-top: 7px;
	}

#foot-nav ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 0px 5px 0px;
	}

.ie6-7 #foot-nav ul li {
	display: inline;
	margin-left: 11px;
	}

.safari #foot-nav ul li {
	padding-top: 14px;
	}

#foot-nav ul li:first-child {
	padding-left: 0;
	background: none;
	}

#foot-nav ul li a {
	display: block;
	color: #980404;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	}


/* 9. Extras
---------------------------------------------*/
