@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image:url('../images/page_background.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ffffff;
}

a:link {color:#1d4573;text-decoration:underline;} 
a:visited {color:#1d4573;text-decoration:underline;} 
a:hover {color:#1d4573;text-decoration:none;}
a:active {color:#1d4573;text-decoration:underline;}

td {
	vertical-align:top;
}

.heading_blue {
	font-size:1.1em;
	font-weight:bold;
	color:#1d4573;
}

#holder {
	width:990px;
}

#hand_made {
	padding:23px 0px 0px 38px;
}

#content {
	float:left;
	width:940px;
	padding-left:50px;
	padding-top:15px;
}

#left {
	width:300px;
	float:left;
}

#right {
	width:600px;
	float:right;
}

#nav {
	position:absolute;
	top:111px;
	left:180px;
	width:810px;
}

#nav ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#nav li {
	float:left;
	text-align:center;
}

#nav a {
	display:block;
	width:114px;
	height:25px;
	color:#ffffff;
	text-decoration:none;
	background-image:url('../images/menu_btn.png');
	background-repeat:no-repeat;
	font-weight:bold;
	padding-top:7px;
}

#nav a:link {color:#ffffff;text-decoration:none} 
#nav a:visited {color:#ffffff;text-decoration:none} 
#nav a:hover {color:#000000;text-decoration:none;background-image:url('../images/menu_btn_over.png');}
#nav a:active {color:#ffffff;text-decoration:none;}

#contact_bar {
	height:37px;
	padding-top:11px;
	background-image:url('../images/contact_bar_bg.png');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	color:#ffffff;
	font-size:1.3em;
	font-weight:bold;
	width:530px;
	margin:0px auto;
	/*position:relative;
	top:-30px;*/
}

#contact_bar a:link {color:#ffffff;text-decoration:none} 
#contact_bar a:visited {color:#ffffff;text-decoration:none} 
#contact_bar a:hover {color:#ffffff;text-decoration:underline;}
#contact_bar a:active {color:#ffffff;text-decoration:none;}

#base_images {
	padding-top:10px;
}

#base_images img {
	float:left;
	padding-right:5px;
}

.error {
	color:red;
	margin-left:5px;
}

table#tests {
	color:#CECECE;
}

/*table#tests tr td {
	padding:5px;
}*/

.tests_heading {
	font-weight:bold;
	background-image:url('../images/testimonials_bg.jpg');
	background-position:right;
	background-repeat:repeat-y;
	background-color:#1d4573;
	padding:5px 0px 5px 45px;	
}

table#tests td.test {
	padding:5px;
	color:#333333;
}

#price_list {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.cost {
	color:#990033;
}

td.bullet {
	background:url(../images/bullet_point.png) no-repeat top left;
	width:20px;
}

table.bullet_list {
	vertical-align:top;
}

#logoquote {
	position:relative;
	top:-60px;
	left:100px;
}

.camera {
	border:solid 2px #8dc1fa;
}

#film_strip {
	/*the flash movie (could be the stage) has been made to an odd size so changing the height in the javascript holder changes the width of the movie?*/
	/*margin-top:20px;*/
	position:relative;
	top:-35px;
}

.quote {
	font-weight: bold;
	font-style: italic;
	color: #2d69a8;
}

.blue {
	color: blue;
}