/*** GTR MAGAZINE MASTER STYLESHEET ***/
/*                                    */
/*  USABLE COLUMN WIDTHS              */
/*   LEFT:          197px             */
/*   RIGHT:         282px             */
/*   MAIN:          391px             */
/*   MAIN (WIDE):   619px             */
/*                                    */
/********** TAG DEFINITIONS ***********/
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	text-align: center;
	background-color: #333;
	color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}

address { font-style: normal; }

hr { 
	border: none;
	border-top: 1px solid #ececec;
	height: 1px !important;
	background-color: #ececec;
	overflow: hidden;
}

object { outline: none; }

/********** ID DEFINITIONS **********/

#top {
	/* FIREFOX WILL NOT LINK TO DISPLAY:NONE ANCHORS */
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

#access {
	display: none;
}

#wrapper {
	width: 919px;
	text-align: left;
	color: #000;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#end-shadow {
	background-image: url(images/shadow-end_2.png);
	background-repeat: no-repeat;
	float: none;
	clear: both;
	overflow: hidden;
	height: 20px;
}
#partnerlogo {
	color: #000000;
	text-align: right;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-bottom: 0px;
}

#container {
	width: 900px;
	font-size: 0.8em;
	line-height: 1.8em;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#header {
	background-repeat: no-repeat;
}

/***** NAVIGATION *****/

#navigation {
	clear: both;
	background-image: url(images/nav-gradient.png);
	background-repeat: repeat-x;
	height: 54px;
	font-size: 0.85em;
	position: relative;
	background-position: top;
	background-color: #C11D31;
}

#navigation ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	padding-left: 3px;
}

#navigation ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li a {
	background-image: url(images/nav-tab-left.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	display: block;
	margin: 0;
	text-decoration: none;
}

#navigation ul li a span {
	color: #fff;
	/*background-color: #ccc;*/
	background-image: url(images/nav-tab-right.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 12px 1px 0px;
	display: block;
}

#navigation ul li a:hover span, #navigation ul li.on a span, #navigation ul li.over a span {
	background-position: bottom right;
	color: #000;
}

#navigation ul li a:hover, #navigation ul li.on a, #navigation ul li.over a {
	background-position: bottom left;
	color: #000;
}

#navigation ul li:hover ul, #navigation ul li.on ul, #navigation ul li.over ul {
	display: block;
}

#navigation ul li ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	width: 870px;
	height: 25px;
	padding-left: 30px;
	background-color: #fff;
	overflow: hidden;
}


#navigation ul li ul li {
	float: left;
}

#navigation ul li ul li a {
	color: #000;
	background: none;
	padding: 1px 10px 1px 10px;
	margin: 0;
	background-color: #fff;
}

#navigation ul li ul li a:hover, #navigation ul li ul li.on a {
	background-color: #CCCCCC;
}

/****** CONTENT STYLES ******/

#content {
	width: 100%;
	background-color: #ccc;
	color: #333;
	font-size: 0.85em;
	padding-right: 0;
	padding-left: 0px;
}
/******** FOOTER STYLES **********/

#footer {
	clear:both;
	position: relative;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 25px;
	background-image: url(images/nav_gradient.png);
	background-repeat: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	margin-bottom: 10px;
	margin-top: -1px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
#container #masthead {
	background-repeat: no-repeat;
	height: 300px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#maincontent {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 780px;
	padding-left: 60px;
	padding-right: 60px;
	color: #000000;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#maincontent img{border:none}
#container #mastheadsealed {
	background-repeat: no-repeat;
	height: 251px;
	background-color: #CCCCCC;
	background-image: url(images/masthead_sealedunits.jpg);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #BE1F2D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	font-weight: bold;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #BE1F2D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	font-weight: bold;
}
#wrapper #shadow #maincontent a {
	color: #BE1F2D;
	font-weight: bold;
}
#logo {
	height: 90px;
	width: 750px;
	display: block;
	float: left;
}
#submenu {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	width: 105px;
	position: relative;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BE1F2D;
	line-height: 22px;
}
.frame {
	border: 1px solid #999999;
}
.emailform {
	width: 260px;
}
#container #masthead_gallery {
	background-repeat: no-repeat;
	height: 400px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#wrapper #shadow #container #header #otherproducts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
