/*
		Style Sheet for Main Pages of Ashley Wedding Cars
*/


/*	Main Body Styles Follow

1)	Body style adds all main element for all pages
2)	The Body style also adds a left page graphic
*/

body
	{
	font-size: 11pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;	
	}


/*	---------------------------------------------------------------

	Border Section below controls the top bar, left bar and top left image only	*/

#BorderT
	{
	
	}
	
#BorderTL
	{
	
	}

/*	-----------------------------------------------------------------

	PageWrapper refers to the complete page excluding the Border section as above */

#PageWrapper
	{
	margin: 0px;
	padding: 0px;
	}

/*	AwcHead is the page header and includes #AwcHeadCoName, #AwcHeadAddress/p and #AwcCoLogo	*/

#AwcHead
	{
	height:91px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: #000066 solid 1px;	/* Set to 1px from Print Only */
	}
	
#AwcHeadCoName
	{
	float:left;
	}
	
#AwcHeadAddress
	{
	display:inline;
	float:right;
	padding:13px 0px 0px 20px;
	}
	
#AwcHeadAddress address
	{
	font-style: normal;	
	text-align:right;
	font-size:1em;
	}

#AwcCoLogo
	{
	display:none;
	}
.udm
	{
	display:none;
	}
/*///////////////////////////////////////////// END HEAD SECTION ///////////////////////////////////////////////////*/


	
h1
	{
	font-size:   1em;
	color:       #990000;
	}

h2
	{
	font-size:   .95em;
	color:       #336633;
	}
	
h3
	{
	font-size:   .85em;
	color:       #990000;
	}
	
h4
	{
	font-size:   .75em;
	color:       #336633;
	}

a:link, a:visited, a:hover
	{
	display:inline;
	}
	
.AlignR
	{
	display:none;
	}
	
.AttentionLarge
	{
	font-size:1.4em;
	}

.AttentionMedium
	{
	font-size:1.2em;
	}

img
	{
	border:none
	}
	
.NeverShow		/*	Used to Hide Initial Letter at Start of First Page Sentence	*/
	{
	display:none;
	}

	
#FirstHeading /* Used to Set Distance Between Head and Text */
	{
	margin:60px 0 0 0;
	}
	
#ScreenImgOnly	/* Displayed on Screen Only */
	{
	display:none;
	}
	
#PrintImgOnly	/* Displayed in Print Format Only */
	{
	display:inline;
	}
	
.ScreenTextOnly, a .ScreenTextOnly	/* ScreenTextOnly is Used where Text on the Screen should Not be Printed */
	{
	display:none;
	}
	
p .NoPrintLink
	{
	display:none;
	}

.PrintTextOnly	/* PrintTextOnly is Used where Text on the Screen should Not be Printed */
	{
	display:inline;
	}
	


/*
Main Content Section Below. This Section is Below the Header
1)	div.AwcContentOnes is padding and text alignment
2)	.FirstParagraph positions the paragraph in relation
	to the header and left/right top aligned image
3)	Links are controled
4)	Image positioning for TopLeft, TopRight,
	BottomLeft and BottomRight
5)	Alignment is provided for main headings
6)	.CapitalImage controls the position of the
	graphic used in the initial paragraph
*/
	
#AwcContentOne
	{
	clear:both;
	margin: 1px 0px 0px 0px ;
	padding: 10px 0px 0px 0px;
	border:white solid 1px;
	}
/*
	AwcContentOne Text Manipulation
*/
	

#FirstParagraph
	{
	padding-top: 3em;
	}



/*	The Following #AwcSelectFrame and #AwcSelectFrame are used only
	for the Select Vehicle Pages of this website	*/

#AwcSelectFrame
	{
	width: 773px;
	margin:0px auto 20px 0px;
	padding:20px 0px 25px 0px;
	border:#000099 solid 1px;
	text-align:center;
	}

#AwcSelectFrameTable
	{
	margin:20px auto 5px auto;
	padding: 1em 0ex 0ex 0ex;
	text-align:center;
	}

#AwcSelectFrame h1 
	{
	font-size: 1.15em;
	margin:1em 0em 0em 0em;
	}
	
#AwcSelectFrame h4
	{
	color:#990000;
	font-size: 1em;
	margin: 2.1em 0em .3em 0em;
	padding:6px;
	background:#FFFFCC;
	border:#000099 solid 1px;
	}
	
#AwcSelectFrame p 
	{
	font-size: 1em;
	margin:.5em 0em 0em 0em;
	}

#AwcSelectFrameTable td
	{
	color: #990000;
	font-size:.8em;
	padding: 6px 20px 3px 20px
	}
	
#AwcEnquiryFrame
	{
	width: 773px;
	margin:0px auto 20px 0px;
	padding:20px 50px 25px 50px;
	border:#000099 solid 1px;
	text-align:center;
	}
	
	
#WicIntroFrameOne
	{
	max-width: 673px;
	margin:0px auto 20px 0px;
	padding:50px 50px 25px 50px;
	border:#000099 solid 1px;
	text-align:center;
	}
	
#IndexPageTable
	{
	margin:0 auto 5px auto;
	padding: 25px 15px 0px 15px;
	text-align:left;
	}

#AwcContentOne ul, #WedInfoFrame ul
	{
	clear:left;
	list-style-image:
	url(../site-images/arrows/arrow.jpg);
	max-width:600px;
	}	
	
#AwcContentOne ul li, #WedInfoFrame ul li
	{
	padding-top: .7em;
	padding-bottom: .7em;
	}
	
.ClearLeft
	{
	clear:left;
	padding-top:1.5em;
	}		
/*
	AwcContentOne Image Manipulation
*/

