/* CSS Document */

html, body{margin:0px;padding:0;font:76% Arial, Helvetica, Verdana, sans-serif;height:100%;background:#fff;}
form, fieldset{margin:0;padding:0;}
/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address{/*margin: 0 0 1em 0;padding: 0;*/margin: 0;padding: 1em 0 1em 0;}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {margin-left: 1em;}

/* Miscellaneous conveniences: */
form label{ cursor: pointer; /*font-size: 1.3em;*/ font-weight: bold; }
fieldset{border: none;}
input, select, textarea{font: 0.9em Arial, Verdana, Helvetica, sans-serif;}

p {  }
a { color: #0074d9; }
a:hover { text-decoration: none; }



/*
 * WRAPPER STYLES
 */
#wrapper{
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
}
#popupwrapper {
	width: 780px;
	margin: 0 auto;
}


/*
 * HEADER SECTION STYLES
 */
#header{
	position: relative;
	float: left;
	width: 100%;
	height: 112px;
}
#header .headermenu {
	/*border: 1px solid green;*/
}
/* menu main styles */
#header #headermenumain {
	background: url(images/mainmenu_right.gif) no-repeat right;
	padding-right:10px;
	
}
#header #headermenumain div.firstinner {
	background: url(images/mainmenu_left.gif) no-repeat 0 0;
	height: 32px;
	padding-left:10px;
	
}
#header #headermenumain div.inner {
	background: url(images/mainmenu_bg.gif) repeat-x 0 0;
	height: 32px;
	text-align:center;
}
#menu {
	/*margin: 0 auto;
	list-style-position: inside;
	display: block;
	clear: both;*/
}
#header #headermenumain ul {
	/*position: relative;
	float: left;
	width: 690px;*/
	position: relative;
	height: 32px;
	margin: 0;
	padding: 8px 0px;
	/*margin:0 0 0 108px;*/
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	z-index: 50;
	overflow: hidden;
}
#header #headermenumain ul li {
	/*position: relative;
	float:left;*/
	margin: 0 !important;
	/*padding: 0px 0px 8px 0px;*/
	margin-top: 10px;
	padding: 8px 0px;
	border-left: 2px solid #002648;
	display: inline;
}
#header #headermenumain ul li.gnavlast{
	border-right: 2px solid #002648;
}
#header #headermenumain ul a {
	/*display: block;*/
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 0px;
}
#header #headermenumain ul a span{
	/*display: block;*/
	padding: 8px 13px 8px 13px;
}
#header #headermenumain ul a:hover,#header #headermenumain ul li a.navOn {
	background:url(/css/images/nav_on_right.gif) right no-repeat;	
}
#header #headermenumain ul a:hover span,#header #headermenumain ul li a.navOn span{
	background:url(/css/images/nav_on_left.gif) left no-repeat;	
}


/* menu utility styles */
#header #headermenuutility ul {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	/*height: 32px;*/
	/*padding: 8px 0px;*/
	list-style-type: none;
	/*font: Helvetica, Arial, Verdana, sans-serif;*/
	background: url(images/menu_bg.gif) repeat-x 0 0;
	z-index: 100;
}
#header #headermenuutility ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 6px 8px;
}

#header #headermenuutility ul li.shop {
	width:140px;	
}

#header #headermenuutility ul li.first {
	background: url(images/menu_left.gif) no-repeat 0 0;
	height: 29px;
	width: 15px;
	padding: 0;
}
#header #headermenuutility ul li.last {
	position: relative;
	float: right;
	background: url(images/menu_right.gif) no-repeat top right;
	height: 29px;
	width: 221px;
	padding: 0;
	padding-right: 12px;
}
#header #headermenuutility ul li.last a {
	position: relative;
	float: left;
}
#header #headermenuutility ul li.last div {
	position: relative;
	float: left;
	width: 185px;
}
#header #headermenuutility ul li.last form {
	margin-top: 3px;
}
#header #headermenuutility ul a {
	display: block;
	overflow:hidden;
	color: #0074d9;
	/*font-size: 1.3em;*/
	font-weight: bold;
	text-decoration: none;
}
#header #headermenuutility ul a:hover {
	color: #ba9b65;
}
#header #headermenuutility ul li a.navOn {
	color: #ba9b65 !important;
}

