/********************
		POSITIONING
********************/

#bottom1, #bottom2, #bottom3{
	clear:both;
}

* {
    outline-width: 0px;
}

#center{
	margin-left:60px;
	margin-top:40px;
	margin-bottom:260px;
	width: 700px;
	background-color:#FFFFFF;
}


#top{
	position:relative;
	top:20px;
	left:10px;
	vertical-align:middle;
	float:left;
	padding-left:0px;
	width:350px;
}

#navlinks{
	font-size:13px;
	font-weight:bold;
}

#navlinks a{
	margin-right:20px;
	letter-spacing:0.13em;
}

#navlinks a.selected{
	color:#FFFFFF;
}


#dots{
	position:absolute;
	left:0px;
	top:0px;
	min-width:100%;
	height:360px;
}

address{
	font-style:normal;
}

#topName{
	position:relative;
	top:0px;
	left:10px;
	width:160px;
	float:left;
	margin-top:20px;
}

#topNumsL{
	position:relative;
	left:20px;
	top:0px;
	width:34px;
	float:left;	
	margin-top:20px;
}

#topNumsR{
	position:relative;
	left:12px;
	top:20px;
	clear:right;	
	margin-top:20px;
}

#nav{
	position:relative;
	margin-top:20px;
	height: 80px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	
}

#foot{
	clear:both;
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	/*border-bottom:200px solid #EEEEEE;*/
}

.row1st {
	position:relative;
	top:0px;
	left:0px;
	width:350px;
	margin-top:20px;
	float:left;
	height: 76px;
	overflow: hidden;
}

.row2nd {
	position:relative;
	top:0px;
	float:left;
	width:350px;
	margin-top:20px;
	height: 76px;
	overflow: hidden;
}

.img {
	position:relative;
	top:0px;
	left:9px;
}

.text{
	position:absolute;
	left:130px;
	top:0px;
	padding-top: 3px;
	width:160px;
}

.box {
	position:relative;
	clear:both;
}

#box3{
	
}

.samples{
	padding:10px;
	background-color:black;
}

.connLeft{
	border-left:10px solid black;
	height:10px;
	background-color:#FFFFFF;
}

.connRight{
	border-right:10px solid black;
	height:10px;
	background-color:#FFFFFF;
}

#intro{
	

}
/********************
		STYLING
********************/

body {
	margin:0px;	
}

body, td, h2 {
	/*font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;*/
	font-family: Geneva, Arial, sans-serif;
	font-size:10px;
	line-height:135%;
}


#foot{
	font-size:9px;
}

.white{
	color:white;
}

h2{
	margin:0px;
	font-weight:bold;
	
}

#topName, #topNumsL, #topNumsR{
	font-size:9px;
	line-height:135%;
	margin-bottom:20px;
}

a {
	color:#A8A8A8;
	text-decoration:none;
	-moz-outline-width:0px;
}

.img a img{
	border:1px solid #A8A8A8;
}

.selectedItem {
	background-color:#000000;
}

.extLink{
	display:block;
	background-color:#000000;
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	right:10px;
	bottom:10px;
	
	
}
/*

.extLink{
	display:block;
	background-color:black;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	right:0px;
	top:-13px;
	text-align:right;
	min-width:60px;
	float:right;
}

*/
.selectedItem h2{
	font-weight:bold;
}

.selectedItem a img{
	border:1px solid black;
}

.selectedItem a{
	color:white;
}

.img img{
	width:120px;
	height:auto;
}

