﻿:active, :focus
{
	outline: 0;
}

body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat top center #fff;
	height: 100%;
}

td {
   font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000; 
    }

html
{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
}

#header
{
	position: absolute;
	margin: 0 auto;
	height: 288;
}

#homeCopy
{
	height: 288px;
}

#homeCopy p
{
	width: 465px;
	margin: 0 auto;
	padding-top: 10px;
}

#logo
{
	width: 229px;
	position: absolute;
	top: 0;
	left: 0;
	height: 288px;
}

#promo
{
	background: url(../images/promo2.png) no-repeat;
	width: 236px;
	height: 288px;
	font-size: 11px;
	position: absolute;
	left: 758px;
}


h1
{
	color: #b0610f;
	font-size: 14px;
}

h2
{
	color: #b0610f;
	font-size: 12px;
}

hr
{
	border-bottom: 1px solid #b0610f;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

a
{
	color: #b0610f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.input
{
	border: 1px solid #b0610f;
	padding: 2px;
	/*z-index: 300;*/
}

.domWindowCloseBtn
{
	text-align: right;
}

#detailContent {
	text-align: center;
	position: absolute;
	width: 500px;
	margin-left: 245px;
	padding-bottom: 50px;
}

#detailContent p
{
	line-height: 24px;
}

#divNonFlash {
    display: none; 
    /*height: 100%; */
    /*height: 344px;*/
    position: relative; 
    text-align: center;
}

#flashContent
{
	text-align: center;
	position: absolute;
	width: 500px;
	margin-left: 245px;
}

#flashContent p
{
	line-height: 24px;
}

#flashContent a
{
	text-transform: uppercase;
	/*text-decoration: underline;*/
}

#flashContent a:hover
{
	text-decoration: underline;
}

#divFlash
{
	position: absolute;
	top: 288;
}

#promo p
{
	margin: 0;
	padding-top: 172px;
	padding-left: 14px;
	color: #6b5948;
	width: 190px;
	line-height: 15px;
}

#containerHome {
	width: 1016px;
	margin: 0 auto;
	
}

#container {
	width: 1016px;
	margin: 0 auto;
}



#footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	width: 100%;
	height: 40px;
	text-align: center;
	position: fixed;
    bottom: 0px;
    right:0px;
    left: 0px;
    /*IE6*/
    _position: absolute;
}

#footer ul
{
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#footer ul li
{
	display: inline;
	list-item-type: none;
	padding-right: 40px;
}

#footer ul li.last
{
	display: inline;
	list-item-type: none;
	padding-right: 0px;
}

#footer ul li a
{
	color: #513927;
	font-weight: bold;
	text-decoration: none;
}

#footer ul li a:hover
{
	text-decoration: underline;
}

/*******CARD*******/

#card
{
	width: 456px;
	height: 211px;
	/*position: relative;*/
	
	
}

#prevButton
{
	width: 39px;
	z-index: 100;
	position: absolute;
	padding-top: 78px;
	padding-left: 10px;
}

#nextButton
{
	width: 39px;
	position: absolute;
	z-index: 80;
	padding-left: 445px;
	padding-top: 78px;
}

#cardContent {
	width: 496px;
	height: 211px;
	margin-bottom: 20px;
	border: 0px solid pink;
}

#photo {
	z-index: 0;
	position: absolute;
	padding-top: 75px;
	padding-left: 45px;
	width: 100px;
}

#divIdea
{
	background: url(../images/card.png) no-repeat;
	width: 456px;
	height: 211px;
	float: left;
	z-index: 60;
	position: absolute;
	margin-left: 20px;
}

#ideaNumber {
	z-index: 40;
	padding-left: 49px; 
	text-align: right; 
	width: 40px;
	padding-top: 48px;
    float: left;
    color: #c38647;
}

#ideaContent {
    width: 270px;
    float: left;
    padding-top: 40px;
    padding-left: 50px;
    color: #fbf6ec;
}

#idea {padding-top: 50px;}