/*
	Client Code	:	thr001
	Client Name	:	3345 Parr Street
	Site URL	:	www.3345parrst.com
*/

body 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;

	/*'margin-top' 'margin-right' 'margin-bottom' 'margin-left'*/
	margin: 20px 0px;
	
	background-color:#675F50;
	background-image: url('../images/ceiling.gif');
	background-repeat: no-repeat;
	background-position:  right top;
	
	/* scrollbar inner */
	scrollbar-highlight-color: #B99E7E;
	scrollbar-shadow-color: #B99E7E;    
	
	/* scrollbar outer */
	scrollbar-3dlight-color: #E5D6B8;
	scrollbar-darkshadow-color: #5F5B57;
	
	/* scrollbar basics */
	scrollbar-face-color: #B99E7E; 
	scrollbar-track-color: #675F50; 
	scrollbar-arrow-color: #ffffff
	  
}

input, select, textarea { border : solid 1px; background-color : #FFFFFF;}

/* Layout */

.container
{
	width:750px;
}

.navtb
{
	height:140px;
}


.randombackground
{
	width:200px;
	height:400px;
}

/* corners*/
.tl	{height:15px; width:15px; background-image:url('../images/template/tl.gif');}
.tr	{height:15px; width:15px; background-image:url('../images/template/tr.gif');}
.bl	{height:15px; width:15px; background-image:url('../images/template/bl.gif');}
.br	{height:15px; width:15px; background-image:url('../images/template/br.gif');}

/*sides*/
.t	{height:15px; background-image:url('../images/template/t.gif');}
.b	{height:15px; background-image:url('../images/template/b.gif');}
.r	{width:15px; background-image:url('../images/template/r.gif');}
.l	{width:15px; background-image:url('../images/template/l.gif');}


.content_tb
{
	background-color:#FFFDF9;
	width:100%;
	height:100%;
}

.blahblah
{
	width:596px;
}



.standardtext
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
	/*line-height: 16px;*/
	
	background-color:#FFFDF9;
}

.content_tb_gap
{
	width:16px;
}

.footer
{
font-size:10px;
}


UL LI 
{
	list-style-image:  url('http://');
}

.nav
{
	font-size:12px;
	display: block;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-top: 1px;
	width:100%;
	height:100%;
	background-color: transparent;
}

a:link, a:active, a:visited{color:#4C4C4C; text-decoration:none; font-weight:bold}
a:hover{color:#000000; text-decoration:}

a.nav:link, a.nav:visited {color: #4C4C4C; background-color:#ffffff; text-decoration: none;}
a.nav:hover, a.nav:active {color: #000000; background-color:#B3BEC1; text-decoration: none;}

/* clear image borders */
a.image:link, a.image:visited, a.image:hover, a.image:active { text-decoration: none; border: 0px; }