/* screen styles for the template */
body {
	margin:0;
	padding:0;
	background-image:url(../images/mainBG.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:11px;
	color:#ffffff;
	background-position: top center;
}

img {	border: 0; }
p { margin:0 0 1em 0; }
a { color:#aace37; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:none; }

/* system */
#page, #footer { width:789px; margin:0 auto; margin-top:1em; padding:5px;} 
#footer { margin-bottom:0; }
/* system end */

/* main */
#logo { height:65px; }
#headerHome { height:190px; margin:0 0 5px 0; background:#87d300; }
#content { padding:20px; background:#dff7ff; }
#rightCol { width:200px; margin:0; float:right; }
#imgCol { width:200px; float:right; }

#contHolder { position:absolute;}
#contNoImg { width:700px; }
#contWithImg { width:480px; }
.withCol { width:480px; }
.withCol #contNoImg { width:480px; }
.withCol #contWithImg { width:270px; }

#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 */


/* 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 0; 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 9px 10px 0; padding:0; float:left; overflow:hidden; }
.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 #c6c5c6; }
.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:#000; 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(?wtInclude=wtGalleryLoading.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 #row563 { height:105px; }
#form .formbutton { padding:0 10px; margin-top:10px; border:0; background:#00a4d8; color:#fff; }
#form .required { margin:0 172px 0 0; color:#00a4d8; }
#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:#ffffff; }
.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; }
.imgBlock { margin:0 0 15px 0; text-align:center; }
.caption { margin:0px 0 0 0; padding:0px; color:#4099d0; }
/* end general editing */



/* the browser fixes */
.ie #form .required { margin:0 143px 0 0; color:#c82a2a; }
.ie #form .fieldlabel .required { margin:0; }
.ie #navigation ul ul { z-index:100000; }
/*.ie #navigation li li { position:relative; }*/
/*.ie #navigation li li a { position:absolute; z-index:100000; }*/


.ie7 #gal_Mask, .ie7 #mediaFader { filter:alpha(opacity=75) !important; }

.ie #navigation li a { padding-bottom:10px; }

.ie6 { height:100%; }
.ie6 #gal_Mask, .ie6 #mediaFader { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75) !important; height:100%; position:absolute; }
.ie6 #header { overflow:hidden; }
.ie6 #portRight li, .ie6 #caseRight li { position:relative; }

/*.macosx #navigation li a, .default #navigation li a { padding:12px 29px 13px 29px; }
.macosx #navigation li.last a, .default #navigation li.last a { padding:12px 27px 13px 28px; }
The browser fixes end */


/* NEW GAMING CARE STYLES */

/* global nav.  to change styles, see menu.top.css or menu.left.css */
#navigation {position:absolute;left:35px; height:30px; margin:0; top:-5px;}
#navigation ul { padding:0; list-style:none; float:left; font-size:12px; }
#navigation li { padding-left:10px; float:left; background-image:url(../assets/images/bullett.png); background-repeat:no-repeat; background-position:10px; }
#navigation li.last { padding:0; background-image:none; }
#navigation li a { padding-left:20px;color:#aace37; text-decoration:none;}
#navigation li.last a { padding:10px 35px 11px 35px; }
#navigation li a:hover, #navigation li a.onLink {color:#FFFFFF; }
/* sub nav */
#navigation ul ul { width:120px;margin:0; padding:2px; display:none; position:absolute; z-index:50; font-size:12px; }
#navigation li li { width:100%; background-image:none; padding:0; }
#navigation li li a { padding:2px 20px !important; color:#aace37 !important; font-size:12px;}
#navigation li li.last { border:0; }
#navigation li li.last a { padding:2px 20px !important; }
#navigation li li a:hover, #navigation li li a.onLink { color:#ffffff; text-decoration:underline;}
/* end sub nav */
/* end global nav */

#header {position:absolute; top:30px; width:789px; height:93px;}
#title {position:absolute; top:133px; width:789px; height:310px; background-image:url(../images/titleBG.jpg);}

#body {position:absolute; top:433px; width:789px;}

#leftContent {position:absolute; top:40px; left:0px; width:153px; height:200px; margin-left:33px; font-size:10px;}
#rightContent {position:absolute; top:40px; left:224px; width:538px; height:324px;}

#homeMiddleContent {position:absolute; top:40px; left:214px; width:259px; height:324px; font-size:10px;}
#homeRightContent {position:absolute; top:40px; left:493px; width:259px; height:324px; font-size:10px;}

#titlePic {position:absolute; top:27px; right:27px; height:258px; width:577px;}
#headerLogo {position:absolute; left:177px; width:198px; height:70px; top:25px;}
#ahaRight {position:absolute; right:27px; width:174px; height:20px; top:85px;}
.ie #ahaRight {top:80px}

#barMenu {position:absolute; bottom:9px; left:27px; width:153px;}
.ie #barMenu {position:absolute; bottom:16px; left:-40px; width:153px;}
#barMenu ul {padding:0; list-style:none; float:left; font-size:11px;}
#barMenu li {text-indent:15px;width:123px;padding:5px 0; }
#barMenu li.item1 a, #barMenu li.item3 a, #barMenu li.item5 a, #barMenu li.item9 a, #barMenu li.item11 a  {color:#FFFFFF; background-image:url(../images/menu_bg.gif); background-repeat:no-repeat;display:block;}
#barMenu li.item2 a, #barMenu li.item4 a, #barMenu li.item8 a, #barMenu li.item10 a, #barMenu li.item12 a {color:#FFFFFF; display:block;}
#barMenu li a:hover {color:#296831}




#mainFooter {position:fixed; bottom:0px;width:100%;height:60px; left:0px; background-image:url(../images/footer.gif); background-position: top center;}
#footerLeft {position:absolute; left:60px; color:#999999;height:25px;top:38px;font-size:11px;}
#footerLeft a {color:#367431; text-decoration:none;}
#footerLeft a:hover { color:#CCCCCC;}
#footerRight {position:absolute; right:60px; color:#999999;height:25px;top:27px;font-size:11px;}
.ie #footerRight {position:absolute; right:60px; color:#999999;height:25px;top:38px;font-size:11px;}
#footerRight ul {padding:0; list-style:none; float:left; font-size:11px;}
#footerRight li { padding-left:10px; float:left;}
#footerRight li a {padding-left:20px;color:#367431; text-decoration:none;}
#footerRight li a:hover { color:#CCCCCC;}
