﻿/*START BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*END BROWSER RESET*/

/* UTILITY */
.ir
{
	position:relative;
}

.ir span
{
	display:block;
	width:0;
	height:0;
	overflow: hidden;
}

.ir a
{
	width:100%;
	height:100%;
	display:block;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear
{
	clear:both;
}

/* MAIN LAYOUT */
body
{
	background:#fff9b8 url('../images/bg.jpg') no-repeat scroll center top;
}

#container, #footer-contents
{
	width:598px;
	margin:0 auto;
}

#branding
{
	background:transparent url('../images/lady.png') no-repeat scroll 0 63px;
	height:450px;
	position:relative;
	margin-top:15px;
}

div#footer
{
	margin-top:40px;
	border-top:2px #fff dashed;
	padding-top:40px;
	padding-bottom:10px;
	clear:left;
	background-color:#7c6540;
	color:#fff;
	position:relative;
}

/*HEADER */


h1.logo
{
	width:207px;
	height:75px;
	background:transparent url('../images/logo.png')  no-repeat scroll left top;
	margin-left:40px;
}

h2#subtitle
{
	background: transparent url('../images/speech-bubble.png') no-repeat scroll left top;
	width:321px;
	height:172px;
	position:absolute;
	right:60px;
	top:95px;
}

h2#download
{
	position:absolute;
	right:32px;
	top:290px;
}

h2#download a
{
	background:transparent url('../images/download.png') no-repeat scroll left top;
	width:242px;
	height:93px;
}

h2#download a:hover
{background-position:right top;}


/*PAGE BODY */

/*navigation */
div#navigation
{
	float:left;
	background:transparent url('../images/sidebar-top.png') no-repeat scroll 10px top;
	width:193px;
	padding-top:28px;
	margin-bottom:40px;
}

div#navigation ul
{background:transparent url('../images/sidebar-bottom.png') no-repeat scroll 10px bottom; padding-bottom:28px;}


div#navigation ul li
{
	background:transparent url('../images/sidebar-span.png') repeat-y scroll 10px top;
	padding-left:12px;
	list-style-type:none;
	padding-right:18px;
}

div#navigation ul li a
{ 
	display:block;
	height:100%;
	padding:5px 0 5px 18px;	
}


div#navigation ul li a:hover
{
	background:#eee;
}

div#navigation li.ui-tabs-selected 
{
	background:transparent url('../images/sidebar-active-tab.png') no-repeat scroll center center;
	height:45px;
	line-height:45px;
	color:#fff;
	padding:0;
	padding-left:20px;
}

div#navigation li.ui-tabs-selected a
{
	padding:0;
}

div#navigation li.ui-tabs-selected a:hover
{
	background:none;
}


.ui-tabs-hide {
     display: none;
}

/*end navigation */

div#main-content
{
	margin-left:230px;
}

/*FORMATTED STYLES */

.formatted p
{
	margin-bottom:1.5em;
}


/*Footer  */

#contact-form{
	float:right;
	width:200px;
	margin-left:60px;
	margin-bottom:40px;
}

#contact-form form{
	border:1px #FFF9B8 dashed;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#e67a5d;
}


#contact-form fieldset
{
	
	padding:20px;
	padding-top:5px;
}

#contact-form legend
{
	padding:3px 8px;
	font-weight:bold;
	font-size:18px;
	background-color:#992607;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #FFF9B8 dashed;
	margin-top:-15px;

}

#contact-form label
{
	display:block;
}

#contact-form textarea
{
	width:100%;
	height:100px;
}

