/****************************************************************************/
/*                                                                          */
/*  GENERIC STYLES                                                          */
/*                                                                          */
/****************************************************************************/

* {
    font-family : Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 130%;
    padding: 0;
    margin: 0;
    color: #e0c484;
}
html, body {
    font-size: 9pt;
    background: #bcaa88 url(../gfx/topGradient.png) top repeat-x;
}
img {
    border: 1px solid black;
    margin: 0;
}
a {
	font-weight: bold;
    text-decoration: underline;
    color: #e0c484;
}
a:hover {
    color: #ffeabb;
}
table {
	border-collapse: collapse;
}
td {
	padding-right: 8px;
}
hr {
	display: none;
}
.clear-floats {
    clear: both;
}

/****************************************************************************/
/*                                                                          */
/*  NAVIGATION                                                              */
/*                                                                          */
/****************************************************************************/

#nav {
    margin: 0;
    height: 60px;
    width: 820px;
    text-align: center;
    background: transparent url(../gfx/navStrip.png) repeat-x;
}
#nav li {
    margin: 0 -1px;
    display: inline-block;
    text-align: center;
    list-style: none;
}
/* Hack for IE 7 */
* + html #nav li {
    margin: 0 1px;
    display: inline;
}
#nav a, #nav p {
    height: 28px;
    display: block;
    padding: 11px 14px 0 14px;
    font-size: 14px;
    color: #c7bb98;
    font-weight: normal;
    text-decoration: none;
    background: transparent url(../gfx/navStates.png) 0px   0px repeat-x;
}
#nav a:hover {
    color: #381b11;
    background: transparent url(../gfx/navStates.png) 0px -42px repeat-x;
}
#nav .active p {
    color: #381b11;
    background: transparent url(../gfx/navStates.png) 0px -42px repeat-x;
}

/****************************************************************************/
/*                                                                          */
/*  PAGE LAYOUT                                                             */
/*                                                                          */
/****************************************************************************/

#container1 {
    width: 1140px;
    margin: 0 auto;
    background: transparent url(../gfx/containerStretch.png) repeat-y;
}
#container2 {
    width: 1140px;
    margin: 0 auto;
    background: transparent url(../gfx/containerTop.png) top no-repeat;
}
#container3 {
    width: 820px;
    margin: 0 auto;
}
/* We're not loading an image for the header because the artwork already lives in container2 */
#header {
    margin: 0;
    padding: 0;
    width: 820px;
    height: 162px;
    display: block;
    background: transparent;
}
#header h1 {
	display: none;
}
#body {
    padding: 20px;
    padding-top: 0;
    background: #756742 url(../gfx/pageBottom.png) bottom repeat-x;
}
#body p {
	margin: 10px 0;
}
#footer {
	padding-top: 28px;
	text-align: center;
	color: #6e623f;
	height: 75px;
    background: transparent url(../gfx/footer.png);
}
#footer li {
    margin: 0 -1px;
    display: inline-block;
    list-style: none;
}
/* Hack for IE 7 */
* + html #footer li {
    margin: 0 1px;
    display: inline;
}
#footer a, #footer p {
    padding: 0 8px;
	font-weight: normal;
    color: #6e623f;
}
#footer a:hover {
    color: #e0c484;
}

/****************************************************************************/
/*                                                                          */
/*  BOX ELEMENTS                                                            */
/*                                                                          */
/****************************************************************************/

.left {
    width: 232px;
    float: left;
}
.right {
    width: 528px;
    float: right;
}
.image {
	margin: 0;
	padding: 5px;
	border: 2px solid #ab9663;
}

/****************************************************************************/
/*                                                                          */
/*  CONTENT FORMATTING                                                      */
/*                                                                          */
/****************************************************************************/

h2 {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: normal;
    color: #ab9663;
    border-bottom: solid 2px #ab9663;
}
h2 strong {
    font-size: 24px;
    font-weight: bold;
    color: #e0c484;
}
h3 {
    margin: 22px -20px 12px -20px;
    padding: 8px 0 0 20px;
    height: 31px;
    font-size: 18px;
    font-weight: bold;
    background: transparent url(../gfx/sectionHeader.png);
}
.download {
	margin: 12px 0 12px -20px;
	padding-left: 52px;
	padding-top: 10px;
	width: 168px;
	height: 24px;
	display: block;
	background: transparent url(../gfx/download.png);
}

.launch {
	float: right;
	margin: 12px -20px 12px 0;
	padding-left: 65px;
	padding-top: 10px;
	width: 170px;
	height: 24px;
	display: block;
	background: transparent url(../gfx/lulu.png);
}

/****************************************************************************/
/*                                                                          */
/*  SPECIFIC FORMATTING                                                     */
/*                                                                          */
/****************************************************************************/

#welcomeText {
	width: 528px;
}