﻿/*
============================================================================
Three HD Main Theme Stylesheet
----------------------------------------------------------------------------
Date        Ver.    User    Changes
 1/18/06    1.0     EWS     Original Version
============================================================================
*/

/* HTML */
/* Standard HTML */
*
{
    margin: 0;
    padding: 0;
    text-align: left; 
}

body, body div, body p, body li
{
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal

}

html>body
{
    font-size: small; 
}

/*
not used here
html>body, html>body div, html>body p, html>body li
{
    font-size: small; 
}
*/

/* General */
h1, h2, h3, h4, h5, h6 
{
    font-weight: bold;
    letter-spacing: normal;
    word-spacing: normal;    
}
h1
{
    font-size: 120%;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size:100%;
}
h4
{
    font-size:90%;
}

INPUT, SELECT, TEXTAREA
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
}

TD, TH
{
    text-align: left;
    vertical-align: top;
}

UL
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1.5em;
    list-style-type: square;
    list-style-position: outside;
}

HR
{
    height: 1px;
}

a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}

/* End of Standard HTML */


/* Site HTML */
body
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
    padding-top: 0px;
}
a
{
    COLOR: #1F3F68;
    
}

a:link
{
    COLOR: #1F3F68;
}

a:visited
{
    COLOR: #1F3F68;
}
a:hover
{
    COLOR: #1F3F68;
}
a:active
{
    COLOR: #1F3F68;
}
/* End of Site HTML */


/* Site IDs/Classes */

#hdr
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*
	background-color: #E3E2DE;
	background-image: url(images/background.hdr.gif);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: top left;
	*/
	height: 108px;
	width: 900px;
}

#hdr h1
{
	margin-left: -3000px;
}

#homeHelp
{
	font-size: 8px;    
	color: #A9A9A9;
	padding-top: 66px;
	float:right;
	margin-right:20px;
}

#homeHelp a, #homeHelp a:hover
{
    color: #A9A9A9;
}

#homeHelp ul li
{
    display: inline;
    color: #A9A9A9;
    border-right: solid 1px #A9A9A9;
    padding-right: 8px;
    padding-left: 8px;
	font-size: 11px;
}

#homeHelp ul li.last
{
    border-right: none;
}
#wrapper
{
	margin: 0 auto;
	width: 900px;	
	text-align: center;
}

#workspace
{
	float: left;
	width: 710px;
	background: #E4E4E2;
}

#mainMenu 
{
	background-color: Transparent;
	padding-top: 8px;
	padding-bottom: 18px;
	font-weight: bold;
	min-width: 768px;
	width: 768px;	
}

#mainMenu ul
{
	list-style: none;
}
#mainMenu ul li
{
    display: inline;
    /* color: #E3E2DE; */
    color: #C3C2BE;
    border-right: solid 1px #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
	font-size: 13px;	
	font-weight: bold;
}

#mainMenu ul li.first, .first
{
    padding-left: 0px;
    /* margin-left: -20px; */
   
}

#mainMenu ul li.last
{
    border-right: none;
    padding-right: 0px;
}

#mainMenu ul li a, #mainMenu ul li a:hover
{
    color: #C3C2BE;
}

.current, #mainMenu ul li a.current, #mainMenu ul li a:hover.current
{
    color: #29497D;
}

#designarea
{
	width: 525px;
	background: #E4E4E2;
	padding: 10px;
}

.specs
{
	width: 310px;
	float:left;
	margin-right: 8px;
	color: #666666;
}

.specs h1
{
	font-size: 13px;	
	font-weight: bold;
	color: #676767;
}

.specs ul
{
	list-style: none;
	padding-bottom: 6px;
}

.specs ul li
{
    display: inline;
    color: #999999; 
    border-right: solid 1px #FFFFFF;
    padding-right: 8px;
    padding-left: 8px;
	font-size: 11px;	
	font-weight: bold;
}

.specs ul li a, .specs ul li a:hover
{
    color: #999999;
}

.specs ul li.first
{
	padding-left: 0px;
	margin-left: -21px;
	border-right: none;
}

.specs ul li.last
{
	border-right: none;
}

.specsRight
{
	 color:#666666;
	 font-size:.9em;
	 display:block;
	 float:left;
}

#notebook
{
	clear: both;
	border: solid 1px #999999;
	padding: 5px;
	width: 690px;
	margin: 10px;
	color: #999999;
	font-weight: bold;
}
#notebook div
{
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
	float:left;
	display: block;
}

