html, body {
height: 100%;
margin:0px;
padding:0px;
}

body
{
	background-image:url(/images/main_bg.png);
	font-family: verdana, sans-serif;
	font-size:12px;
	line-height:170%;
	word-spacing:3px;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
h2, h3, h4
{
	background-image:url(/images/h2_bg.png);
	background-repeat:repeat-y;
	padding:5px;
	margin:0px;
	font-size:1.2em;
	color:#525;
}
h3{font-size:1.1em;}
h4{font-size:1em;}
p
{
	background-image:url(/images/p_bg.png);
	padding:10px;
	background-repeat:repeat-x;
	margin-top:0px;
}
a
{
	color:#B153DF;
}
a:hover
{
	color:#099;
}
#wrap
{
	width:920px;
	margin:auto;
	min-height:100%;
	margin-top:55px;
	background-image:url(/images/shadow_bg.png);
	background-repeat:repeat;
	_background:none;
	_filter: progid:dximagetransform.microsoft.alphaimageloader(src='/images/shadow_bg.png', sizingmethod='scale');
}

* html #wrap {
height: 100%;
}
#content
{
	width:880px;
	margin:auto;
}
#strip
{
	height:40px;
	background-color:#eed7ff;
	border-bottom:5px solid #F0F;
}
ul#nav
{
	width:160px;
	background-color:#FFF;
	list-style-type:none;
	margin:0px;
	border-top:1px solid #FFF;
	padding:0px;
	float:right;
	height:100%;
	display:block;
	
}
ul#nav li
{
	margin-bottom:1px;
}

ul#nav li a
{
 	display:block;
	height:40px;
	color:#FFF;
	text-decoration:none;
	font-family: tahoma, sans-serif;
	border-left:10px solid #F0F;
	padding-left:8px;
	line-height:40px;
	font-weight:bold;
	
	background-color:#CA7FFF;
}
ul#nav li a:hover, ul#nav li.current a
{
	border-left-color:#FF7FFF;
	background-color:#dfb3ff;
	color:#F0F;
}
#container
{
	padding:20px;
	margin-right:160px;
}
a img
{
	border:0px;
	margin:0px;
}

ul#gallery
{
    margin:0; padding:0;
    overflow:hidden; /* Clears the floats */
    width:100%; /* IE and older Opera fix for clearing, they need a dimension */
    list-style:none;
}
ul#gallery li
{
    display:inline;
    float:left;
    width:160px;
    height:160px;
    text-align:center;
    position:relative;
    margin:4px;
} 

ul#gallery img
{
	border:3px double #CA7FFF;
}

ul#gallery p
{
	display:none;
}
fieldset
{
	border:0px;
}
 label
{
	width:100px;
	display:block;
	float:left;
	clear:left;
	line-height:25px;
	margin-bottom:5px;
	color:#AAA;
}
table
{
	margin-top:0px;
	margin-bottom:5px;
}
table th
{
	background-color:#F0F0F0;
	border-bottom:1px solid #DDD;
	text-align:left;
	padding:2px 5px 2px 5px;
	color:#666;
}
table tr td
{
	border-bottom:1px solid #EEE;
	padding:2px 5px 2px 5px;
	background-color:#FAFAFA;
}
*
{
	outline:0px;
}

tr.hover td
{
	background-color:#F5F5F5;
}

#details p{background:none;}

.schedule input[type=text], .schedule select, .schedule textarea
{
	margin-bottom:5px;
	font-family: verdana, sans-serif;
	font-size:12px;
	border:1px solid #999;
	padding:2px;
}
input[type=submit]
{
	border:1px outset #EEE;
	background: url('/installer_stuff/title.gif');
	font-weight:bold;
	color:#666;
	font-size:0.9em;
	padding:3px;
	
}
input[type=submit]:hover
{
	background: url('/installer_stuff/title_highlight.gif');
	cursor:pointer;
	color:#669;
}
#portfolio_content
{
	padding-top:5px;
}

.portfolio_entry ul
{
	list-style-type:none;
	margin:5px;
	padding:5px;
}
.portfolio_entry li label
{
	font-weight:bold;
	color:#000;
	width:110px;
}
#portfolio
{
	margin:5px;
	padding:5px;
	list-style-type:none;
}

a.external
{
	background:url('/images/external.gif') no-repeat center right;
	padding-right:20px;
	
}