/*
 * MAIN CONTENT SECTION STYLES
 */
#main {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 60px;
}


/* 
 * LEFT NAVIGATION SECTION STYLES
 */
#main #leftnav {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 15px;
}
#main #leftnav .leftnavheader{
	background: url(images/sidebar_header.gif) no-repeat 0 0;
	width: 100%;
	height: 26px;
}
#main #leftnav .leftnavheader span.title {
	position: absolute;
	top: 5px;
	left: 7px;
	color: #fff;
	/*font-size: 1.3em;*/
	font-weight: bold;
	text-transform: uppercase;
}
#main #leftnav .leftnavcontent {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding-left: 10px;
}
/* second level nav styles */
#main #leftnav .leftnavcontent ul.secondlevel {
	list-style-type: none;
	padding-top: 5px;
}
#main #leftnav .leftnavcontent ul.secondlevel li {
	margin: 0;
	padding: 4px 0px;
}
#main #leftnav .leftnavcontent ul li a {
	color: #0074d9;
	font-weight: bold;
	/*font-size: 1.3em;*/
	text-decoration: none;
}
#main #leftnav .leftnavcontent ul li a:hover {
	color: #ba9b65;
}
/* third level nav styles */
#main #leftnav .leftnavcontent ul.thirdlevel {
	border: none;
	margin-bottom: 0;
	padding: 2px 0 0;
	margin-left: 8px;
	list-style: none;
}
#main #leftnav .leftnavcontent ul.thirdlevel li {
	border-bottom: none;
}
#main #leftnav .leftnavfooter {
	background: url(images/sidebar_footer.gif) no-repeat 0 0;
	width: 100%;
	height: 17px;
}
#main #leftnav .leftnavcontent ul li a.navOn {
	color: #ba9b65 !important;
}
#main #leftnav a img{
	border:none !important;
}

/* 
 * CONTENT SECTION STYLES
 */
#main #content {
	position: relative;
	float: left;
	width: 510px;
	padding-bottom: 20px;
	padding-left: 13px;
}
#main #content h1 {
	font-size: 1.5em;
	color: #00448d;
	padding-top: 0;
}
#main #content h2 {
	clear: both;
	font-size: 1.2em;
	color: #00448d;
	padding-bottom: 10px;
}
#main #content h3 {
	font-size: 1.1em;
	color: #0074d9;
	padding-bottom: 0px;
}
#main #content .pagecontent {
	line-height: 1.6em;
}
#main #content span.calendardate {
	position: relative;
	float: left;
	display: block;
	width: 200px;
	color: #ba9b65;
	/*font-size: 1.3em;*/
	font-weight: bold;
}
#main #content span.calendartitle {
	display: block;
	/*font-size: 1.3em;*/
}
#main #content ul.logintools {
	list-style-type: none;
	/*font-size: 1.3em;*/
	padding: 15px 0 0;
}
#main #content ul.logintools li {
	position: relative;
	float: left;
	margin: 0;
	padding: 15px 25px 15px 0;
}
#main #content .newsarticle {
	padding-bottom: 5px;
}
#main #content span.newsdate {
	font-size: 0.9em;
}
#main #content .newsimage {
	position: relative;
	float: right;
	padding-left: 15px;
	/*font-size: 1.3em;*/
}
#main #content .newsimage img {
	padding-bottom: 3px;
}
#main #content .newsimage .pageImage {
	padding-bottom: 15px;
	text-align: left;
}
#main #content .newsarticle h3 {
	padding-top: 0;
}
#main #content .newsarticle a {
	text-decoration: none;
}
#main #content .newsarticle a.morebtn {
	text-decoration: underline;
}
#main #content .newsarticle a:hover {
	color: #ba9b65;
}
#main #content .newsarticle p {
	padding-top: 0;
	line-height: 1.4em;
}
#main #content .newslist a {
	text-decoration: none;
}
#main #content .newslist a:hover {
	color: #ba9b65;
}
#main #content .newslist p {
	line-height: 0em;
}
#main #content .photodetails {
	position: relative;
	float: left;
	width: 128px;
	min-height: 150px;
	text-align: center;
	padding: 0 18px 10px;
	/*font-size: 1.3em;*/
}
#main #content .photodetails a {
	text-decoration: none;
}
#main #content .photodetails a span {
	text-decoration: underline;
}
#main #content .photodetails a:hover span {
	text-decoration: none;
}
#main #content .procatalogue img {
	border: 1px solid #0074d9;
}
#main #content .firstcoln {
	clear: both;
}
#main #content .shopbtns {
	text-align: right;
	padding-top: 10px;
}

