/* CSS Document */

body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.75em;
	background:#FFFFFF;

}
#menubar_container {
	background-color:#000000;
	display:block;
	margin:0;
	padding:0;
	position:relative;
	z-index:100;
	height:30px;
}
#menubar {
	margin:0 auto;
	position:relative;
	top: 5px;
	z-index:101;
	width: 80%;


}
#menubar li {
	float:left;
	padding: 0 20px;
	font-size: 12px;


}
a:link {
	color:#FFFFFF;
	text-decoration: none}
a:visited {
	color:#FFFFFF;
	text-decoration: none}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;} 
a:active {
	color:#FFFFFF;
	text-decoration: none



}
#container {
	background-color:transparent;
	margin:30px auto;
	padding:5px;
	width:900px;
	}	
		#container a:link {
			color:#000000;
			text-decoration: none}
		#container a:visited {
			color:#000000;
			text-decoration: none}
		#container a:hover {
			color:#000000;
			text-decoration: underline;} 
		#container a:active {
			color:#000000;
			text-decoration: none

}
#Lcolumn {
	background-color:transparent;
	float:left;
	margin:0 40px 0 0;
	padding:0;
	width:300px;
	overflow:visible;
}
#Rcolumn {
	display: block;
	background-color:transparent;
	float:left;
	margin:0;
	padding:0;
	width: 500px;
	overflow:visible;

}
#Portcolumn {
	background-color: transparent;
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	width: auto;
	overflow: hidden;


}
.thumbnail {
	float:left;
	margin-right: 30px;
	padding-bottom:40px;
	width: 254px;
	
}	
.thumbnail img {
	padding: 3px;
	border:2px solid #999999;	

}
.thumbnail img:hover {
	border:2px solid #000000;

}	
.imgtext {
	clear: none;
	float:left;
	overflow: hidden;
	position: relative;
	
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;

}
p {
clear:both;
color:#999999;
line-height:140%;
padding:10px 0 5px;


}
strong {
	font-weight: bold;
	color: #000;

}
.designimg {
	border:solid 2px;
	border-color:#000000;
	padding: 5px;
	margin-top: 10px;


}


.floatleft{

	float:left;
	margin-right: 8px;
}	
h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	display:block;
	font-family: Trade, Arial, Helvetica;


}
h2 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;


}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 0 0px;
	float: left;
	line-height: 120%;


}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 0 0px;
	float: left;
	line-height: 100%;


}
.fixer {
	clear:both;
	margin:0;
	padding:0;


}
#footer {
	color:#999999;
	font-size:11px;
	padding:10px 0 0;
	text-align:center;
	width:auto;
	height: 20px;
	margin-top: 20px;


}

