/*************************************************************************/
/*************************** global styles *******************************/

html, body{
	margin:0;
	padding:0;
}
body{
	font:12px/14px Helvetica, Arial, sans-serif;
	color:#515151;
}
#container{
	padding:20px;
	background:#FFFFFF;
}

/*************************************************************************/
/************************** winch specs table ****************************/

#specs{
	padding:2px;
	border:1px solid #223970;
	text-align:center;
}
#specs td{
	border-bottom:1px dotted #FFFFFF;
	border-right:1px dotted #777777;
}

/*************************************************************************/
/***************************** type styles *******************************/

h1, h2, h3{
	margin:0;
	padding:5px 0 5px 0;	
	font-size:18px;
	font-weight:bold;
}
h2{
	font-size:12px;
}
p{
	margin:0;
	padding:7px 0 7px 0;
}
ul, ol, li{
	margin-top:7px;
	margin-bottom:7px;
	padding-top:0;
	padding-bottom:0;
}
.floatLeft{
	float:left;
	margin:10px 15px 5px 0;
}
.floatRight{
	float:right;
	margin:10px 0 5px 15px;
}

/*************************************************************************/
/****************************** linkage **********************************/

/** default **/
a:link, a:visited, a:active{color:#223970; text-decoration:none; border-bottom:1px dotted #223970;}
a:hover, a.selected{color:#C64208; text-decoration:none; border-bottom:1px dotted #C64208;}