/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #e8e6dd;
	background-image: url("../images/common/page_background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #ff3300;
	text-decoration: underline;
}

a:visited {
	color: #ff6600;
}

a:hover {
	color: #fc7106;
}

.introParagraph {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.picBorder {
	border: 1px solid #000000;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 12px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 5px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

#pageDepthSpacer {
	display: block;
	height: 200px;
}


/*
Misc positioning elements
-------------------------
*/

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#centeredPage {
	display: block;
	clear: both;
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 750px;
	height: 134px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url("../images/common/header_background1.gif");
	background-repeat: no-repeat;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
Misc layout elements
-------------------------
*/

#pageArea {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 750px;
	background-image: url("../images/common/page_background_tile.gif");
	background-repeat: repeat-y;
}

#leftShadowTop {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 266px;
	background-image: url("../images/common/left_shadow_top.jpg");
	background-repeat: no-repeat;
}

#rightShadowTop {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 266px;
	background-image: url("../images/common/right_shadow_top.jpg");
	background-repeat: no-repeat;
}

#twoColumnLayout {
	display: block;
	margin: 0px 5px 0px 5px;
	width: 740px;
}

#twoColumnLayout #mainColumn {
	display: block;
	width: 505px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#twoColumnLayout #mainColumn #mainContent {
	display: block;
	margin: 0px 0px 0px 25px;
}

#newslisting {
	display: block;
	margin: 0px 0px 0px 25px;
}

#mainColumn hr {
	display: none;
}

#mainColumn h2 {
	display: block;
	margin: 25px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #b4ac90;
}

#mainColumn h3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#mainColumn ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#mainColumn ul li {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("../images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#twoColumnLayout #rightColumn {
	display: block;
	width: 215px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#rightColumn hr {
	display: none;
}

/*
Title areas
--------------------------
*/

#titleArea {
	display: block;
	margin: 0px 0px 25px 1px;
	background-image: url("../images/common/title_corner.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 45px;
}
#titleArea h1 {
	display: block;
	margin: 0px 0px 2px 24px;
	padding: 2px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#titleArea h2 {
	display: block;
	margin: 2px 0px 0px 24px;
	padding: 0px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

#platform #titleArea {
	background-color: #999999;
}
#platform #titleArea h1 {
	color: #ffffff;
}
#platform #titleArea h2 {
	color: #ffff99;
}

#content #titleArea {
	background-color: #6c6756;
}
#content #titleArea h1 {
	color: #ffffff;
}
#content #titleArea h2 {
	color: #ffff99;
}

#generic #titleArea {
	background-color: #e8e6dd;
}
#generic #titleArea h1 {
	color: #000000;
}
#generic #titleArea h2 {
	color: #00a061;
}

/*
Content elements
--------------------------
*/

#contentCover {
	float: left;
}
#contentCover img {
	border: 1px solid #000000;
}

#introText {
	display: block;
	float: right;
	width: 300px;
	text-align: left;
}

/*
Table elements
-------------------------
*/

#genericTable {
	display: block;
	margin: 25px 0px 20px 0px;
}
#genericTable caption {
	margin: 0px 1px 0px 1px;
	padding: 2px 3px 2px 8px;
	margin-bottom: 0px;
	background-color: #999999;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
#genericTable th {
	margin: 1px;
	padding: 3px 4px 3px 8px;
	background-color: #f4f3ee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#genericTable td {
	margin: 1px;
	padding: 3px 4px 3px 4px;
	background-color: #FEEDF0;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}
#genericTable tr.headings th {
	margin: 1px;
	padding: 2px 4px 2px 4px;
	background-color: #e8e6dd;
	color: #6c6756;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
#genericTable tr.headings th.left {
	text-align: left;
	padding: 2px 4px 2px 8px;
}

/*
sidepanel Action Buttons
--------------------------
*/

#actionButtons {
	margin: 0px 5px 10px 15px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/sidepanels/action_buttons/action_buttons_top.gif");
	background-repeat: no-repeat;
}

#actionButtons ul {
    list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

#actionButtons li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#actionButtons li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background-image: url("../images/sidepanels/action_buttons/action_button_off.gif");
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
}


#actionButtons li a:visited {
	background-image: url("../images/sidepanels/action_buttons/action_button_off.gif");
	color: #000000;
	
	}


#actionButtons li a:hover {
	background-image: url("../images/sidepanels/action_buttons/action_button_on.gif");
	text-decoration: none;
    color: #ffffff;
}


#actionButtons li.buyOnline a {
	background-image: url("../images/sidepanels/action_buttons/action_buy_button_off.gif");
}
#actionButtons li.buyOnline a:visited {
	background-image: url("../images/sidepanels/action_buttons/action_buy_button_off.gif");
}
#actionButtons li.buyOnline a:hover {
	background-image: url("../images/sidepanels/action_buttons/action_button_on.gif");
}

#actionButtonsShadow {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../images/sidepanels/action_buttons/action_buttons_shadow.gif");
	background-repeat: no-repeat;
	height: 7px;
	font-size: 1px;
	line-height: 1px;
}


/*
Sidepanel Tinted Info Box
-------------------------
*/

#tintedInfoBox {
	display: block;
	margin: 0px 25px 15px 20px;
	padding: 0px 0px 0px 0px;
	background-color: #FFE8E8;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#tintedInfoBox a:hover {
	color:#000;
}

#tintedInfoBox h2 {
	background-color: #D14258;
	margin: 0px 0px 10px 0px;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#tintedInfoBox h3 {
	margin: 8px 4px 1px 4px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

#tintedInfoBox p {
	margin: 0px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
}

#tintedInfoBox2 {
	display: block;
	margin: 0px 25px 15px 20px;
	padding: 0px 0px 0px 0px;
	background-color: #FFE8E8;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#tintedInfoBox2 a:hover {
	color:#000;
}

#tintedInfoBox2 h2 {
	background-color: #D14258;
	margin: 0px 0px 10px 0px;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#tintedInfoBox2 h3 {
	margin: 8px 4px 1px 4px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

#tintedInfoBox2 p {
	margin: 0px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
}

/*
Sidepanel Image
-------------------------
*/

#sidePanelImage {
	display: block;
	margin: 0px 25px 15px 20px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#tintedInfoBox p {
	margin: 0px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
}





/*
Footer elements
-------------------------
*/

#footerArea {
	display: block;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 750px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/common/footer_background.gif");
}

#footerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #e8e6dd;
}

#footerArea a {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footerArea a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerArea #toTop {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 241px;
}

#footerArea #footerLinks {
	position: absolute;
	top: 27px;
	right: 41px;
}

#copyrightArea {
	display: block;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
