/****** ##LOG:  
	19/09/02	brad c		Created. 
******/ /*-	style sheet for the Ferrari Formal Wear website	-*/
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			TEXT
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Standard Text */
	body { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		color: #DBDBDB;
		background-color : Black;
		}
			
/* Standard Text */
	div, td { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		color: #DBDBDB;
		}
		
/* Small Text */		
	.textSmall {
		font-size : 10px;
		}		
		
/* Small Yellow Text */		
	.textYellowSmall {
		color : #AFAF8B;
		font-size : 10px;
		font-weight : bold;
		}	
		
/* White Text */	
	.textWhite {
		color: #ffffff;
		}		
		
/* Small White Text */	
	.textWhiteSmall {
		color: #ffffff;
		font-size : 10px;
		font-weight : bold;
		}
		
/* Required Text *//* Used to define things like astrisks for required form fields or important notes to user */	
	.textReqd {
		font-size: 11px;
		color: yellow;
		font-weight: bold;
		}		

/* Required Text (used for asterisks) */
	.textReq {
		color: #FFFF00;
		font-weight: bold;
		}
		
/* Small Black Text */	
	.textBlackSmall {
		color: Black;
		font-size : 10px;
		}			

/* Small Black Text */	
	.merchPadding {
		padding-bottom : 5px;
		padding-top : 8px;
		padding-left : 15px;
		padding-right : 10px;
		}	
		
/* Footer Text */	
	.textFooter {
		color: #999999;
		font-size : 9px;
		}	
		
