@charset "utf-8";
body {
	font: 100% Candara, Verdana, Arial, sans-serif;
	background: #000 url(images/navbar_background.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.redtext {
	color: #ff929d;
}

.bluetext {
	color: #93a8ff;
}
.yellowtext {
	color: #ffff7f;
}
.yellowbold {
	font-weight: bold;
	color: #ffff7f;
}
.smallprint {
	font-size: .8em;
	font-style: italic;
	color: #93A8FF;
}
#container  {
	margin: 0 auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	width: 940px;
}
#header  {
	padding-top: 74px;

}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	padding: 0 20px;
	border-width: 0px;
	border-style: none;
}
#mainContent #headline {
	font-size: 2em;
	text-align: center;
}
#mainContent h1 {
	font: 18px Candara, Verdana, Arial, sans-serif;
	color: #93a8ff;
}
#mainContent p a {
	font-weight: bold;
	color: #FF929d;
	text-decoration: underline;
	font-size: 14px;
}

#footer  {
	padding: 0 10px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer p a   {
	color: #ffff7f;
}

#navbar {
	background: repeat-x;
}
#motto p {
	text-align: center;
	font-size: 18px;
}
.index #mainContent p {
	text-align: center;
	font-size: 18px;
}

.index #flash_intro {


}


.twoColFixRtHdr #sidebar1 {
	float: right;
	margin-top: 20px;
	padding-left: 12px;
}
.about #sidebar1 #caption {
	text-align: center;
}

.about #mainContent {
	margin-right: 372px;
}

.about #mainContent p {
	font-size: 14px;
}
.moreabout #mainContent {
	margin-right: 302px;
}
.moreabout #mainContent p {
	font: 14px Candara, Verdana, Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.moreabout #mainContent h1 {
	font: normal 18px Candara, Verdana, Arial, sans-serif;
}

.moreabout #mainContent h2 {
	font: 14px Candara, Verdana, Arial, sans-serif;
	color: #ffff7f;
	padding: 0px;
}
.moreabout #geek {
	font-size: 12px;
	color: #00ff99;
	padding: 10px 20px;
}
.catalog #mainContent table {
	font: .9em Verdana, Geneva, sans-serif;
}
.catalog table tr #maint-price {
	color: #00ff99;
}
.catalog #mainContent table tr td{
	padding-bottom: 10px;
}
.catalog table tr #build-price {
	font-size: 1.5em;
	color: #00ff99;
	font-weight: bold;
}
.catalog  table tr td ul li {
	list-style: none;
}
.catalog table tr td ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.catalog table tr td a{
	font-weight: normal;
	color: #FF929d;
	text-decoration: underline;
	font-size: 14px;
}
.catalog table tr  #maint{
	border-bottom: 0px none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top: thin dashed #95A3FC;
}
.showroom #sales_floor  table{
	margin-left: auto;
	margin-right: auto;

}
.showroom #sales_floor table tr td {
	text-align: center;
}


.showroom #sales_floor table tr td a img {
	border-width: 0px;
	border-style: none;
}
.contact  #contact {
	background: #333;
	width: 580px;
	padding-left: 20px;
	padding-top: 20px;
}


/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}


/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
textarea.textareaHintState, .textareaHintState textarea{
	/* color: red !important;*/
}
.faq #mainContent {
	height: 450px;
}

