/*---------- Presentation Stylesheet ------------ */
/*               Celcius Castering                */
/*       Created By Ben Stewart - Mar 2008        */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
h1, h2, h3 {
	font-weight:bold;
	color: #000;
	margin: 0;
	text-transform:uppercase;
	padding:5px 0 15px 0;
}
h1 {
	font-size:14px;
	font-weight:bolder;
}
h2 {
	font-size:14px;
	padding:5px 0;
	text-transform:none;
}
h3 {
	font-size:12px;
	text-transform:none;
color:#666;
text-align:center;
font-style:italic;
}
ul {
	margin: 0 10px 10px 0;
}
li {
	margin:0px;
	list-style:none;
	padding:0 0 5px 15px; 
} 
p {
	margin: 0 0 10px 0;
}
a {
	border:none;
	color: #000;
	text-decoration: underline;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #000;
	border: 1px solid #000;
	margin-bottom: 10px;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
/*------------   Layout Stylesheet -------------- */
/*               Celcius Castering                */
/*       Created By Ben Stewart - Mar 2008        */

body {
	font-family: Arial, Helvetica, Verdana;
	background: #BC3535;
	color:#000;
	font-size:12px;
	line-height:140%;
	width:100%;
}
#header {
	height:105px;
	background: url(assets/header_04.png) right no-repeat;
}
#header img {
	border:0px;
}
#container {
	text-align:left;
	width:640px;
	margin: 30px auto 0 auto;
	background: #920000;
}
#content {
	float:left;
	width:440px;
	background: #fff;
	padding: 15px;
_height:430px;
min-height:430px;
}
#right_column {
	float:right;
	width:140px;
height:400px;
	padding:15px;
}
#footer {
	color: #FFF;
	clear:both;
	background: #920000;
	text-align:center;
	font-size:10px;
	height:35px;
}
#footer p {
	margin:0;
	padding:10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}

/* --------- Navigation Top ---------*/
.navigation {
	padding:6px 0px 0px 0px;
	margin:0px;
	text-align:center;
	background:#000;
	clear:both;
	width:100%;
	color:#fff;
	height: 24px;
}
.navigation ul {
	margin:0px;
	padding:0px;
}
.navigation li {
	color:#ffffff;
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
}
.navigation a, .navigation a:hover {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding: 0px 25px;
}
/*------------- Contact Form --------------*/

div.contactForm{
  width:90%;
  padding: 0px;
  margin: 0px;
}
div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 35%;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
}
div.row span.formw input.text, div.row span.formw textarea, .button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border: 1px solid #000000;
  background: #ffffff !important;
  padding-left: 3px;
}
div.contactForm textarea{
  width:142px;
  height:40px;
}
.button {
width:70px;
float:left;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}