#main #content .shopbtns a {
	padding-right: 40px;
}
#main #content .skuimage {
	position: relative;
	float: left;
	padding-right: 10px;
	text-align: center;
	/*font-size: 1.3em;*/
}
#main #content .skuimage img {
	border: 1px solid #0074d9;
	margin-bottom: 5px;
}
#main #content .skuimage a {
	text-decoration: none;
}
#main #content .skuimage a span {
	text-decoration: underline;
}
#main #content .skuimage a:hover span {
	text-decoration: none;
}
#main #content .skucontent {
	position: relative;
	float: left;
	width: 545px;
}
#main #content ul, #main #content ol { list-style-position:inside; }


/* 
 * CONTENTBIG SECTION STYLES
 */
#main .contentbig {
	width: 710px !important; /*680*/
}


/* 
 * Home Tiles SECTION STYLES
 */
.hometile {
	position: relative;
	float: left;
	width: 510px;
	margin-bottom: 15px;
	text-align: left;
}
.hometile .hometileheader{
	background: url(images/home_header.gif) no-repeat 0 0;
	width: 100%;
	height: 26px;
}
.hometile .hometileheader span.title {
	position: absolute;
	top: 5px;
	left: 7px;
	color: #fff;
	/*font-size: 1.3em;*/
	font-weight: bold;
}
.hometile .hometilecontent {
	border: 1px solid white;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 10px 10px 5px;
}
.hometile .hometileimage {
	position: relative;
	float: right;
	width: 200px;
	padding-left: 10px;
	
}
.hometile .hometiletext {
	position: relative;
	float: left;
	width: 275px;
}
.hometile .hometiletext h2 {
	color: #ba9b65 !important;
}
.hometile .hometiletext p {
	padding-top: 0;
}
.hometile .hometilecontent h1 {
	color: #0074d9;
	font-size: 1.1em !important;
	padding: 0 0 3px;
}
.hometile .hometilecontent h2 {
	color: #ba9b65;
	font-size: 0.9em !important;
	font-weight: normal;
	padding: 0 0 8px;
}
.hometile .hometilecontent p {
	/*font-size: 1.3em;*/
}
.hometile .ritetileimage {
	float: right;
	/*border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;*/
	padding: 10px 15px;
	/*text-align: center;*/
	width: auto;
}
.hometile .hometilecontent .onlinestore {
	position: relative;
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hometile .hometilecontent .onlinestore .tilegear {
	position: relative;
	float: left;
	/*font-size: 1.3em;*/
	text-align: center;
	margin-right: 30px;
}
.hometile .hometilecontent .onlinestore .last {
	margin-right: 0px;
}
.hometile .hometilecontent .tilegear img {
	border: 2px solid #dfdfdf;
}
.hometile .hometilecontent .linksleft {
	position: relative;
	float: left;
	width: 230px;
	/*font-size: 1.3em;*/
	line-height: 1.8em;
	padding-left: 10px;
}
.hometile .hometilefooter {
	clear: both;
	position: relative;
	float: left;
	background: url(images/home_footer.gif) no-repeat 0 0;
	width: 100%;
	height: 24px;
}
.hometile .hometilefooter a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.hometile .hometilefooter img {
	border: none;
}
.hometile .hometilefooter .newsarchive {
	position: relative;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
	/*font-size: 1.3em;*/
}
.hometile .hometilefooter .newsarchive a {
	padding: 3px 5px 1px 5px;
	margin-right: 10px;
}
.hometile .hometilefooter a.NumberItem {
	background-color: none;
}
.hometile .hometilefooter a.NumberItemOn {
	color: #ba9b65;
	background-color: #fff !important;
	/*border: 1px solid red;*/
}
.hometile .hometilefooter .newscontrol {
	position: relative;
	float: left;
}
.hometile .hometilefooter .newscontrol a {
	padding-right: 5px;
}
.hometile .hometilefooter .morebtn {
	position: relative;
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	font-size: 0.9em;
}
ul.bulletlist li {
	/*list-style-position:outside;
	list-style-type: none;
	list-style-image: url(/css/images/bullet.gif);*/
}
ul.bulletlist {
	/*position: relative;
	float: left;*/
	padding: 0px;
	line-height: 1.8em;
	list-style-position: outside !important;
	list-style-type: none;
	list-style-image: url(/css/images/bullet.gif);
}

/* 
 * Tiles SECTION STYLES
 */
#tiles {
	position: relative;
	float: left;
	width: 200px;
	margin-left: 13px;
}
#tiles a img{
	border:none !important;
}
.ritetile {
	position: relative;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.ritetile .ritetileheader{
	position: relative;
	background: #00448d url(images/sidebar_header.gif) no-repeat 0 0;
	min-height: 21px;
	padding:0 15px 8px 2px;
}
.ritetile .ritetileheader span.title {
	position: relative;
	top: 5px;
	left: 7px;
	color: #fff;
	/*font-size: 1.3em;*/
	font-weight: bold;
	text-transform: uppercase;
}
.ritetile .ritetilecontent {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 0 10px;
	font-size: 0.9em;
}
.ritetile .ritetilecontent ul {
	padding-left: 5px;
	/*border: 1px solid red;*/
}
.ritetile .ritetilecontent p {
	
}
.ritetile .ritetileimage {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	padding: 10px 0;
	text-align: center;
}
.ritetile .ritetilefooter {
	background: url(images/sidebar_footer.gif) no-repeat 0 0;
	width: 100%;
	height: 10px;
}
.imagetile {
	position: relative;
	width: 200px;
	height: 141px;
	margin-bottom: 12px;
}
.imagetile .imagetiletext {
	position: absolute;
	top: 25px;
	left: 26px;
	width: 150px;
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
.imagetile .imagetilelink {
	position: absolute;
	top: 119px;
	left: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.imagetile .imagetilelink a {
	color: #00305a;
}
.imagetile .white a {
	color: #fff;
}


/* 
 * FOOTER SECTION STYLES
 */
#footer {
	clear: both;
	position: relative;
	width: 935px;
	height: 31px;
	margin: 10px 15px;
	background: url(images/footer_bg.gif) repeat-x 0 0;
	/*font-size: 1.3em;*/
	text-align: center;
}
#footer div.first {
	position: relative;
	float: left;
	background: url(images/footer_left.gif) no-repeat 0 0;
	height: 31px;
	width: 10px;
	padding: 0;
}
#footer div.last {
	position: relative;
	float: right;
	background: url(images/footer_right.gif) no-repeat 0 0;
	height: 31px;
	width: 10px;
	padding: 0;
}
#footer div.copyright {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 100px;
	color: #ba9b65;
}
#footer div.poweredby {
	position: absolute;
	top: 1px;
	right: 9px;
	width: 117px;
}
#footer #footermenutools ul {
	width: 90%;
	margin: 0;
	padding: 6px 0px;
	list-style-type: none;
	/*font: Helvetica, Arial, Verdana, sans-serif;*/
	font-weight: bold;
}
#footer #footermenutools ul li {
	display: inline;
	margin: 0;
	padding: 6px 8px;
}
#footer #footermenutools ul li a {
	text-decoration: none;
}
#footer #footermenutools ul li a:hover {
	color: #ba9b65;
}
#debug{
	position:absolute;
	left:-150px;
	top:0;
	border:1px solid red;
	padding:5px;
	width:100px;
}
.clear{
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
}


