/* Design */
* {
	margin: 0px;
	padding: 0px;
}

/* Basic elements */

body, html {
 	text-align: center;
 	background-color: #bbb2a0;
 	color: #45413a;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 20px;
}

a {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #45413a; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #bc1700;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	padding: 5px 0px;
	color: #bc1700;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 20px;
	font-weight: bold;
}

h2 {
	padding: 5px 0px;
	color: #bc1700;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 15px;
	font-weight: bold;
}

ul {
	padding: 5px 15px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 10px;
}

li {
	font-size: 12px;
}

li.singleTab {
	margin: 0px 0px 0px 20px;
}

img {
	border: none;
}

/* layout elements */

#main {
	margin: 20px auto 0px auto;
  width: 766px;
  text-align: left;
}

#header {
	height: 155px;
	background: url('/media/images/header_main_headerLogo.gif') no-repeat;
}

#navigation {
	height: 34px;
}

.buttons {
	float: left;
	display: inline;
}

#headerPhotos {
	height: 141px;
	background: url('/media/images/header_main_photos.jpg') no-repeat;
}

#headerPartyHire {
	height: 141px;
	background: url('/media/images/header_main_partyHire.jpg') no-repeat;
}


#headerFoodService { 
	height: 141px;
	background: url('/media/images/header_main_foodService.jpg') no-repeat;
}

#headerPhotosRetail { 
	height: 141px;
	background: url('/media/images/header_main_retail.jpg') no-repeat;
}

#headerJacks {
	height: 141px;
	background: url('/media/images/header_main_jacks.jpg') no-repeat;
}


#content {
	padding: 20px 27px;
	min-height: 300px;
	background: url("/media/images/background_main_content.gif") repeat-y;
}

.centered {
	text-align: center;
}

#footer {
	text-align: center;
	height: 45px;
	padding: 8px 27px;
	background: url('/media/images/background_main_footer.gif') no-repeat;
}

#developer {
	height: 20px;
	padding: 5px 27px;
	font-size: 9px;
	text-align: center;
	color: #80796d;
}

#developer a {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #80796d;
	text-decoration: none;
}

#developer a:hover {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #bc1700;
	text-decoration: underline;
}
.formButton { 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: outset 1; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.formButtonOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: outset 1;
	color: #444444;
	height: auto;
	width: auto;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}
.formFieldOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}
.unsubscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#table_coldRoom{ padding:0px; margin:0px; margin-left:auto; margin-right:auto; width:600px; border:0px solid #FFFFFF; border-collapse:collapse;	border-spacing:0px;	vertical-align:middle;}
#table_coldRoom th{ height:20px; border:0px solid #FFFFFF; border-spacing:0px; text-align:left; font-style:normal; vertical-align:middle;}
#table_coldRoom td{ height:20px; border:0px solid #FFFFFF; border-spacing:0px; text-align:center; font-style:normal; vertical-align:middle;}
#table_coldRoom td.rightLine{ 
	height:20px;
	border:0px solid #FFFFFF; border-right:1px solid #45413a;
	text-align:center; font-style:normal; vertical-align:middle; }
#table_coldRoom td.bottomLine{ 
	color: #bc1700;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 15px;
	font-weight: bold;
	height:20px;
	border:0px solid #FFFFFF; border-bottom:1px solid #45413a;
	text-align:center; font-style:normal; vertical-align:middle; }