body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #555;
	margin:0px;
	min-width:990px;
	background-image:url(../images/trintrac-bg.jpg);
}

/* Layout Divs */
#masthead {	
	position:relative;
	clear:both;
	width:100%;
	height:100px;
	background: url(../images/nav-bg.png) repeat-x top;
}
#masthead-content {
	position:relative;
	width:980px;
	margin:0px auto;
}
#logo {
	position:relative;
	float:left;
}
#nav {
	position:relative;
	float:right;
	width:720px;
	margin:12px auto;
	z-index:9000;
}
#productnav {
	display: none !important;
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin:12px auto;
	background:#41306c;
	z-index:8000;
}
#top-bar {
	position:relative;
	clear:both;
	width:100%;
	height:40px;
	background:url(../images/bar-bg.png) repeat-x;
}
#content-area {
	position:relative;
	clear:both;
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	background:url(../images/content-area-bg.png) repeat-x #fff;
}
#content-container {
	position:relative;
	width:980px;
	margin:30px auto;
	z-index:20;
}
#content-left-one-column {
	position:relative;
	float:left;
	width:50%;
	background: url(../images/vertical-separator.png) repeat-y right;
}
#content-left-one-column #content {
	padding-right:30px;
}
#content-right-one-column {
	position:relative;
	float:right;
	width:50%;
}
#content-right-one-column #content {
	padding-left:30px;
}
#content-left-two-column {
	position:relative;
	float:left;
	width:70%;
	background: url(../images/vertical-separator.png) repeat-y right;
}
#content-left-two-column #content {
	padding-right:30px;
}
#sidebar {
	position:relative;
	float:right;
	width:30%;
}
#sidebar #content {
	padding-left:30px;
}
#article {
	position:relative;
	clear:both;
}
#article-image {
	position:relative;
	float:left;
	width:170px;
}
#article-caption {
	position:relative;
	float:right;
	width:280px;
}
#article-content {
	position:relative;
	float:right;
	width:480px;
}
#featured {
	position:relative;
	float:left;
	clear:both;
	width:100%;
}
#brands {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	padding:20px 0px;
}
#sidebar-container {
	position:relative;
	float:right;
	width:300px;
}
#sidebar-content {
	margin:0px 30px;
}
#slideshow-container {
	position:relative;
	clear:both;
	max-width:1720px;
	min-width:980px;
	margin:auto;
	z-index:10;
	text-align:center;
}
#slideshow {
	position:relative;
	clear:both;
	width:100%;
	text-align:center;
}
#footer-area {
	position:relative;
	clear:both;
	width:100%;
	height:100px;
	background:url(../images/footer-bg.png) no-repeat top;
}
#footer-container {
	position:relative;
	clear:both;
	width:980px;
	margin:0px auto;
	padding:30px 0px;
	color:#999;
	font-size:12px;
	height:80px;
}
#footer-links {
	position:relative;
	float:left;
	clear:both;
	font-size:15px;
	text-align:center;
	text-shadow: 1px 1px 0px #fff;
	width:900px;
	padding:10px;
}
#footer-credits {
	position:relative;
	float:left;
	clear:both;
	text-align:center;
	width:900px;
}

/* Text */
h1,h2, h3,h4,h5,h6, #nav, #footer-links, ul.two-column {
	font-family:Droid Sans, Tahoma, Geneva, sans-serif;
}
h1, .title {
	color:#41306c;
	font-size:32px;
	/*text-transform:uppercase;*/
	text-shadow: 1px 1px 1px #eee;
	line-height:12px;
	padding-bottom:20px;
}
h2, .subtitle {
	/*display:inline;*/
	color:#888;
	font-size:24px;
	line-height:24px;
}
h3, .heading {
	display:inline;
	color:#000;
	font-size:18px;
	line-height:12px;
}
h4 {
	color:#000;
	font-size:15px;
}
h5 {
	color:#41306c;
	font-size:14px;
	line-height:12px;
}
h6, .byline {
	display:inline;
	color:#000;
	font-size:14px;
}
#sidebar h1 {
	text-transform:none;
}
.subheading {
	color:#000;
	font-size:15px;
	line-height:1px;
}