/* 
 * Forms STYLES
 */
form#contactus {
	line-height: 3em;
}
form#contactus label {
	clear: both;
	position: relative;
	float: left;
	width: 200px;
	display: block;
	
}
form#contactus input.textbox, form#contactus textarea {
	position: relative;
	float: left;
	margin: 5px 0;
	width: 175px;
}
form#contactus select {
	position: relative;
	float: left;
	margin: 5px 0;
	width: 179px;
}
form#contactus input#submit {
	clear: both;
	position: relative;
	float: left;
	padding-top: 5px;
	padding-left: 200px;
}
form#searchcalendar div.selectsection {
	position: relative;
	float: left;
	padding-right: 20px;
}
form#loginform, form#forgotForm, form#paymentform, form#addproduct {
	line-height: 2.5em;
}
form#registerform {
	line-height: 1.6em;
}
form#loginform label, form#forgotForm label, form#registerform label, form#paymentform label, form#addproduct label {
	clear: both;
	position: relative;
	float: left;
	width: 130px;
	display: block;
}
form#loginform input.textbox, form#forgotForm input.textbox, form#registerform input.textbox, form#paymentform input.textbox {
	position: relative;
	float: left;
	width: 200px;
	margin: 3px 0;
}
form#loginform input#submit, form#forgotForm input#submit, form#registerform input#submit, form#paymentform input#submit {
	clear: both;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-left: 130px;
}
form#registerform select {
	position: relative;
	float: left;
	width: 205px;
	margin: 3px 0;
}
form#paymentform select {
	/*margin-bottom: 5px;*/
}
form#shopcartform input.textbox {
	text-align: right;
	width: 30px;
}
form#addproduct input.textbox {
	position: relative;
	float: left;
	margin: 3px 0;
	width: 100px;
}
form#addproduct select {
	position: relative;
	float: left;
	margin: 3px 0;
	min-width: 103px;
	/*width: 103px;*/
}
form#addproduct input#submit {
	clear: both;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 130px;
}



