/** REDEFINE STANDARD BODY TAG **/
body {
	font-family: "Trebuchet MS", "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	background-image: url(../../_images/global_page_back.png);
	background-repeat: repeat-y;
	background-position: center;
}
/** EOF REDEFINE STANDARD BODY TAG **/
/** STYLE TEXT **/
p {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 1.5em;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #066;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
h2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	color: #066;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
pre {
}
/** EOF STYLE TEXT **/
/** SPECIAL TEXT CLASSES **/
#header p {
	float: right;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
}
#footer p {
	font-size: 12px;
	line-height: 40px;
	margin: 0px;
	padding-left: 20px;
	color: #CCC;
}
/** EOF SPECIAL TEXT CLASSES **/
/** SELECTORS **/
a:link {
	text-decoration: none;
	color: #006666;
}
a:visited {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
#navigation ul a:link, #navigation ul a:visited {
	display: block;
	float: left;
	height: 40px;
	width: 105px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #CCC;
	background-image: url(../../_images/global_nav_normal.png);
	background-repeat: repeat-x;
	letter-spacing: 0px;
}
#navigation ul a:hover, #navigation ul a:active {
	display: block;
	float: left;
	height: 40px;
	width: 105px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	background-image: url(../../_images/global_nav_hover.png);
	background-repeat: repeat-x;
	letter-spacing: 0px;
}
#homelink {
	display: block;
	float: left;
	height: 134px;
	width: 150px;
}

/** EOF SELECTORS **/
/** NAVIGATION SPECIFIC **/
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style-type: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
/** NAVIGATION SPECIFIC **/
/** LAYOUT **/
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ededed;
}
#header {
	display: block;
	height: 134px;
	background-image: url(../../_images/global_header_back.png);
	background-repeat: no-repeat;
}
#navigation {
	display: block;
	height: 40px;
	background-image: url(../../_images/global_nav_normal.png);
	background-repeat: repeat-x;
	padding-left: 20px;
}
#maincontent {
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#innerwrapper {
	width: 900px;
	margin-top: 0px;
	padding-top: 30px;
	background-image: url(../../_images/global_horizontal_rule.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 20px;
	padding-left: 20px;
}
#leftcolumn {
	float: left;
	width: 440px;
}
#rightcolumn {
	float: right;
	width: 440px;
}
#footer {
	display: block;
	height: 40px;
	width: 940px;
	background-image: url(../../_images/global_footer_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8B8B8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1F1F1;
}
#clearit {
	display: block;
	clear: both;
	width: 100%;
}
#shadowdown {
	background-image: url(../../_images/global_shadow_down.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
}
#shadowup {
	background-image: url(../../_images/global_shadow_up.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
}
/** EOF LAYOUT **/
/** CLASSES **/
.imgRight {
	float: right;
	padding: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333;
}
.imgLeft {
}
/** EOF CLASSES **/
/** DROPDOWN MENU **/
.outlinemenu{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 252px;
	overflow-x: hidden;
	padding: 20px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 105px;
	background-image: url(../../_images/global_dropdownback.png);
	background-repeat: no-repeat;
}

.outlinemenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.outlinemenu ul li a{
	color: #333333;
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
}

.outlinemenu ul li a:visited, .outlinemenu ul li a:active{
	color: #333333;
}

.outlinemenu ul li a:hover{
	color: #FFFFFF;
	background-image: url(../../_images/global_dropdownmenu_hover.png);
	background-repeat: no-repeat;
}

/* Holly Hack for IE \*/
* html .outlinemenu li {height: 1%; }
* html .outlinemenu li a { height: 1%; }
/* End */
/** EOF DROPDOWN MENU **/

/** Administration Styling - Log in form etc. **/

#adminForm {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#admin_title {
	width: 100%;
}
#adminForm td {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	vertical-align: top;
}
#adminForm th {
	text-align: right;
	vertical-align: top;
	padding-top: 6px;
	font-size: 1em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#adminForm textarea {
	width: 415px;
}
.noback {
	background-color: #ededed;
	background-image: none;
}
#secureForm {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#secureForm p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 12px;
}

/** EOF Administration Styling **/
#maincontent p, #maincontent h1,#maincontent h2, #maincontent h3 {
width:520px;
}
#productlisting {
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#product {
	width: 900px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#thumb {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#productleft {
	float: left;
	height: 120px;
	width: 120px;
	padding-top: 16px;
}
#productright {
	float: right;
	width: 260px;
}
#productdescription {
	float: left;
	width: 550px;
}
#productimages {
	float: right;
	width: 300px;
	text-align: center;
}
#productimages img {
	padding-bottom: 2px;
	clear: both;
	margin: 4px;
	width: 280px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
#product img {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#productTile {
	margin-bottom: 10px;
	padding-bottom: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	width: 410px;
	float: left;
	margin-right: 10px;
	border: 1px solid #999999;
}
#productTile img {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rule {
	height: 4px;
	margin-top: 4px;
	display: block;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
/** Gallery **/
#gallerystrip {
	display: block;
	height: 90px;
	background-image: url(../../_images/global_galleryback.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#gallerystrip img {}
#gallerystrip #gallthumb a:link img {
	border: 1px solid #333;
	margin-right: 6px;
	margin-left: 6px;
}
#gallerystrip #gallthumb a:visited img {
	border: 1px solid #333;
	margin-right: 6px;
	margin-left: 6px;
}
#gallerystrip #gallthumb a:hover img {
	border: 1px solid #fff;
	margin-right: 6px;
	margin-left: 6px;
}
#footer a:link, #footer a:visited{
	color: #CCC;
}
#footer a:active {
	color: #FFF;
}

