/* TAG DEFINITIONS */
@import "/css/garrity.css";

#page {
	position: relative;
	background-color: #12029E;
	width: 768px;
	height: 700px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#header-category {
	position: absolute;
	top: 176px;
	left: 380px;
	z-index: 1;
	font-size: 10pt;
	font-weight: bold;
	color: #FF9933;
}

/* Begin Product Category Styles */
#bottom-products {
	position: absolute;
	left: 183px;
	top: 17px;
	font-size: 7pt;
}

#bottom-products a:link, #bottom-products a:visited {
	text-decoration: none;
	color: white;
}

#bottom-products a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

#bottom-products ul, #bottom-products li {
	margin: 0;
	padding: 0;
	float: left;
}

#bottom-products li {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 5px;
	width: 58px;
	float: none;
	text-align: center;
}

/* End Product Category Styles */

#page-body {
	position: relative;
	height: 335px;
	background-color: #12029E;
	background-image: url(/img/page-body.gif);
	background-repeat: no-repeat;
}

#body-content {
	position:absolute;
	left:215px;
	top:30px;
	width:350px;
	height:300px;
	background-color: #00314B;
	border: 1px solid #003B5B;
	padding: 15px;
	margin: 0px;
	padding-left: 165px;
	overflow: auto;
}

#body-content h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #FF9933;
	font-size: 11pt;
}

#body-content h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #FFF;
	font-size: 14pt;
}

#body-content p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#body-image {
	position: absolute;
	left: 0px;
	top: 40px;
	text-align: right;
}

#body-icons {
	position: absolute;
	width: 200px;
	left: 525px;
	top: 400px;
	text-align: right;
}

#body-subnav {
	position: absolute;
	left: 30px;
	top: 400px;
	font-size: 8pt;
}

#body-subnav img {
	border: 1px #DDD solid;
}

#body-subnav a:link, #body-subnav a:visited {
	text-decoration: none;
	color: white;
}

#body-subnav a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

#body-subnav ul, #body-subnav li {
	margin: 0;
	padding: 0;
	float: left;
}

#body-subnav li {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 8px;
	width: 82px;
	float: none;
	text-align: center;
}

/* CLASS DEFINITIONS */