/* IBC alert text *//* Used to alert IBC of something that is needed for site eg missing content */	
	.textAlertIBC {
		font-size : 16px;
		color: #00D0D0;
		font-weight : bold;
		}
		

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			HEADERS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Main Heading Style */	
	.header1 {
		font-size : 16px;
		color: #CCCC99;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/* Level 2 Header */	
	.header2 {
		font-size : 14px;
		color: #FFFFCC;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/* Level 3 Header */	
	.header3 {
		font-size : 11px;
		color: #E5E5AA;
		font-family : verdana,arial,helvetica,sans-serif;
		font-weight : bold;
		}

/* Level 4 Header */	
	.header4 {
		font-size : 11px;
		color: #CCCC99;
		font-family : verdana,arial,helvetica,sans-serif;
		}


/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			COMPETITION PAGE BANNER
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
		
/* Free banner text */
	.freeText {
		font-size: 12px;
		/*color: #CCCC99;*/
	}
	
	.free {
		font-size: 24px;
		/*color: #CCCC99;*/
	}
	
/* Value banner text */
	.valueText {
		font-size: 14px;
		font-weight: bold;
		/*color: #CCCC99;*/
	}
	
/* Price 1 */
	.price1 {
		font-size: 40px;
		/*color: #CCCC99;*/
	}
		
/* Price 2 */
	.price2 {
		font-size: 15px;
		font-weight: bold;
		/*color: #CCCC99;*/
	}
		
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			FRONT PAGE LAYOUT
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	.pageContainer {
		width: 100%;
		text-align: center;
	}
	
	.mainContent {
		width: 760px;	
		margin: 0 auto;
		text-align: left;
	}
	
	.leftContent {
		float: left;	
		margin-right: 10px;		
	}		
	
	.leftImage {
		margin-bottom: 10px;
	}


	.leftThumbs {		
		width: 380px;	
	}
	
	.leftThumb1 {
		margin-right: 10px;
		float: left;
	}
	
	.leftThumb2 {
		margin-right: 10px;
		float: left;
	}
	
	.leftThumb3 {
		float: left;
		margin-bottom: 10px;
	}
	
	.leftFlash {
		
	}
	
	.rightContent {
		float: left;	
		margin-bottom: 10px;			
	}
	
	.compImageDisplay {
		margin-bottom: 10px;
	}
	
	.compImageHide {
		display: none;
	}
	
	.flashAdHide {
		display: none;
	}
	
	.flashAdDisplay {
		display: block;
		margin-bottom: 10px;
	}
	
	.rightImage {
		margin-bottom: 10px;
	}
	
	.rightThumbs {		

	}
	
	.rightThumb1 {
		float: left;
		margin-right: 10px;
	}
	
	.rightThumb2 {
		float: left;
		margin-right: 10px;
	}
	
	.rightThumb3 {
		float: left;
	}
	
	.utilityLinks {
		text-align: right;
	}
	
	.footerLinks {
		text-align: center;
	}
	
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			ABOUT US PAGE LAYOUT
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	.leftPic {
		/*display:inline;*/
		float: left;
		width: 31%;
	}
	
	.centrePicText {
		/*display:inline;*/
		float: left;
		width: 62%
	}
	
	.rightPic {
		/*display:inline;*/
		float: right;
		width: 5%;
	}
	
	.quotes {
		font-size: 26px;
		color: #8D8D8D; 
	}
	



/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			LINKS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Standard Link */	
	a {
		text-decoration: none;
		color: #CCCC99;
		font-size: 11px;
		}	
	a:hover {
		text-decoration: underline;
		color: #FFFFCC;
		}	
	a:active {
		text-decoration: underline;
		color: #FFFFCC;
		}	
	a:visited {
		text-decoration: none;
		color: #CCCC99;
		}	
	a:visited:hover	{
		text-decoration: underline;
		color: #FFFFCC;
		}
		/*end*/
	
/* Sub Nav Link */	
	a.subLink {
		text-decoration: none;
		color: #CCCC99;
		font-size: 11px;
		}	
	a.subLink:hover {
		text-decoration: none;
		color: white;
		}	
	a.subLink:active {
		text-decoration: none;
		color: white;
		}	
	a.subLink:visited {
		text-decoration: none;
		color: #CCCC99;
		}	
	a.subLink:visited:hover	{
		text-decoration: none;
		color: white;
		}
		/*end*/

/* footer Link */			
	a.footerLink {
		text-decoration: none;
		color: #999999;
		font-size: 9px;
		}	
	a.footerLink:hover {
		text-decoration: underline;
		color: white;
		}	
	a.footerLink:active {
		text-decoration: underline;
		color: white;
		}	
	a.footerLink:visited {
		text-decoration: none;
		color: #999999;
		}	
	a.footerLink:visited:hover	{
		text-decoration: underline;
		color: white;
		}
	/*end*/

/* Home Page Link */	
	a.home {
		text-decoration: none;
		color: #FFFFFF;
		}	
	a.home:hover {
		text-decoration: underline;
		color: #FFFFCC;
		}	
	a.home:visited {
		text-decoration: none;
		color: #FFFFFF;
		}	
	a.home:visited:hover	{
		text-decoration: underline;
		color: #FFFFCC;
		}
		/*end*/	
	
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			FORM FIELDS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/**-:-> Standard Form <-:-**/

/* Input Boxes */
	input, textarea, select, password {
		font-size : 11px;
		font-weight : normal;
		font-family : verdana,arial,helvetica,sans-serif;
		background-color: #ABABAB;
		border : 1px solid White;
		}
		
			
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			BULLETS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/* Standard Bullet */	 
	li {
		font-size : 11px;
		font-family : verdana,arial,helvetica,sans-serif;
		list-style-type : dot;
		}



/*

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			HORIZONTAIL RULES
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
/**-:-> Standard Form <-:-**/

/* horizontal rule */
	hr {
	border: 1px inset;
	border-color : #666666;
}	
	
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			BACKGROUNDS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/	
/* Grey Background */	
	.bgGrey {
		background-color: #4D4D4D;
		}

	/* Flash background */
	#flashBg
	{
		background-image: url(../graphics/flashBackground.gif);
		background-repeat: no-repeat;
	}
	
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||		POPUP FORM STYLES
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
	.specialDivDisplay {
	display: block;	
	}
	
	.specialDivHide {
	display: none;
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||		headers
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

h1 {
	font-size:1.3em;
}	