html
{
	width: 100%;
	height: 100%;
	background-color: black;
	background-image: url(../../img/bg.gif);
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: #ff9933;
}

a:active
{
	color: #444444;
}

a.gray-link
{
	font-weight: bold;
	color: #606060;
	text-decoration: none;
}

a.gray-link:hover
{
	color: #ff9933;
}

a.gray-link:active
{
	color: #444444;
}

a.gray-link2
{
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}

a.gray-link2:hover
{
	color: #ff9933;
}

a.gray-link2:active
{
	color: #444444;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/bg.gif);
	width: 100%;
	height: 100%;
}

#top-line
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../../img/line.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}

#black-band
{
	position: absolute; 
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 185px;
	margin: 0px;
	background: #000; 
}

#outer-wrapper
{
	position: relative;
	width: 1024px;
	margin: 0px auto;
}

#wrapper
{
	position: relative;
	width: 910px;
	margin: 0px auto;
}

#header
{
	position: relative;
	height: 105px;
	width: 910px;
	margin: 0px;
}

#header .logo
{
	position: absolute;
	bottom: 7px;
	left: 10px;
}

#header .v-logo
{
	position: absolute;
	top: 0px;
	left: 563px;
}

#header #global-top
{
	position: absolute;
	bottom: 7px;
	left: 409px;
}

#header #global-top ul
{
	display: inline;
}

#header #global-top li
{
	height: 19px;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#content
{
	position: relative; 
	margin: 0px;
	padding: 0px;
	background: #000; 
	border-width: 10px;
	border-color: black;
	border-style: solid;
	width: auto;
	height: auto; 
}

#content-body
{
	position: relative;
	width: 890px;
	margin: 0px;
	padding: 0px;
	background: #000;
	min-height: 745px;
	height: auto !important;
	height: 745px; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

#content-header-products
{
   width: 890px;
   height: 208px;
}

#content-header
{
	width: 890px;
	height: 208px;
}

#content-left
{
	float: left;
	width: 575px;
	padding: 28px 0px 15px 10px;
	margin: 0px;
}

#content-right
{
	float: right;
	margin: 0px;
	padding: 28px 10px 15px 0px;
}

#content-bottom
{
	clear: both;
	margin: 0px 10px;
	width: 870px;
	height: 160px;
}

#content-bottom div.panel
{
	width: 280px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitenav
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 185px;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	height: auto;
	z-index: 1;
} 

#sitenav img
{
    height: 15px;
    width: 185px;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
} 

#subnav
{
	position: absolute;
	width: 175px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#footer
{
	position: relative;
	width: 910px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#global-footer
{
	position: relative;
	width: 725px;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

#global-footer ul
{
	display: inline;
}

#global-footer li
{
	height: 15px;
	display: inline;
}

#homeProducts
{
    width:724px;
    height:156px;
}

ul#Products 
{
    float: left;
    width: 724px;
    height: 152px;
    font-size: 0px;
    padding:0px;
    margin:4px 0px 0px 0px;
}

ul#Products li
{
    float: left;
}

ul#Products span
{
   display:none;
}

ul#Products li#homeSquid a
{
    float:left;
    height:152px;
    width:215px;
}

ul#Products li#homePro a
{
    height:152px;
	width:273px;
}

ul#Products li#homePhraselator a
{
 	width:228px;
    height:152px;
}

.copyright {
	margin: 10px 0 0 5px;
	font-size: 10px;
	color: #666;
}