img.MainImageTL
	{
	float:    left;
	position: relative;
	margin:   0em .8em 0em 0em;
	}

img.MainImageTR
	{
	float:    right;
	position: relative;
	margin:   0em 0em 0em .8em;
	}

img.MainImageML
	{
	float:    left;
	position: relative;
	margin:   .6em .2em .2em 0em;
	}
	
 img.MainImageMR
	{
	float:    right;
	position: relative;
	margin:   .6em 0em .6em .6em;
	}

 img.MainImageBL
	{
	float:    left;
	position: relative;
	margin:   0em .5em 0em 0em;
	}

 img.MainImageBR
	{
	float:    right;
	position: relative;
	margin:   0em 0em .5em 0em;
	}
	
.CapitalImage	/*	Graphic at Start of Sentance	*/
	{
	float: left;
	}

#AwcContentTwo
	{
	background-image:none;
	clear:both;
	margin:0px;
	padding-bottom: 0px;
	}


/*
AwcContentBase follows

1)	The main parts of the baseline are the buttons,
	position of such and graphics used. Links are
	controlled here also plus more.
	*/

#AwcContentBase
	{
	clear:   both;
	margin:0px;
	padding: 10px 0px 0px 0px;
	}

/*	Form Button and Other Navigation Buttons Follow */

.ButtonBox
	{
	display:none;
	}
	
.Buttons, .ButtonBox a
	{
	display:none;
	}
.ButtonBox a:link, .Buttons
	{
	display:none;
	}

.ButtonBox a:visited, .Buttons
	{
	display:none;

	}
		
.ButtonBox a:hover, .Buttons
	{
	display:none;
	}

/*	Following is the Brochure Request Form Only  */


#BrochureRequestTable
	{
	padding: 0 0 10px 0;
	font-size: 1em;
	color:#0000FF;
	}
	
#BrochureRequestForm
	{
	color:#006633;
	}
		
#DirIndexTable, #CoverageTable
	{
	width: 775px;
	margin:50px auto 10px 0px;
	background:#FFFFFF;	
	border: #000099 solid 1px;
	}
	
#DirIndexTable .ColOne
	{
	width:350px;
	}

#DirIndexTable	.Col33Percent
	{
	background-color:#FFFFFF;
	color:#000099;
	text-align:left;
	padding:10px 10px 2px 10px;
	}
	
#DirIndexTable li 
	{
	color:red; 
	text-decoration:none
	}

#DirIndexTable   li a
	{
	color:#FF00FF;
	text-decoration:none;
	padding-left:0px;
	}

#DirIndexTable	.ColOneContent
	{
	background-color:#FFFFFF;
	color:#000099;
	padding:10px 10px 2px 10px;
	}
	

/* --------------------- ASHLEY WEDDING CARS LOCATION PAGE STARTS HERE ------------------- */
	

	
#OurLocationFrame
	{
	margin:0px auto 20px 0px;
	padding:30px 50px 40px 50px;
	}
	
#LocationFloatL
	{
	float:    left;
	text-align:left;
	}

#LocationFloatR
	{
	float:      right;
	text-align: right;
	}
	
#LocationInstruction
	{
	display:none
	}
/* --------------------- ASHLEY WEDDING CARS LOCATION PAGE ENDS HERE ------------------- */


/* ------------------------------------------------------------------------------------- */

	
/* --------------------- ASHLEY WEDDING CARS ENQUIRY FORM PAGE FOLLOWS ----------------- */	
	
#AwcEnquiryFrame
	{
	width: 732px;
	margin:0px auto 20px 0px;
	border:#000099 solid 1px;
	padding:20px 20px 15px 20px;
	background-color:#FEFFEC;
	}
	
#AwcEnquiryTable
	{
	font-size:.8em;
	margin: 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}
	
#AwcEnquiryTable .EnqTextRed
	{
	color:#FF0000
	}
	
#AwcEnquiryTable .EnqTextYel
	{
	color:#FF9900
	}
	
#AwcEnquiryTable .EnqTextGrn
	{
	color:#006633
	}
	
#AwcEnquiryTable .Buttons
	{
	color:#FF0000;
	font-size:1em;
	}

#DateSelectTable td
	{
	padding:0px 20px 0px 0px;
	}

#AwcEnquiryTable tr .bgCol
	{
	background-color:#33FFFF;
	}

/*	---------------------------- END OF ASHLEY WEDDING CARS ENQUIRY FORM PAGE -----------------------*/

#WedInfoFrame
	{
	margin:0px auto 0px 0px;
	border-top:#000099 solid 0px;
	padding:60px 0px 0px 0px;
	background-color:#FFFFFF;
	}
	
/*	SelfPromo are the Thumb Images uses at the Bottom of Wedding Information Center Pages	*/	
	
#SelfPromo
	{
	clear:both;
	margin:0px auto 0px auto;
	text-align:center
	}
	
#SelfPromo img
	{
	padding:1em 5px 0px 5px;
	}

/*	End SelfProm Section	*/


#BrochureRequestForm
	{
	color:#006633;
	}
	
/*	Copyeight Notice. All Pages */

.CopyRight
	{
	display:none;
	}


/* CoverageFrame and CoverageTable ar used to display area the company services */


#AwcCoverageFrame
	{
	width: 773px;
	margin:0px auto 20px 0px;
	padding:20px 0px 25px 0px;
	border:#000099 solid 1px;
	background-image:url(/site-images/brochure/brochure-request-page.gif);
	background-position:center;
	background-repeat:no-repeat; 
	}
	
#AwcCoverageTable
	{
	width:100%;
	margin:0px auto 5px auto;
	padding: 0em 5ex 0ex 5ex;
	}
	
#AwcCoverageTable td
	{
	padding-bottom:.5em;
	width:33%;
	}