/* 
 * TABLE STYLES
 */
table {
	/*font-size: 1.3em;*/
}
table.shopcart th {
	font-weight: normal;
	border-top: 1px solid #ba9b65;
	border-bottom: 1px solid #ba9b65;
}
table.shopcart .tabletitle {
	color: #00448d;
	font-weight: bold;
	font-size: 0.9em !important;
}
table.shopcart .lastrow {
	border-bottom: 1px solid #ba9b65;
}
table.shopcart tr.odd {
	background-color: #f2f5f9;
}

/* 
 * POPUP STYLES
 */
#popupheader {
	height: 30px;
	background: url(images/popup_bg.gif) repeat-x 0 0;
}
#popupheader .first {
	position: relative;
	float: left;
	background: url(images/popup_left.gif) no-repeat 0 0;
	height: 30px;
	width: 19px;
	padding: 0;
}
#popupheader .last {
	position: relative;
	float: right;
	background: url(images/popup_right.gif) no-repeat 0 0;
	height: 30px;
	width: 19px;
	padding: 0;
}
#popupheader .closeBtn {
	position: relative;
	float: right;
	padding-top: 4px;
}
#popupheader .closeBtn img {
	border: none;
}
#popupimage {
	position: relative;
	text-align: center;
	padding: 15px 0;
	/*font-size: 1.3em;*/
	font-weight: bold;
}
#popupimage img {
	margin-bottom: 10px;
}
#popupimage span {

}


/* 
 * SPAN STYLES
 */
span.beige { color: #ba9b65; }
span.darkblue { color: #00448d; }
span.blue { color: #0074d9; }
span.grey { color: #82817b; }
span.normal { /*font-size: 1.3em;*/ }
span.bold { font-weight: bold; }
span.small { font-size: 0.9em; font-weight: normal; }
span.current { color: #ba9b65; font-weight: bold;}

div.pagebar { position: relative; float: left; width: 100%; /*font-size: 1.3em;*/ padding: 5px 0; margin: 10px 0; }
div.pagebar a { text-decoration: none; font-weight: bold; color: #0074d9; }
div.pagebar a.current { color: #ba9b65; }

div.advertImg { margin-bottom: 13px; }
div.errorMsg { color:#FF0000; padding-bottom: 10px; }