/****************Style sheet for Catering Engineers Site****************************/
/*****************General style information********************/
body
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif; /*For usability*/
	text-align: left;
	color: black;
	background-color: #DCDCDC;
}

img
{
	border: none;
	padding: 0;
	margin: 0;
}

a
{
	text-decoration: underline;
	color: black;
}
/***********End of generic page styling***************/

/***********styles for main page sections**********/
#wrapper /*keeps content together and centred*/
{
	width: 778px;
	position: relative;
	margin: 10px auto;
	background-color: white;
	text-align: left;
}

#content /*entire content of the webpage*/
{
	text-align: center;
}

#header /*header section containing navigation and company name*/
{
	width: 778px;
	background-color: #CC3333;
	color: white;
	text-align: right;
	margin: 0;
	padding: 0;
}

#leftColumn /*Column with company details & contact info - for now*/
{

	float: left;
	width: 160px;
	text-align: center;
	background-color: white;
}

#mainColumn /*main column containing coming soon info*/
{
	margin: 0 0 30px 163px;
	border-left: 2px solid gray;
	height: 500px;
	background-color: White;
}

#footer /*holds place at bottom of page*/
{
	clear: both;
	margin-top: 10px;
	padding-bottom: 3px;
	background-color: black;
	color: black;
	font-weight: bold;
	text-align: center;
}
/*****************End of main sections***********************/

/**********specific styles for header sections********/
#current a
{
	font-weight: bold;
}

#header ul
{
	padding: 50px 20px 5px 0;
}

#header li
{
	list-style: none;
	display: inline;
	font-weight: normal;
}

#header a
{
	text-decoration: none;
	color: white;
}

#header a:hover
{
	color: black;
}

#headerTitle /*The title bar containing the company name - header will be different bgcolor later*/
{
	background-color: black;
	color: white;
	width: 778px;
}

#headerTitle h1
{
	color: white;
	text-align: right;
	padding: 0 20px 2px 0;
	font-weight: 100;
	margin: 0;
}
/********end of header sections styles*********/

/*******graphic - situated below header*****/
#graphic
{
	background-image: url(images/headerStrip.JPG);
	width: 778px;
	height: 180px;
	padding: 0;
	margin-top: -15px;
	margin-bottom: 30px;
}
/*************end of graphic*********/

/**********specific styles for left column section***********/
#leftColumn h3
{
	color: red;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}

#leftColumn p /*provide a bit of space to the right to distinguish text*/
{
	padding-right: 5px;
	text-align: right;
}

.contact /*highlight contact info 'title' in red and makes them bold*/
{
	color: #CC3333;
	font-weight: bold;
	font-style: italic;
}

#corgiLogo
{
	position: absolute;
	top: 685px;
	left: 50px;
}
/*********end of leftColumn styles***********/

/*******specific styles for main column section******/
#mainColumn a
{
	color: #03ACEF;
}

#mainColumn h1
{
	color: #A9A9A9;
	text-align: left;
	margin: 0 0 15px 20px;
	font-weight: 100;
}

#mainColumn h2
{
	color: #000000;
	text-align: left;
	margin: 0 0 0 20px;
	font-weight: 500;
}

#mainColumn h3
{
	color: gray;
	font-weight: 200;
	margin: 0 50px 0 20px;
}

.intro
{
	font-weight: bold;
}

#fast
{
	margin: 0 5px 0 0px;
	float: left;
}

#redHeader
{
	color: #CC3333;
	font-weight: 600;
	margin-top: 2px;
}

#mainColumn p
{
	text-align: left;
	margin: 0 165px 15px 20px;
}

.summaryText
{
	color: #CC3333;
	font-weight: 600;
	font-style: italic;
}

.phoneNumber
{
	font-weight: 600;
	font-size: 16px;
	font-style: italic;
	color: black;
}

#mainColumn .CE /*highlights the letters CE in the title as bold text*/
{
	color: gray;
}

.CE
{
	font-weight: 900;
}

.plain
{
	font-style: normal;
}

.italics
{
	font-style: italic;
	font-weight: 600;
}

#mainColaddress h3
{
	color: red;
}

#bossman
{
	float:left;
	margin-right: 20px;
}

#sister
{
	position: absolute;
	top: 750px;
	left: 180px;
	width: 570px;
}

#ccLogo
{
	margin: 0;
	padding: 0;
}

#quote
{
	font-style: italic;
}

#clients
{
	margin: 0 0 20px 20px;
}

#bossman
{
	margin: 0 10px 20px 20px;
}
/**************end of mainColumn styles***********/

/********************ASP.NET controls styles*************************/
#controls
{
	list-style-type:none;
	margin-left: 0;
	padding-left: 20px;
}

#controls li
{
	padding: 7px 0 7px 0;
}

#label1, #label8, #label9
{
	padding-left: 0;
}

#txtName, #txtCompany, #txtAddress1, #txtAddress2, #txtTown, #txtPostcode, #txtEmail, #txtPhone, #txtBusiness, #txtEnquiry
{
	position: absolute;
	left: 320px;
}

#btnSend
{
	margin-top: 30px;
	margin-left: 300px;
}

#vldForm
{
	position: absolute;
	top: 400px;
	left: 500px;
}