#branding
{
	width: 130px;
	float: left;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

#branding h1
{
	margin-left: -3000px;
}

#branding p
{
	text-align: center;
	margin-bottom: 1px;
}

#mainContent
{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #EBEBE8;
	min-width: 510px;
	width: 510px;
	min-height: 385px;
	padding: 10px;
	text-align: center;
}

#mainContent p
{
	
}

#MainBackground
{
	 background-image: url(images/back.page.jpg);
	 background-repeat: no-repeat;
	 max-width: 1100px;
	 width: 900px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-bottom: 50px;
	 margin-top: 15px;
	 border: solid 1px #666666;
}

#contentBack
{
/*	background-color: #F9F9F9; */
}

#palette 
{
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 180px;
	width: 182px;
	float: right;
	height: 390px;
	padding: 5px;
}

#palette p
{
    color: #999999; 
	font-size: 11px;	
	font-weight: bold;
	text-transform: uppercase;
}

.PalTabLink, .PalTabLinkSelect
{
	background: #FFFFFF;
    position: relative;
    float:left;
    padding: 1px;
    border: solid 1px #E0E0E0;
    border-bottom: none;
    margin-right: 1px;
}

.PalTabLinkSelect
{
	background: #999999;
    border: solid 1px #999999;
    border-bottom: none;
}

.paletteTop
{
	float:left;
	width: 50%;
}

.paletteTop p
{
	text-align: center;
}

#sidebar 
{
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 180px;
	width: 180px;
	float: right;
	height: 390px;
	padding: 5px;
}

#sidebar p
{
    color: #999999; 
	font-size: 11px;	
	font-weight: bold;
	text-transform: uppercase;
}

#instructions
{	
	color: #999999;
	float:left;
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.1em;
	width: 450px;
	margin-left: 16px;
	margin-bottom: 16px;
}

#instructions li
{
	margin-bottom: .5em;
}

#instructions p
{
	margin-bottom: 1em;
}

#instructions h1
{
	color: #CD2E30;
	margin-bottom: 20px;
}

#cmdBack
{	
	float: left;
	margin-top: 16px;
	min-width: 217px;
	width: 217px;
}

#cmdNext
{	
	text-align: right;
	float: right;
	margin-top: 16px;
	min-width: 191px;
	width: 191px;
}

.clear
{
	clear: both;
}

#outerborder
{
	border: solid 7px #C0C0C0;
	min-width: 670px;
	width: 670px;
	max-width: 670px;
}

#typeChoice
{
	width: 380px;
	border: #999999 2px solid;
	padding: 15px;
}

#typeChoice p
{
	margin-top: 10px;
	font-weight: bold;
}

#typeChoice div
{
	 float:left;
	 width:190px;
	 text-align:center;
	 font-weight:bold;
	 font-size:1.1em;
}

#typeChoice img
{
	margin-bottom: 8px;
}

#typeChoice a
{
	color: red;
}

#step1area
{
	clear: both;
	padding: 15px;
}

#styles
{
	background-color: White;
	min-height: 150px;
	width: 640px;
	height: 460px;
	overflow: scroll;
	margin: 16px;
	margin-top: 0px;
	padding:2px;
}

#styles h1
{
	margin-top: 6px;
	margin-left: 15px;
}

#styles p
{
	margin-top: 6px;
	margin-left: 15px;
}

.style
{
	float:left;
	text-align: center;
	width: 150px;
	margin-right: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 170px;
	font-size: 11px;
}

#imgColors a
{
	display: block;
	width: 90px;
	font-size: 9px;
}

#imgColors img
{
	vertical-align: middle;
	margin: 1px 0px 2px 1px;
	border: solid 1px Transparent;
}


#imgColors a.selected
{
	border: solid 1px red;
}

.simColors
{
	width: 90px;
	float:left;
	margin-right: 3px;
}

#availableColors, .availableColors
{
    overflow: auto;
    width: 178px;
    height: 345px;
    border: solid 1px #333333;
    padding: 1px;
}
.availableColors a
{
	display:block;
	float:left;
	margin-right: 2px;
	margin-bottom: 2px;
}

.zoom
{
	cursor: url(/images/magnify.cur), pointer;
}

.pick
{
	cursor: url(images/pick.icon.ico), pointer;
}

/* Account Stuff */
#Account
{
}

#Account ul
{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 11px;
}

#Account ul li
{
    color: #CD2E30;
    font-size: 11px;
}

#Account input, select
{
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin-right: 10px;
}

#Account fieldset
{
    margin: 1em 0;
    border: 1px solid #666666;
    background: White;
    padding-left: 20px;
    padding-right: 20px;
}

#Account legend
{
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    margin-left: -8px;
}
#Account label
{
    padding-top: 5px;
    display: block;
}

#Account h2
{
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 4px;
}


#Account p
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #000000;
}

.required
{
    color: Maroon;
}

#Account p.noSpaceBelow
{
    margin-bottom: 0px;
}

p.floatLeft
{
    float: left;
}

#Account br.clear
{
    clear: both;
    line-height: 0;
}

#Account br.clearWithSpace
{
    clear: both;
    height: 15px;
}
/* End of Account Stuff */

.redLink
{
	MARGIN-TOP:2em;
	FONT-SIZE:1.6em;
}

.redLink A, A.redLink, p.redLink 
{
	COLOR:#cd2e30;
}

/* Room Scenes */

.roomScene
{
	/* float: left; */
	margin-bottom: 5px;
	border: 0;
}

.roomSceneList
{
	float: left;
	width: 70px;
	margin-right: 5px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#largeImage
{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30px;
	left: 0px;
	z-index: 1000;
	cursor: hand;
}

#largeImage a
{
	text-align: center;
	display: block;
	color: Black;
	font-weight: bold;
	background-color: White;
	padding: 10px;
	border: solid 1px #333333;
	width: 800px;
}

#largeImage img
{
	margin-bottom: 10px;
}

/* End of Room Scenes */
