/* screen styles for the template */
body {
	margin:0;
	padding:0;
	background:#f1f1f2;
	font-family:Arial,Verdana,Helvetica,Sans-Serif;
	line-height:150%;
	font-size:12px;
	color:#231F20; 
}

img {	border: 0; }
p { margin:0 0 1em 0; }
a { color:#F7931E; text-decoration:none; }
a:hover { color:#F7931E; text-decoration:underline; }

/* system */
#page, #footer { width:982px;	margin:0 auto; margin-top:1em; padding:0; } 
#page { background:#fff url(../images/back.gif) repeat-y top left; }
#shadow { background:url(../images/backTopInt.gif) no-repeat top left; }
#shadowHome { background:url(../images/backTopHome.gif) no-repeat top left; }
#shadowBottom { background:url(../images/backBottom.gif) no-repeat bottom left; padding:11px 9px 41px 11px; }
.shadowBottomHome { padding-top:21px !important; }
#footer { margin-top:0; width:960px; }
/* system end */

/* main */
#logo { height:61px; text-align:right; padding:0 5px 0 0; }
.logoHome { height:68px !important; background:url(../images/homeLogo3.gif) no-repeat top left !important; }
#headerHome { height:292px; background:url(../images/homeLogo4.gif) no-repeat top left; }
#header { height:182px; margin:0; background:#fff; }
#content { padding:10px 5px; }
.contentHome { background:url(../images/homeLogo6.gif) no-repeat top left !important; padding:10px 5px !important; }
#rightCol { width:223px; margin:0; float:right; }
#imgCol { width:200px; float:left; }

#homeContent { background:#F1F1F2; width:440px; padding:20px; }
#homeContent .contentBlock { height:13.5em; overflow:hidden; margin:0 0 9px 0; }

#contHolder { padding:10px; background:#F1F1F2;  }
#contNoImg { width:930px; }
#contWithImg { width:720px; margin:0 0 0 210px; }
.withCol { width:700px; }
.withCol #contNoImg { width:695px; }
.withCol #contWithImg { width:485px; margin:0 0 0 210px; }

#credits { padding:5px 0; font-size:10px; font-style:italic; }
#credits a { margin:0 3px; color:#58585A; text-decoration:none; }
#credits a:hover { text-decoration:underline; }
#footerPages { float:right; }
/* main end */

/* Promos */
#promoHolder { float:right; width:460px; }
#promoHolder .edit { height:260px !important; overflow:hidden; }
.promo { width:223px; height:210px; margin:0 14px 0 0; padding:0px; float:left; background:#F1F1F2; overflow:hidden; }
.promo .headings { height:20px; padding:8px 0; margin:0; color:#fff; text-align:center; background:#f47421 url(../images/backNav.gif) repeat-x top left; }
.promo .headings a { color:#fff; display:block; }
.promo img { display:block; }
.promo .cont { width:213px; height:4.5em; margin:5px 0 0 0; padding:0 5px; overflow:hidden; }
.promo .largeCont { height:12em !important; }
.promo .more { padding:5px; }
.p2 { margin-right:0; }

#rightCol .promo { width:223px; margin:0 0 14px 0; height:auto; }
#rightCol .promo .cont, #rightCol .promo .largeCont { height:auto !important; }
/* promos end */

/* news */
.archivedBlock { padding:4px 0; border-bottom:1px solid #acacad; }
.archivedBlock a { display:block; }
/* end news*/

/* faq */
#faq { margin:0 0 25px 0; padding:0; list-style:none;}
#faq li { margin:0; padding:0; }
#faq li a { padding:2px 0px; font-size:14px; font-weight:bold; }
.faqBlock { margin:0 0 15px 0; padding:0 0 10px 0; border-bottom:1px solid #acacad;  }
/* faq end */

/* gallery */
.gallery2 ul { margin:0; padding:0; list-style:none; }
.gallery2 li { height:190px; width:167px; margin:0 23px 10px 0; padding:0; float:left; overflow:hidden; }
.gallery2 li.smallImage { margin:0 9px 10px 0; }
.gallery2 li.edit { height:280px; width:167px; overflow:hidden; }
.gallery2 li.last { margin-right:0; }
.gallery2 li a { width:165px; height:165px; display:block; border:1px solid #F7931E; }
.gallery2 li a img { display:none; }
.gallery2 li p { text-align:center; }
.gallery2 li p a { height:auto; border:0; }

/* default gallery popup styles */
#gal_Mask { position:absolute; z-index:1000; top:0; left:0; width:100%; height:100%; background:#F7931E; filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }
#gal_LargeView, #gal_controls, #gal_controlsTop {  position:absolute; z-index:1001; top:50%; left:50%; background:#fff; padding:10px; }
#gal_controlsTop { z-index:1002; }
#gal_LargeView { width:300px; height:250px; margin-left:-150px; margin-top:-125px; padding-bottom:0; }
#gal_LargeView.loading { background: #fff url(../behaviour/loader.gif) center center no-repeat; }
#gal_controlsTop { width:300px; margin-left:-150px; margin-top:-125px; }
#gal_controls { width:300px; margin-left:-150px; margin-top:125px; padding-top:0; border-top:10px solid #fff; }
#gal_next { float:right; padding:0 10px 0 0; }
#gal_next a {}
#gal_previous { float:left; padding:0 0 0 10px; }
#gal_previous a {}
#gal_close { text-align:right; }
#gal_close a {} 
#gal_description { text-align:center; }
/* default gallery popup styles end */
/* gallery end */

/* form */
#form .formrow { margin:0 0 4px 0; height:22px; }
#form .fieldlabel { width:100px; height:25px; font-weight:bold; display:block; float:left; }
#form .textinput, #form .selectinput { width:300px; border:1px solid #acacad; }
#form .textareainput { width:300px; height:100px; border:1px solid #acacad; font-family: Arial,Verdana,Helvetica,Sans-Serif; font-size:12px; }
#form .radiobuttonfieldset { margin:0; padding:0; border:0; background:none; }
#form .radiobuttonfieldset br { float:left; margin-right:10px; }
#form fieldset { background:#F4F4F4; border:0; }
#form legend { margin:0 0 10px 0; padding:40px 0 0 0; font-weight:bold; font-size:20px; }
#form #row590, #form #row614, #form #row602 { height:105px; }
#form .formbutton { padding:0 10px; margin-top:10px; border:0; background:#F7931E; color:#fff; }
#form .required { margin:0 172px 0 0; color:#F7931E; }
#form .fieldlabel .required { margin:0; }
/* end form */
/* cart items */
#wtCart { width:100%; border-collapse:collapse; padding:0; }
#wtCart th { text-align:right; border-bottom:1px solid #C1C1C2; }
#wtCart td { padding:10px 0; border-bottom:1px solid #c1c1c2; }
.wtCartTotal { text-align:right; }
#txtCardSecurityCode { width:25px; }
/*.wtCartImage { width:100px; }
.wtCartName { width:484px; }
*/
#cartHolder h2 { font-size:14px; color:#4099d0; margin:0 0 3px 0; padding:0; }
#cartHolder #wtCart { margin:0 0 20px 0; }
#cartHolder #wtForm .fieldlabel { width:120px; height:25px; font-weight:bold; display:block; float:left; }
#cartHolder #wtForm .textinput { width:300px; border:1px solid #ACACAD; }
#cartHolder #wtForm .textareainput { width:300px; height:100px; border:1px solid #acacad; font-family: Arial,Verdana,Helvetica,Sans-Serif; font-size:12px; }
#cartHolder #wtForm .radiobuttonfieldset { border:0; margin:0; padding:0;  }
#cartHolder #wtForm .radiobuttonfieldset br { float:left; margin-right:10px; }
#cartHolder #wtForm .required { margin:0 191px 0 0; }
#cartHolder #wtForm .fieldlabel .required { margin:0; }
/* #cartHolder #wtForm .formbutton { border:0; background:#0077C0; color:#fff; padding:0 10px; margin-top:10px;  } */
#cartHolder #wtForm .formrow { height:22px; margin:0 0 4px 0; }
#cartHolder #wtForm #FieldBillingLabel { width:250px; }
#cartHolder #wtCart .wtTitle { text-align:left; }
#Field2069 { width:300px; }
#cartHolder #wtCC td { padding:3px 10px; }
#cartHolder #wtCC td td { padding:2px; }
#cartHolder #wtCC td #drpCardType { width:204px; }
#cartHolder #wtCC td #txtCardHolderName, #cartHolder #wtCC td #txtCardNumber { width:200px; }
#cartHolder #wtOrderAddress { margin-bottom:10px; }
/* .wtCartButton, .formbutton { border:0; background:#0077C0; color:#fff; padding:0 10px; margin-top:10px;  } */

/* cart end */

/* search box */
#quicksearch { width:310px; float:right; }
#quickkeywords { border:1px solid #a7a6aa; }
/* end search box */

/* global product styles */
.products ul { margin:0; padding:0; list-style:none; }
.products li { width:165px; height:200px; margin:0 10px 10px 0; padding:0; float:left; }
.products li a { width:163px; height:163px; display:block; border:1px solid #acacad; }
.products li a img { display:none; }
.products li p a { height:auto; padding:4px 0 0 0; border:0; }
/* end global product styles */

/* general editing  */
.pageHeadings, .headings, .subHeadings, .date { padding:0; color:#F7931E; }
.pageHeadings { margin:0 0 20px 0; font-size:20px; }
.headings { margin:0 0 5px 0; font-size:16px; }
.subHeadings { margin:0 0 3px 0; font-size:14px; }
.date { margin:0; font-size:14px; float:right; }
.clearBoth { clear:both; }
.clearLeft { clear:left;}
.clearRight { clear:right; }
.right { float:right; }
.left { float:left; }
.tLeft { text-align:left; }
.tCenter { text-align:center; }
.tRight { text-align:right; }
.imgLeft { margin:0 10px 10px 0; float:left; }
.imgRight { margin:0 0 10px 10px; float:right; }
table td { vertical-align:top; }
.noBorder { border:0 !important; }

.contentBlock { margin:0 0 20px 0; border:1px solid #F7931E; padding:10px; }
.imgBlock { margin:0 0 15px 0; text-align:center; }
.caption { margin:0px 0 0 0; padding:0px; color:#F7931E; text-align:left; }
.caption a { text-decoration:underline; }
.caption a:hover { text-decoration:none; }
/* end general editing */

/* global nav.  to change styles, see menu.top.css or menu.left.css */
#navigation ul { margin:0; padding:0; list-style:none; }
#navigation li { margin:0; padding:0; font-weight:bold; }
#navigation li a { margin:0; padding:10px 13px 11px 14px; display:block; color:#63564a; text-decoration:none; text-transform:lowercase; background:url(../images/backNavDivider.gif) no-repeat right center; }
#navigation li a:hover, #navigation li a.onLink { text-decoration:underline;  }
/* sub nav */
#navigation ul ul { margin:0; padding:0; background:#ffb754;  }
#navigation li li a { padding:2px 20px; color:#000; font-size:11px; }
#navigation li li a:hover, #navigation li li a.onLink { text-decoration:underline; background:none;  }
/* end sub nav */
/* end global nav */

/* the browser fixes */
.ie #form .required { margin:0 143px 0 0; color:#F7931E; }
.ie #form .fieldlabel .required { margin:0; }
.ie #navigation ul { padding:0 0 0 277px !important; width:962px !important; }
.ie #navigation { width:962px; overflow:hidden; }
.ie #navigation ul ul { width:200px !important; padding:0 !important; }
.ie #rightCol .promo .largeCont { height:11.5em !important; }


.ie7 #gal_Mask { filter:alpha(opacity=75) !important; }
.ie6 { height:100%; }
.ie6 #gal_Mask { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75) !important; height:100%; }
.ie6 #contHolder .WithImgEdit { width:480px; }

/* the browser fixes end */
