body{
	margin: 0px;
	padding: 0;
	text-align: left;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #C3CBE0;
	/*background-image: url(/images/bodybg.gif);*/
	background-repeat: repeat-x;
	height: auto;
}

#top{
	height: 60px;
	background-image: url(/images/top_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #C3CBE0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#topinner{
	width: 940px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#menu{
	width: 207px;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #d99190;
	margin-left: 7px;
	min-height: 534px;
}

#menu a {
	color: #FFFFFF;

}


*html #menu{
	margin-left: 2px;
}

#content{
	min-height: 520px;
	margin-left: 223px;
	/*padding: 7px 7px 7px 7px;*/
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	color: #808080
}

*html #content{
	margin-right: 5px;
}

#bottom{
	height: 545px;
	background-image: url('/images/bottom_bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 940px;
	/*min-height: 500px;*/
}

#bottominner{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 7px;
}



#footer{
	width: 940px;
	background-image: url(/images/footer_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 85%;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer a{
	color: #150842;

}

.parentmenu{
	list-style-type: none;
	padding: 0px;
	margin-left: 60px;
	margin-top: 40px;
}

.parentmenuitem{
	margin-top: 10px;
}

.submenu{
	margin-left: 10px;
	margin-bottom: 0px;
	list-style-type: none;
	font-size: 85%;
}

h1{
	font-size: 140%;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

h2{
	font-size: 130%;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 120%;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 110%;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 100%;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

h6{
	font-size: 90%;
	color: #808080;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

.gallery td{
	font-size: 85%;
}

a{
	color: #808080;
	font-weight: bold;
}

a, a:visited{
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.featured_products{
	width: 150px;
	border: 1px solid #000000;
	float: right;
	margin-top: 7px;
	margin-right: 7px;
	padding: 5px;
}

.subsections{
	padding-top: 5px;
	padding-left: 5px;
}

.portfolionumberbuttons{
	width: 100%;
	/*border: 1px solid blue;*/
	font-size: 120%;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
}

.portfolionumberbuttons div{
	display: inline;
	padding: 2px;
}

.portfolionumberbuttons .photos{
	font-weight: bold;
	color: #BBBBBB;
}

.hometext{
        padding: 25px;
}

