/* Style sheet for creative-splash.com 2 column plus Header and Footer */
/* 2colLeftNav.css */
/* based on the 3col version but has a nominal right column */

body {
  margin: 0;
  padding: 0;
	background: #FFF;
	
}
#top {
  margin: 0px;	
  padding: 0px 0px 0px 10px;
	color: #B00B07; /* red */
  height: 120px;
}
#top .strapline {
		 background-color: transparent;
		 float: right;
		 font: 1.5em "Brush Script" Verdana sans-serif;
		 text-align: right;
		 color: #B00B07; /* red */
		 width: 65%;
}
#top .leftline {
		 background-color: transparent;
		 float: left;
		 font: 1.3em "Brush Script" Verdana sans-serif;
		 text-align: left;
		 clear: left;
		 color: #B00B07; /* red */
		 
}

#left {
  position: absolute;
  left: 10px;
  top: 160px; /* top height + ((margin + padding) * 2) */
  width: 150px;
	text-align: center;
	padding-bottom: 10px;
}

#center {
  margin-left: 180px; /* 20px > left width */
  margin-right: 20px; /* 20 px > right width */
	padding: 10px;
	text-align: center;
}
#center p {
  width: 80%;
  text-align: justify;
}
.centertext {
  border: 1px solid #B00B07;
	background-color: #fffafa;
	font: 0.65em /1.5 verdana, sans-serif;
	padding: 15px;
	width: 90%;
}

#center h1 {
  text-align: center;
	color: #B00B07; /* red */
}
#center h2 {
  text-align: center;
	font-size: 1.0em;
	color: #B00B07; /* red */
}
#center h3 {
  text-align: center;
	color: #B00B07; /* red */
}
#center h4 {
  color: #B00B07; /* red */
}

#centerbox1 {
  border: solid #B00B07;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	width: 90%;
	padding: 5px;
	background-color: #fffafa;
}

.centerbox2 { /* make as a class because it will be repeated */
  border: solid #B00B07;
	border-left-width: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	width: 90%;
	padding: 5px;
	background-color: #fffafa;
}

#centerbox3 {
  border: solid #B00B07;
	border-left-width: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	width: 90%;
	padding: 5px;
	background-color: #fffafa;
}

#center form {
  width: 95%;
}
#center form p {
   clear: left;
	 margin: 0;
	 padding: 0;
	 padding-top: 5px;
}
#center form p label {
   float: left;
   width: 30%;
	 font: bold 0.9em Arial, Helvetica, sans-serif;
}
#center form p hr {
  display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}
#center form select {
  color: #B00B07; /* red */
	background-color:	#FFFFFF; /* white */
}
#center form input.btn {
  color: #B00B07; /* red */
	background-color: #FFFFFF; /* white */
	border: 2px outset #FFFFFF;
}
#center input {
  font-size: 1.0em;
  color: #B00B07; /* red */
	background-color:	#FFFFFF; /* white */
	border: 2px inset #FFFFFF;
}
#center input.btn {
  color: #B00B07; /* red */
	background-color: #FFFFFF; /* white */
	border: 2px outset #FFFFFF;
}
#center textarea {
  font-size: 1.0em;
  color: #B00B07; /* red */
	background-color:	#FFFFFF; /* white */
	border: 2px inset #FFFFFF;
}
/*#center p object {
  display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}*/
.centerleft {
	width: 30%;
	float: left;
}

.centerright {
	width: 70%;
	float: right;
}

#right {
  position: absolute;
  right: 10px;
  top: 160px;
  width: 0px;
}
#footer {  
  margin: 20px;
  text-align: center;
	color: #B00B07;
}

.navpara {
  margin-left: 10px;
	width: 95%;
	font: 0.6em Verdana, sans-serif;
	text-align: center;	
	}

.copyrightline {
  	 font: 0.6em Verdana, sans-serif;
		 text-align: center;
		 width: 95%;
}

.plaincopy {
	color: #000;
	font: 0.7em Verdana, sans-serif;
	text-justify: auto;
}
table {
  width:100%;
	color: #000;
	font: 0.7em Verdana, sans-serif;
}
td {
  background-color: #B49700;
	color: #FFF;
	text-align: center;
}
.tableheader {
  background-color: #B00B07;
	color: #FFF;
	text-align: center;
}
p {
  font-family: verdana, sans-serif;
	color: #000;
	font: 0.7em Verdana, sans-serif;
	text-justify: auto;
}
.outerfieldset {
  font-size:0.9em;
	border: solid 2px #B00B07; /* red */
	padding: 5px;
}
.outerfieldset label {
  color: #B00B07; /* red */
}
.fieldsetlegend {
  color: #B00B07; /* red */
	font-weight: bold;
}
.innerfieldset {
  border: solid 1px #B00B07; /* red */
	padding: 5px;
}
.innerfieldset label {
  color: #B00B07; /* red */
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
h1 {
	 font: bold 2.0em Verdana sans-serif;
	 color: #B00B07; /* red */
	 width: 30%;
	 float: left;
}

/*
-------------------------------- Navigation ------------------------------ 
*/

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
ul#mainnav li {
	display: block;
	border-top: 1px solid #A5B5C6;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 2%;
	background-color: #B00B07;
	font: bold 0.65em /1.5 verdana, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: yellow;
	text-decoration: none;	
	width: 100%;
	}

ul#mainnav li a:hover {
	background-color: #B49700;
	color: #eee;
	}
	
/*
--------------------------------- Product Bullet list -------------------------
*/
ul#productlist {
  list-style: none;
	border: 1px solid #B00B07;
	background-color: #fffafa;
	font: 0.65em /1.5 verdana, sans-serif;
	padding: 15px;
	width: 90%;
	}
	
/*
-------------------------------- Photo slideshow ------------------------------ 
*/
.mainCenter {
	height:100%;
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ text-decoration: none; font-weight:normal;} 
a:hover		{ text-decoration: underline; }

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* file info */

#imageInfo{
	width: 225px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:11px;
	color: #333333;
	padding-top:6px;
}