/*----------------------------------------------------------

goOwners Style sheet

----------------------------------------------------------*/

/* COMMON */

* 
	{
	margin: 0;
	padding: 0;
	}
body 
	{
	text-align: center;
	font-family: Arial, verdana, sans-serif;
	}
img
	{
	border:0;
	}
p
	{
	margin-bottom:15;
	text-align: justify;
	}
h1
	{
	text-align: left;
	font-size: medium;
	margin-bottom: 20;
	}
ul
	{
	margin-left: 30;
	}


/* LAYOUT */

#container
	{
	width:960px;
	height: 100%;
	}
#maintable
	{
	height: 100%;
	}
#menu
	{
	width: 5;
	height:100%;
	vertical-align: top;
	background-color: #763333;
	}
#top
	{
	height: 30;
	vertical-align: top;
	background-color: #763333;
	vertical-align: middle;
	}
#content
	{
	width:785;
	height:100%;
	vertical-align: top;
	margin: 30;
	}
#rightborder
	{
	width:5;
	background-color: #763333;
	text-align: center;
	}
#bottom
	{
	height: 15;
	background-color: #763333;
	vertical-align: middle;
	}

/* CONTENT */

#content-default
	{
	margin:20;
	}
#producttable
	{
	width: 580;
	text-align: justify;
	}
#producttableimg
	{
	width: 55;
	vertical-align:top;
	}
#producttableimghor
	{
	margin-right:10;
	margin-bottom:5;
	float:left;
	}
#producttabletxt
	{
	width: 100%;
	vertical-align:top;
	margin-left:20;
	}
#producttabletxtdiv
	{
	margin-left:20;
	}
#producttablespec
	{
	border-collapse:collapse;
	width:95%;
	}
#producttablespecheader
	{
	border:2px solid #C0C0C0;
	padding:2;
	vertical-align:top;
	width:0;
	text-align: right;
	font-weight:bold;
	}
#producttablespecheaderdiv
	{
	white-space: nowrap;
	}
#producttablespecdata
	{
	border:2px solid #C0C0C0;
	padding:2;
	vertical-align:top;
	width:100%;
	}
/* MENU */

#menu-top-item
	{
	font-size: medium;
	font-weight: bold;
	margin-right: 7;
	text-decoration:none;
	color: white;
	}
#menu-top-title
	{
	font-size: medium;
	font-weight: bold;
	margin-left: 7px;
	text-decoration:none;
	color: white;
	}
#menu-bottom-left
	{
	font-size: small;
	font-weight: bold;
	text-decoration:none;
	color: white;
	margin-left: 7;
	}
#menu-bottom-right
	{
	font-size: x-small;
	font-weight: bold;
	color: white;
	margin-right: 7;
	}
#menu-left
	{
	margin-top:20;
	}
#menu-left-item
	{
	margin-left: 15;
	margin-top: 10;
	font-size: medium;
	}
#menu-left-item-href
	{
	text-decoration:none;
	color: white;
	}

/* LINKS */
/*a img 
	{
	border:0;
	}

a:active 
	{
	color: blue;
	}

a:hover 
	{
	color: blue;
	}

a:link 
	{
	color: blue;
	}

a:visited 
	{
	color: blue;
	}
*/