/* Links */
a:link, a:visited, a:active {
	color:#41306c; 
	text-decoration:none; 
}
a:hover {
	color:#000;
	text-decoration:underline; 
}

/* Nav */
#nav ul {
	float:right;
	width:auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#productnav ul {
	float:left;
	width:auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li, #productnav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#nav li a:link, #nav li a:visited, #nav li a:active, #nav ul li.current_page_item ul a {
	display: block;
	font-size:1.15em;
	font-weight:bold;
	padding: .75em .85em;
	text-decoration: none;
	color:#333;
	text-shadow:1px 1px 0px rgba(255,255,255,0.75);
}
#productnav li a:link, #productnav li a:visited, #productnav li a:active, #productnav ul li.current_page_item ul a {
	display: block;
	font-size:1.15em;
	font-weight:bold;
	padding: .75em .6875em;
	text-decoration: none;
	color:#eee;
	text-shadow:1px 1px 0px rgba(0,0,0,0.75);
}
#nav ul ul {
	display: none;
	float: left;
	position: absolute;
	top:3em;
	left: 0;
	z-index: 99999;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
#nav ul ul ul {
	left: 100%;
	top: 0;
}
#nav ul ul a {
	width: 14em;
	height:auto;
	padding:0em 1em;
	margin:0em;
	background-color: rgba(255, 255, 255, 0.95);
}
#nav li:hover > a, #nav ul ul :hover > a, #nav li a:hover, #nav ul li.current_page_item a, a.button:hover, #nav ul li.current_page_item ul a:hover {
	color:#41306c;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
#productnav li a:hover {
	color:#41306c;
	background-color: rgba(255, 255, 255, 1);
	text-shadow:1px 1px 0px rgba(255,255,255,0.95);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#nav ul ul a:hover {
	background: #fff;
}
#nav ul li:hover > ul {
	display: block;
}
#subnav a:link, #subnav a:visited, #subnav a:active {
	display:block;
	float:left;
	color:#888;
	border-right:1px solid #dadada;
	padding:20px 30px;
	text-align:center;
	text-decoration:none;
}
#subnav a:hover, #subnav a.subnav-selected {
	color:#41306c;
	background-color:#fdfdfd;
}

#footer-container a:link, #footer-container a:visited, #footer-container a:active {
	color:#666;
	text-decoration:none;
}
#footer-container a:hover {
	color:#41306c; 
	text-decoration:none; 
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color:#666;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#41306c; 
	text-decoration:underline; 
}


/* Lists */
ul {
	position:relative;
	clear:both;
	width:90%;
	color:#666;
	padding-left:15px;
}
ul li {
	padding:5px 0px;
	font-size:13px;
}
ul.two-column {
	position:relative;
	float:left;
	clear:both;
	width:100%;
}
ul.two-column li {
	float:left;
	width:45%;
	padding:5px 30px 5px 0px;
	list-style:square;
	color:#000;
	font-size:15px;
}

/* Other */
.clear {
	float:none;
	clear:both;
}
.separator, hr {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	background:url(../images/horizontal-separator.png) repeat-x top;
	height:33px;
	margin-top:12px;
}
#social-icons img {
	position:relative;
	top:2px;
	padding:0px 3px;
}
#content img {
	background-color:#FFF;
	border:1px solid #ddd;
	padding:3px;
}
#featured img {
	position:relative;
	float:left;
	max-height:200px;
	margin-right:10px;
	margin-bottom:10px;
}
#brands img {
	position:relative;
	float:left;
	padding-right:15px;
	margin-bottom:15px;
	border: 0px solid;
}
#productnav strong {
	/*display:inline-block;*/
	display:none;
	position:relative;
	margin:11px 0px 0px;
	font-size:1.15em;
	font-weight:bold;
	text-decoration: none;
	color:#333;
	text-shadow:1px 1px 0px rgba(255,255,255,0.75);
}

/* Input Areas */
.myinput {
	border:1px solid #ccc;
	font-size:12px;
	background-color:#eee;
	font-weight:bold;
	padding:10px;
}

/* Submit Button */
.submitButton {	
	color:#000000;
	background-color:#66ccff;
	border:1px solid #aad1fc;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding:6px;
}