/*General*/

body {
	background: url(images/body_bg.gif) repeat-x #666666;
	font-family: Tahoma;
	font-size:0.8em;
	font-weight: normal;
	color:#000000;
}
body a{
	color:#000000;
}
h1 {
	font-size:1.2em;
}
a img {
	border:none;
}
.title{
	font-size: 1.3em;
}
.center {
	text-align:center;
}
.clr {
	clear:both;
}
.highlight {
	color:#0000CC;
}
.error {
	font-size:1.1em;
	font-weight:bold;
	color:#CC0000;
}
.album_title {
	font-size: 1.1em;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}

/*Layout*/
#wrapper {
	margin:0 auto 0 auto;
	background:#FFFFFF;
	width:950px;
	padding:4px;
	min-height:600px;
}
#header {
	background:url(images/header_bg.gif) repeat-x #FFFFFF;
	height:200px;
}
#logo img{
	border:none;
}
#tel {
	float:right;
	font-size:1.2em;
	color:#FFFFFF;
	text-align:right;
	margin-right:30px;
}
#tel a {
	color:#FFFFFF;
	text-decoration:none;
}
#slideshow {
	margin-bottom:3%;
}
#content {
	clear:both;
	padding: 0 4% 3% 4%;
}
#footer {
	clear:both;
	padding:1% 0 2% 0;
	text-align:center;
	font-size: 0.75em;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
}

/*Navigation*/

#mainnav {
}
#mainnav ul {
	padding:0;
	margin:4px 0 4px 0;
	list-style:none;
	text-align:center;
	background-color:#660000;
	height:30px;
} 
#mainnav li {
	position:relative;
	float:left;
	width:11.1%;
}
#mainnav li a {
	text-decoration: none;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
}
#mainnav li a:hover {
	color:#FFFFFF;
}

/*Content*/

#testimonials {
	color:#666666;
	margin:0 100px 0 100px;
}
#contact_details {
	float:right;
	text-align:right;
	font-size:1.1em;
}
.quote {
}
.vid_quote {
	text-align:center;
	float:right;
	font-size:1em;
	width:350px;
	margin:30px 10px 0 0;
	color:#666666;
}
.test_name {
	font-style:italic;
	font-weight:bold;
	margin-bottom:3em;
	margin-left:20px;
}
#album {
	background:url(images/albumbg.jpg) no-repeat;
	margin:3% auto 0 auto;
	width:750px;
	height:528px;
}
#albumleft {
	padding:4%;
	float:left;
	width:325px;
}
#albumright {
	padding:4%;
	margin-left:370px;
}
#vidframe {
	background:url(images/videoframe.jpg) no-repeat;
	width:623px;
	height:408px;
	margin:0 auto 0 auto;
}
#vid {
	position:relative;
	top:70px;
	left:71px;
}
#nextpage {
	float:right;
	position:relative;
	bottom:-440px;
	font-weight:bold;
}
#prevpage {
	float:left;
	position:relative;
	bottom:-440px;
	font-weight:bold;
}
#comp_table {
	text-align:center;
	margin:auto;
	border-collapse:collapse;
}
#socialnet ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
} 
#socialnet li {
	position:relative;
	float:left;
	width:33%;
}
td.bronze {
	background-color: #996633;
	color:#000000;
}
td.silver {
	background-color:#CCCCCC;
	color:#000000;
}
td.gold {
	background-color: #E9B516;
	color:#000000;
}
td.platinum {
	background-color:#999999;
	color:#000000;
}
.bronze {
	color: #996633;
}
.silver {
	color:#CCCCCC;
}
.gold {
	color: #E9B516;
}
.platinum {
	color:#999999;
}

ul.inline {
	display: inline ;
	padding: 0px 3px 0px 3px ;
	list-style-type:inline-bullet;
}
