/*Website Designed By: 
Lawrence Chan
Furious Photographers - http://www.furiousphotographers.com
Tofurious - http://www.tofurious.com
*/

html
{
	background: #fff url('../images/bg/bg.jpg') repeat-x;
}

body
{
	margin: 0px auto;
	width: 760px;	
}

#headerTop
{
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 760px;
	height: 22px;
	background: #fff;
}

#header
{
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 760px;
	height: 28px;
	padding-top: 17px;
	background: #000;
}

#menu
{
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 760px;
	height: 16px;
	padding-bottom: 9px;	
	background: #000;
}

#content
{
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 760px;
	padding-top: 30px;
}

#footer
{
	display: inline-block;
	overflow: hidden;	
	clear: both;
	width: 740px;
	height: 30px;
	margin: 20px 0px 50px 0px;
	padding-top: 20px;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}

/*headerTop*/
#headerTop 
{
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
}

/*menu*/
#menu ul
{
	list-style: none;
	padding: 0px; 
	margin: 0px;
}

#menu ul li
{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#menu a, #menu a:visited
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 19px;	
	border-right: 1px dotted #fff;
	text-decoration: none;
}

#menu a:hover {color: red;}

.first{padding-left: 0px !important;}
.last {border-right: none !important;}

/*content*/
#content h1
{
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	padding: 13px 0px 7px 0px;
	margin: 0px;
	line-height: 12px;
}

#content h2
{
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#content h3
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
}

#content
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
}

#content a, #content a:visited, #content a:hover
{
	color: #006699;
}

.submenu
{
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 19px;	
	border-right: 1px dotted #fff;
	text-decoration: none !important;
}

.services {width: 540px;}

.padpic
{
	margin: 14px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	width: 150px;
}

/*footer*/
#footer
{
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 19px;
	margin-right: 19px;
}

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

#footer ul li
{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	padding: 0px 19px;	
	border-right: 1px dotted;
}

#footer a, #footer a:hover, #footer a:visited
{
	color: #888;
}

/*universal*/
.nodec {border: none !important; text-decoration: none;}
.breaker {height: 20px; clear: both;}
.clear {clear: both;}

.padr {padding-right: 40px;}
.padl {padding-left: 40px;}

.fl {float: left;}
.fr {float: right;}

.width80 {width: 80px;}