/* Graphic Zone stylesheet
================================================ */

/* reset
------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* layout
-------------------------------------------------------------------------------*/
body {
	min-width: 960px;
}

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 62px;}
.container_12 .grid_2 {width: 144px;}
.container_12 .grid_3 {width: 226px;}
.container_12 .grid_4 {width: 308px;}
.container_12 .grid_5 {width: 390px;}
.container_12 .grid_6 {width: 472px;}
.container_12 .grid_7 {width: 554px;}
.container_12 .grid_8 {width: 636px;}
.container_12 .grid_9 {width: 718px;}
.container_12 .grid_10 {width: 800px;}
.container_12 .grid_11 {width: 882px;}
.container_12 .grid_12 {width: 964px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix {
	zoom: 1;
}

/* `basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 10px;
}

/* custom css
--------------------------------------------- */

body {
background-color: #000;
overflow: -moz-scrollbars-vertical;
}

#pagewrap {
background-color: #aaa;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 30px;
margin-bottom: 30px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}



/* links
------------------------- */

a:link, a:visited {
color: #C00500;
}

a:hover {
text-decoration: none;
}


/* tagline and site-address
-------------------------- */

#tagline {
text-align: right;
background: url(../images/tagline/tagline-bg.jpg) repeat-x left top;
height: 34px;
line-height: 34px;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
margin-bottom: 0;
}

#tagline p {
font-size: 18px;
font-weight: bold;
color: #e3e3e3;
margin: 0 10px 0 0;
}

#tagline a:link, #tagline a:visited {
color: #e3e3e3;
text-decoration: none;
}

#tagline a:hover {
text-decoration: underline;
}

/* branding---used on mag page and contact-page
------------------------------------------------ */

.mag-page #branding, .contact-page #branding {
background-color: #000000;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
margin-bottom: 20px;
}

.mag-page #branding .content,
.contact-page #branding .content {
padding: 5px 10px 0 10px;
}

.mag-page #branding .content h1,
.contact-page #branding .content h1 {
margin: 0;
background: url(../images/mag_logo/magazine_logo.jpg) no-repeat left top;
width: 600px;
height: 60px;
}

.contact-page #branding .content h1 {
margin: 0;
background: url(../images/contact_page/gzone-logo.jpg) no-repeat left top;
width: 600px;
height: 60px;
}

.mag-page #branding .content h1 a,
.contact-page #branding .content h1 a {
display: block;
width: 600px;
height: 60px;
text-indent: -9000px;
text-decoration: none;
}

.mag-page #branding .content h1 a:focus,
.contact-page #branding .content h1 a:focus {
outline: none;
}

/* featured
-------------------------- */

#featured {
background-color: #000000;
margin-bottom: 20px;
-webkit-border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}

#zone-hd {
position: relative;
}

#featurystory #zone-hd {
position: relative;
width: 288px;
height: 60px;
}

#featurestory #zone-hd h1 {
display:block;
width: 288px;
height: 60px;
text-indent: -9000px;
background: url(../images/main_heading_bg/main-heading.png) no-repeat left top;
}

#featurestory .content, #rotator .content {
font-size: 14px;
color: #ccc;
padding: 10px;
}

#featurestory p.last {
margin-bottom: 0;
}

#featurestory .content a:link, #featurestory .content a:visited {
color: #F6C13F;
text-decoration: underline;
}

#featurestory .content a:hover {
text-decoration: none;
}

/* feature-extras
---------------------------- */

#feature-extras {
/*background: url(../img/design_elements/col_bg.jpg) repeat-y left top;*/
background-color: #f3f3f3;
-webkit-border-radius: 10px;
-webkit-box-shadow:  0px 0px 5px #000;
-moz-border-radius: 10px;
-moz-box-shadow: 0px 0px 5px #000;
}

#feature-extras .content {
padding: 10px 10px 0 10px;
}

.zone-sub-hd {
background-color: #212121;
padding: 20px 10px;
margin-bottom: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.zone-sub-hd h3 {
color: #C9C9C9;
border-top: 1px #4A4A4A solid;
border-bottom: 1px #4A4A4A solid;
line-height: normal;
margin-bottom: 0;
}

#feature-extras h4 {
color: #7B7B7B;
}

/* footer
--------------------------- */

#footer {
font-size: 11px;
text-align: left;
border-top: 1px #989898 solid;
padding-top: 5px;
margin-top: 20px;
}

#footer p {
margin-bottom: 0;
}

#site-info p {
margin-left: 10px;
}

#valid {
text-align: right;
}

#valid p {
margin-right: 10px;
}

#valid p img {
vertical-align: bottom;
}

/* jShowOff slideshow styles
---------------------------- */

