@charset "UTF-8";
/* 
Title:     Stocktrek images - gStyles.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 10px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #666;
	background: #fff;
}
html>body { /* be nice to Opera */
	font-size: small;
}
body#p-index #t-home a, body#p-aboutus #t-aboutus a, body#p-myaccount #t-myaccount a, body#p-search #t-search a, body#p-lightbox #t-lightbox a, body#p-cart #t-cart a, body#p-order #t-order a, body#p-portfolio #t-portfolio a, body#p-contact #t-contact a, body#p-hpage #t-hpage a {
	color: #ffce0d;
}

/* Links
======================================================================================== */

a:link {
	color: #09F; /*#429bcf;*/
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Common Elements
======================================================================================== */
.clear { clear: both; }
p {
	margin: 1em 0 1em;
	padding: 0;
}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #85afd6;
	padding: 0;
	margin: 0 0 1em 0;
}
h3 {
	margin: 1.5em 0 0 0;
	padding-bottom: 2px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Top
======================================================================================== */
.topcap {
	margin: 0 auto;
	width: 960px;
	height: 14px;
	background: url(../images/top-cap.gif) no-repeat bottom left;
}
.botcap {
	margin: 0 auto;
	width: 960px;
	height: 14px;
	background: url(../images/bot-cap.gif) no-repeat top left;
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 958px;
	background: #fff;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}
#logo {
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 232px
}
#logo img {
	display: block;
	width: 0;
	text-align: center;
}
#logo span {
	float: left;
	display: block;
	width: 252px;
	height: 69px;
	background: url(../images/logo.gif) no-repeat;
}
#logo a {
	border-style: none;
	display: block;
	width: 252px;
}
#promo {
	margin: 0 auto;
	padding: 0;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #36a557;
	text-align: center;
}

/* Quick Search
======================================================================================== */
#qsearch {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	/*width: 380px;*/
	font-size: 90%;
	color: #666;
}
#qsearch form {
	margin: 0;
	padding: 0;
}
#qsearch a:link, #qsearch a:visited {
	color: #09F;
	text-decoration: none;
}
#qsearch a:hover {
	color: #09F;
	text-decoration: underline;
}
.qstextfield {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	width: 200px;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Navigation
======================================================================================== */
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 95%;
	line-height: 1.7em;
	border-top: 1px solid #357193;
	border-bottom: 2px solid #357193;
	background: #0099FF; 
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}
#nav a:hover, #nav a.active {
	color: #ffce0d;
}
li#t-index a {
	margin-left: 8px;
}

/* Layout
======================================================================================== */
#innerwrap {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.5em;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 735px;
	font-size: 90%;
	background: #fff;
}
#subpage-content {
	/*float: left;*/ /*<----float if using sidebar---->*/
	width: 100%;
	min-height: 420px;
	/*width: 530px;*/ /*<----enable if using sidebar---->*/
	font-size: 90%;
}
/* ---[ gutters ]----------------------------- */

#content .gutter {
	padding: 20px;
}
#sidebar .gutter {
	padding: 15px;
}
#subpage-content .gutter {
	padding: 20px;
}

/* Sidebar 
======================================================================================== */
#sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
	font-size: 90%;
	line-height: 1.5em;
	color: #fff;
	background: #0099ff; 
}
#sidebar h3 {
	margin: 0;
	padding: 5px 10px;
	color: #666;
	font-size: 100%;
	font-weight: bold;
	border: none;
	background: #ffce0d;
}
#sidebar h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
}
#sidebar ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style: disc;
}
#sidebar li {
	margin: 0;
	padding: 0 0 .5em 0;
}
#sidebar a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ffce0d;
	text-decoration: underline;
}
#sidebar img {
	vertical-align: middle;
}

/* Footer
======================================================================================== */
#footer {
	float: left;
	width: 100%;
	border-top: 1px solid #999;
}
#footer .gutter {
	padding: 10px 15px 0 15px;
}
#footer a {
	color: #09F;
	text-decoration: none;
}
#footer a:hover {
	color: #09F;
	text-decoration: underline;
}
#footerlinks {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#footerlinks li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 8px;
	background: url(../images/footer-li-bg.gif) no-repeat center right;
}
li#fl-terms {
	padding-left: 0;
}
li#fl-sitemap {
	background: none;
}
#footer p {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}	

