/* CSS Document */
html{
	overflow:auto;
}

body{
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica;
	color: #000000;
	font-size:12px;
	
}
#container{
	width:810px;
	height:100%;
	margin:0px auto;
	border-color:#000000;
	border-width:10px;
	border-style:solid;
	clear:both;
}
#top{
	float:left;
	width:193px;
}
#fla{ /*flash content container*/
	float:left;
	width:617px;
	height:95px;
}
#sidenav{
	float:left;
	margin-left:50px;
	margin-top:20px;
	font-weight: normal;
	font-size: 11px;
	line-height: 150%;
	text-align:justify;
}
#content{
	float:left;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
	line-height: 150%;
	text-align: justify;
	color:#4A4A4A;
	width:590px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}
#display{
	float:right;
	padding-left:25px;
	padding-top: 40px;
	padding-bottom:5px;
}
#designs{
	width:546px;
	
}
.title {
	font-size: 11px;
	font-weight:bold;
	line-height: 100%;
	text-transform: uppercase;
	padding-bottom: 15px;
	color:#000000;
}
div.spacer { clear: both; }

ul{
	list-style-type:decimal;
	padding-left:20px;
}
#sidenav ul { 
	list-style-type: none;
	padding:0px;
}
#footer ul {
	list-style-type: none;
	padding:0px;
	margin-top:50px;
}

a:link	{color: #CC3300; text-decoration:none;}
a:visited {color: #CC3300; text-decoration:none;}
a:active {color:#CC3300; text-decoration:none;}
a:hover	{color: #CC3300; text-decoration:underline;}

#sidenav a:link	{color: #000000; text-decoration:none;}
#sidenav a:visited {color: #000000; text-decoration:none;}
#sidenav a:active {color:#000000; text-decoration:none;}
#sidenav a:hover	{color: #CC3300; text-decoration:underline;}

a:link img	{ 	border-color:#000000;border-width:3px;border-style:solid;}
a:visited img{ border:none;}
a:active img{border:none;}
a:hover	img{border:none;}