#features {
background-color: #3B3B3B;
position: relative;
overflow: hidden;
/*width: 616px;*/
height: 300px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
/*background: url(../img/slider/slider-full-bg.png) no-repeat left top;*/
}

#features div {
width: 596px;
height: 280px;
padding: 10px;
}

.jshowoff {
/*width: 616px;*/
margin: 0 0;
}

/*.jshowoff div {	
width: 616px;
height: 300px;
}
*/

.jshowoff div, .jshowoff img, .jshowoff {
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}

/*-----------------------
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
-------------------------*/

.jshowoff div p, .jshowoff div h2 {
_background-color: #464646;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

.jshowoff h2 {
color: #333333;
background-color: #8B8B8B;
background: #8B8B8B url(../images/slider/slider-h2-yellow-bg.png) repeat-x left center;
padding: 0 5px;
-moz-box-shadow: 2px 2px 5px #333;
}

.jshowoff h3 {
margin-bottom: 10px;
}

.jshowoff p {
/font-size: 13px;
line-height: 15px;*/
margin-left: 5px;
}

#rotator .content #features p {
font-size: 13px;
line-height: 1.3;
margin-bottom: 10px;
}

.jshowoff-right {
float: right;
/*padding: 15px 20px 15px 20px;*/
margin: 0 0 15px 20px;
padding: 3px;
background-color: #8B8B8B;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

.jshowoff p.jshowoff-slidelinks {
position: absolute;
bottom: 5px;
right: 5px;
margin: 0;
padding: 0;
}

.jshowoff a:link, .jshowoff a:visited {
color: #ccc;
}

.jshowoff a:hover {
text-decoration: none;
}

.jshowoff-slidelinks a, .jshowoff-controls a {
display: block;
background-color: #292929;
color: #ccc;
padding: 5px 7px 5px;
margin: 5px 0 0 5px;
float: left;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
outline: none;
font-size: 11px;
line-height: 14px;
}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
color: #fff;
}

.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
background-color: #fff;
color: #000;
}

p.jshowoff-controls {
/*background: url(../img/slider/controls-bg.png) repeat-x left center;*/
background-color: #545454;
overflow: auto;
height: 1%;
padding: 0 0 5px 5px;
margin: 0;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}

.jshowoff-controls a {
margin: 5px 5px 0 0;
font-size: 12px;
line-height: 15px;
padding: 4px 8px 5px;
}

.jshowoff-pausetext {
color: #ccc;
}

/* images in features-extra
----------------------------- */

.imgright {
position: relative;
float: right;
padding: 3px;
margin: 0 0 6px 10px;
border: 1px #ccc solid;
}

.img-advantage {
position: relative;
float: right;
padding: 3px;
margin: 20px 0 6px 10px;
border: 1px #ccc solid;
}

.img-photocol {
position: relative;
padding: 3px;
margin: 0;
border: 1px #ccc solid;
}

.imgright-noborder {
float: right;
margin: 0 0 5px 20px;
border: 0;
}

.imgleft-noborder {
float: left;
margin: 0 20px 5px 0;
border: 0;
}

/* callout
------------------------------- */

#feature-extras ul.list-advantage {
font-size: 20px;
color: #474747;
list-style: none;
/*border-left: 4px #505050 double;*/
padding: 10px 0;
margin: 0 0 30px 0;
}

#feature-extras ul.list-advantage li {
background: url(../images/bullets/splat.png) no-repeat 0 10px;
padding-left: 25px;
margin-bottom: 5px;
margin-left: 20px;
}

/* guarantee
-------------------------------- */

.mag-page .guarantee, .contact-page .guarantee {
position: relative;
color: #ccc;
background-color: #3B3B3B;
padding: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 20px;
}

.mag-page #feature-extras .guarantee h4,
.contact-page #feature-extras .guarantee h4 {
color: #c9c9c9;
border-bottom: 1px #4a4a4a solid;
}

/* nav
--------------------------------- */

#navlist {
font-size: 14px;
padding: 3px 0 0 0;
margin-bottom: 0;
margin-left: 10px;
}

#navlist li {
list-style: none;
margin: 0 6px 0 0;
display: inline;
}

#navlist li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #8B8B8B;
text-decoration: none;
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 0px 0px 4px #000;
-moz-box-shadow: 0px 0px 4px #000;
box-shadow: 0px 0px 4px #000; }

#navlist li a:link {
color: #000;
}

#navlist li a:visited {
color: #000;
}

#navlist li a:hover {
color: #c9c9c9;
background: #5D5D5D;
border-color: #000;
}

#navlist li a#current {
color: #c9c9c9;
background: #3E3E3E;
}

/* margin on nested list in content area
-------------------------------------------- */

.content ul ul li {
margin-left: 20px;
}


