body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background: #444444 url('../graphics/gradientbg.gif') repeat-x;*/
	background: white;
}

body, td
{
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	color: #555;
	line-height: 25px;
	text-align: justify;
}

ul
{
	text-align: left;
	margin-right: 20px;
}

img
{
	border: 0px;
}

select, input, textarea
{
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana;
	font-size: 12px;
	border: 1px solid #999;
	background: #f3f3f3;
}

input:hover
{
	border: 1px solid lightblue;
}

textarea:hover
{
	border: 1px solid lightblue;
}

form
{
	display: inline;
}

a
{
	text-align: left;
	text-decoration: none;
	color: #666;
}

a:hover
{
	color: orange;
}

h1
{
	font-size: 19px;
	color: #666;
	font-weight: normal;
	margin: 0px;
}

hr
{
	border: 0;
	width: 100%;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
}

/* --------- */

.sub_nav li 
{
	list-style-type: none;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	
}


html>body .sub_nav li /* IE hack */
{
	list-style-type: none;
	float: left;
	
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	
	border-left: 1px solid #777;
	font-size: 12px;
	
}

.sub_nav li:first-child
{
	border-left: none;
}

.sub_nav_selected
{
	background: #222;
	color: white;
	padding: 5px 8px 5px 8px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	CCborderRadius: 5px;
}

.smallcaps
{
	text-transform: uppercase;
	letter-spacing: 2px;
}

#krpano
{
	margin-left: 12px;
	margin-top: 10px;
}

.panoshadow
{
	position: absolute;
	
}

.customer_infobox
{
	background: white;
	padding: 10px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	CCborderRadius: 7px;
}

.customer_infobox td
{
	font-size: 10px;
	line-height: 16px;
}

.customer_infobox a
{
	color: #914926;
}

.customer_infobox a:hover
{
	color: orange;
}

.spin360info
{
	/*background: url('../graphics/spin360infobg.gif');*/
	background: white;
	padding: 10px;
	margin-left: 20px;
	color: #eee;
	
	font-size: 11px;
}

.spin360info a
{
	font-weight: bold;
}

.nav_td
{
	border-right: 1px solid #ccc;
}

.nav_table td
{
	padding: 0px 20px 0px 20px;
}
