/*
// $RCSfile: basic.css,v $
// $Source: /cvs/metalcrystalsweb-live/basic.css,v $, $Revision: 1.1 $, $Date: 2009/08/04 12:11:46 $, $State: Exp $ 
*/
/* IMPORT LAYOUT TO HIDE FROM NS4 & EARLIER BROWSERS ----------------------------------------------------------------------*/
@import "layout.css";


/* GLOBALS ----------------------------------------------------------------------------------------------------------------*/
body {
	background-color: #FFF8D6;
	color: #9B2626;
}

h2, h3 {
	font-weight: bold;
	font-size: 1.2em;
}

h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

a { color: #9B2626; }
a:hover { color: #DD2626; }

.error { color: #900; }


/* HEADER -------------------------------------------------------------------------------------------------------*/

#hdrContent {
	font: 0.75em Verdana,Geneva,sans-serif;
}

#hdrStrap {
	font-size: 1em;
}

#fChoose select {
	font: 1em Verdana,Geneva,sans-serif;
	color: #9B2626;
}

#chooseCrystal #fChoose select {
	font: 0.7em Verdana,Geneva,sans-serif;
}


/* HOME CONTENT -------------------------------------------------------------------------------------------------*/
#homeWelcome {	
	font: 0.7em Verdana,Geneva,sans-serif;
}

#homeWelcome h3 {
	font-weight: bold;
}

#homeTrailers {
	font: 0.6em Verdana,Geneva,sans-serif;
}

.homeTrailerItem a, .homeTrailerItem2 a  {
	color: #9B2626; 
}


/* GENERIC CONTENT --------------------------------------------------------------------------------------------------*/
#contAbout, #contContact, #contProducts, #contApps, #contRegister, #contClients, #contLegal, #contChoose, #contQuote {	
	font: 0.7em Verdana,Geneva,sans-serif;
}
input, textarea { font: 1em Verdana,Geneva,sans-serif; }


/* FOOTER ------------------------------------------------------------------------------------------------------*/
#footer {
	font: 0.6em Verdana,Geneva,sans-serif;
}

#footer a {
	color: #9B2626;
}