/*
	Copyright DTDigital         :: www.dtdigital.com.au ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/

/* ================= @Table of content ========================
***************************************************************
***************************************************************
********** Seperate css into logical chunks of code ***********
***************************************************************
***************************************************************
	@Tags
	@Misc
	@Error
	@Base Font
	@Structual
	@Rollover Navigation
	@Content
	@Forms
	@Tables
	@List
==================== =Table of content - end ================*/

/* @Tags - START: direct tag styling that are not related font sizing */
*, html
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

html
{
	overflow-y: scroll;
	overflow-x: auto;
}

body, form, ul, li, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #0f652a;
	color: #ebf6ff;
}

a, a:hover
{
	color: #f7de7e;
	text-decoration: none;
	border-bottom: 1px #f7de7e dotted;
}
a:hover
{
	color: #e51937;
	border-bottom-color: #e51937;
}
	
img
{
	border: none;
	vertical-align: bottom;
}
object, embed
{
	outline: 0;
	display: block;
}

td
{
	vertical-align: top;
}

::-moz-selection
{
	background: #cce2fb;
	color: #001f4c;
}
::selection
{
	background: #cce2fb;
	color: #001f4c;
}

p
{
	margin: 0 0 1em 0;
	padding: 0; 
}

/* @Misc - START: misc styles */
.clear
{
	height: 0px !important;
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
	display: block !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
.clearfix:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.acc_hide,
.skip-links
{
	position: absolute;
	left: -9999em;
	top: -9999em;
}


/* @Error - START: form validation summary error styles */
.errors
{
	color: #ff0000;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dotted #cccccc;
	position: relative;
}
.mac .errors
{
	font-size: 13px;
}
.errors ul li
{
	margin-left: 16px;
}
.errors ul li
{
	color: #ff0000;
	font-size: 11px;
	list-style-type: square;
	padding: 0;
	background: none;
}
.error
{
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}
.mac .errors ul li,
.mac .error
{
	font-size: 12px;
}

html { font-size: 100%; /* IE hack */ }
body { font-size: 0.75em; /* Sets base font size to 12px */ }
table { font-size: 100%; /* IE hack */ }
input, select, textarea, th, td { font-size: 1em; }


.bodycontainer
{
	text-align: center;
}
.bodycontainer .bodycontainer_inside
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#topwrap
{
	min-width: 960px;
}
.landing #topwrap
{
	background: #00092b url(bg_topwrap_home_rpt.gif) 0 0 repeat-x;
}
.landing #topwrap_inside
{
	background: transparent url(bg_topwrap_home.jpg) 50% 0 no-repeat;
	min-height: 695px;
}
.msie6 .landing #topwrap_inside
{
	height: 695px;
}
.subpage #topwrap
{
	background: #00092b url(bg_topwrap_subpage_rpt.gif) 0 0 repeat-x;
}
.subpage #topwrap_inside
{
	background: transparent url(bg_topwrap_subpage.jpg) 50% 0 no-repeat;
	min-height: 798px;
}
.msie6 .subpage #topwrap_inside
{
	height: 798px;
}


#header
{
	width: 100%;
	height: 212px;
	position: relative;
	background: transparent url(bg_header_subpage.jpg) 0 0 no-repeat;
}
.landing #header
{
	background-image: url(bg_header_home.jpg);
}
#header h1.logo,
#header .logo
{
	background: transparent url(gr_logo.png) 0 0 no-repeat;
	width: 119x;
	height: 154px;
	position: absolute;
	top: 10px;
	left: 421px;
	overflow: hidden;
	z-index: 50;
}
#header h1.logo a,
#header .logo a
{
	width: 119px;
	height: 154px;
	display: block;
	text-indent: -9999em;
	border: 0 none;
	border-bottom: 0 none;
	overflow: hidden;
	cursor: pointer;
}
#header .nav_container
{
	position: absolute;
	top: 70px;
	width: 315px;
	right: 44px;
	z-index: 160;
}
#header #nav
{
	list-style: outside none;
	display: block;
	float: right;
	font-size: 14px;
}
#header #nav li
{
	list-style: outside none;
	display: inline;
	float: left;
	padding: 4px 7px 7px 7px;
}
#header #nav li.current
{
	background: transparent url(ico_current.png) 50% 100% no-repeat;
}
.msie6 #header #nav li.current
{
	background-image: url(ico_current.gif);
}
#header #nav li a,
#header #nav li a:hover
{
	outline: 0;
	float: left;
	color: #a4c6ed;
	border-bottom-color: #a4c6ed;
	padding-bottom: 0;
}
.msie6 #header #nav li a,
.msie7 #header #nav li a
{
	zoom: 1;
}
#header #nav li a:hover
{
	color: #e51937;
	border-bottom-color: #e51937;
}
#header #nav li.current a,
#header #nav li.current a:hover
{
	color: #f7de7e;
	border-bottom-color: #f7de7e;
	border: 0 none;
	padding-bottom: 1px;
}

#content
{
	width: 100%;
}
p .times_char
{
	position: relative;
	top: 0.05em;
	font-size: 1.25em;
	display: inline-block;
	margin: -10px 0;
}
.ie6 p .times_char,
.ie7 p .times_char
{
	vertical-align: middle;
	top: 0.01em;
	font-size: 1.2em;
}
.cufon-ready p.intro .times_char
{
	top: 0.12em;
	font-size: 1.3em;
	margin: -10px -1px -10px 0;
}

#footer
{
	background: #0f652a url(bg_footer_top-bdr.gif) 0 0 repeat-x;
}
#footer .bodycontainer,
#footer .bodycontainer_inside
{
	background: transparent url(bg_footer.gif) 50% 0 no-repeat;
	min-height: 204px;
}
.msie6 #footer .bodycontainer_inside
{
	height: 204px;
}
#footer .bodycontainer_inside
{
	padding-top: 30px;
}
#footer ul,
#footer p
{
	display: block;
	list-style: outside none;
	text-align: center;
}
#footer p
{
	padding-top: 14px;
}
#footer ul
{
	margin-left: 1.15em;
}
#footer li
{
	margin-right: 1.15em;
	display: inline;
	list-style: outside none;
}
.msie6 #footer li a,
.msie7 #footer li a
{
	zoom: 1;
}
#footer a
{
	color: #ebf6ff;
	border-bottom-color: #ebf6ff;
}
#footer a:hover
{
	color: #f7de7e;
	border-bottom-color: #f7de7e;
}


/* @Content - START: content styles */
.column01-content p
{
	color: #ff0000;
}
.column02-content p
{
	color: #000000;
}



/* @Tables - START: table styling */
.table01 
{
	border:1px solid #808080;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	margin: 0 0 1.67em 0;
	width: 600px;
}
.table01 caption 
{
	padding: 5px 8px;
}
.table01 td, .table01 th 
{
	border:1px solid #808080;
	border-width: 0 0 1px 1px;
	padding: 5px 8px;
}
.table01 th 
{
	background-color: #EEEEEE;
}

/* @List - START: table styling */
dl.dl-list01
{
	
}
dl.dl-list01 dt
{
	font-weight: bold;
}
dl.dl-list01 dt
{
	color: #05749E;
	cursor: pointer;
}
dl.dl-list01 dd
{
	margin: 0;
}

.landing #content #homepage_inside
{
	margin: 0 0 0 -16px;
	padding: 3px 50px 0 496px;
	width: 430px;
	position: relative;
}
.landing #content .ausmade
{
	position: absolute;
	top: 373px;
	left: 25px;
}
.landing #content h2
{
	color: #a4c6ed;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

#image_deco
{
	width: 439px;
	height: 633px;
	margin-top: -187px;
	position: absolute;
	top: 0;
	left: 0;
}
#image_deco div
{
	width: 439px;
	height: 633px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
#image_deco div.tab_52s
{
	visibility: visible;
}
#image_deco div span
{
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 439px;
	height: 633px;
}
#image_deco div.tab_52s span
{
	background-image: url(gr_product_52s.png);
}
#image_deco div.tab_poker span
{
	background-image: url(gr_product_poker.png);
}
#image_deco div.tab_500s span
{
	background-image: url(gr_product_500s.png);
}
#image_deco div.tab_canasta span
{
	background-image: url(gr_product_canasta.png);
}

.facebook-link
{
	background: transparent url(bg_facebook-link.png) 0 0 no-repeat;
	margin-bottom: 25px;
}
.facebook-link,
.facebook-link a
{
	width: 429px;
	height: 82px;
	overflow: hidden;
	color: #4072ab;
	border: 0 none;
	border-bottom: 0 none;
}
.facebook-link a,
.facebook-link a span
{
	display: block;
	cursor: pointer;
}
.facebook-link span.title
{
	font-weight: bold;
	color: #001936;
	padding: 17px 40px 0 62px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.05em;
}
.mac .facebook-link span.title
{
	padding-top: 15px;
}
.facebook-link span.desc
{
	font-weight: normal;
	color: #4072ab;
	padding: 3px 40px 0 62px;
	font-size: 12px;
	line-height: 14px;
}
.facebook-link span.desc strong
{
	font-weight: bold;
}
.cufon-ready .facebook-link span.title
{
	letter-spacing: 0em;
	font-weight: normal;
}
.cufon-ready .facebook-link span.desc
{
	letter-spacing: 0.03em;
	font-weight: bold;
}
.cufon-ready .ie6 .facebook-link a span.title,
.cufon-ready .ie7 .facebook-link a span.title,
.cufon-ready .ie8 .facebook-link a span.title
{
	padding-top: 15px;
}
.cufon-ready .ie7 .facebook-link a span.desc
{
	letter-spacing: 0.02em;
}
.cufon-ready .ie8 .facebook-link a span.desc,
.cufon-ready .ie6 .facebook-link a span.desc
{
	letter-spacing: 0.02em;
}
.cufon-ready .facebook-link span.desc strong
{
	font-weight: normal;
}


/* Tabs
----------------------------------*/
#range_tabs { /*position: relative;*/ zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.tabset { margin: 0 0 0 -14px; padding: 0 0 16px 0; font-size: 14px; font-weight: bold; }
.tabset li { list-style: none; float: left; position: relative; top: 1px; margin: 0; border-bottom: 0 !important; padding: 11px 14px 0 14px; white-space: nowrap; }
.tabset li a { float: left; padding: 0 0 7px 0; text-decoration: none; outline: 0 none; }
.tabset li a.selected { background: transparent url(ico_current.png) 50% 100% no-repeat; border-bottom: 0; }
.msie6 .tabset li a.selected { background-image: url(ico_current.gif); }
#range_tabs .tab_panel { display: block; border-width: 0; padding: 0 0 18px 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
#range_tabs ul a
{
	border: 0 none;
	border-bottom: 0 none;
	color: #FFFFFF;
	cursor: pointer;
}
#range_tabs ul a span
{
	float: left;
	border: 0 none;
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 0;
}
#range_tabs ul li a:hover
{
	color: #e51937;
}
#range_tabs ul li a:hover span
{
	border-bottom-color: #e51937;
}
#range_tabs ul li a.selected:hover
{
	color: #f7de7e;
}
#range_tabs ul.tabset a.selected span,
#range_tabs ul.tabset a.selected:hover span
{
	border-bottom: 0 none;
	padding-bottom: 1px;
	color: #f7de7e;
}
#range_tabs #range_tabs_content
{
	position: relative;
	width: 100%;
}
#range_tabs .range_tabs_active
{
	height:	272px;
}
#range_tabs .range_tabs_active .tab_panel
{
	position: absolute;
	top: 0;
	left: 0;
}
#range_tabs,
#range_tabs .tab_panel
{
	background: url(bg_transp.gif);
}
#range_tabs h3,
.subpage #content h2
{
	position: relative;
	z-index: 2;
	color: #f7de7e;
	font-size: 32px;
	line-height: 28px;
	padding-right: 0;
	margin-bottom: 10px;
}
.subpage #content h3
{
	position: relative;
	z-index: 2;
	color: #f7de7e;
	font-size: 20px;
	line-height: 20px;
	padding-right: 0;
	margin-bottom: 10px;
}
#range_tabs p,
.subpage #content p,
.subpage #content li
{
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 18px;
}
.mac #range_tabs p,
.mac .subpage #content p,
.mac .subpage #content li
{
	font-size: 13px;
	margin-bottom: 12px;
	line-height: 19px;
}
.subpage #content ol,
.subpage #content ul
{
	margin-left: 2em;
}
#range_tabs p.intro,
.subpage #content p.intro
{
	position: relative;
	z-index: 2;
	color: #a4c6ed;
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 20px;
}
.custom-cards #content p.intro
{
	margin-bottom: 40px;
}

.msie6 #header #nav li a cufon,
.msie6 #range_tabs ul a span cufon
{
	margin-bottom: -2px;
}
.msie7 #header #nav li a cufon,
.msie7 #range_tabs ul a span cufon
{
	margin-bottom: -3px;
}

.cols2
{
	width: 100%;
}
.custom-cards .cols2 .cols2_col1
{
	float: left;
	padding: 15px 0 0 70px;
	width: 420px;
}
.custom-cards .cols2 .cols2_col2
{
	float: right;
	padding: 15px 71px 0 0;
	width: 360px;
}

.subpage #content ul.list_suits,
.subpage #content ul.list_suits li
{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none outside;
}
.subpage #content ul.list_suits
{
	padding: 0 0 0 17px;
}
.subpage #content ul.list_suits li /* spade default */
{
	padding: 4px 6px 6px 19px;
	border-bottom: 1px solid #132548;
	background: transparent url(ico_list_suits_spade.png) 0 6px no-repeat;
}
.subpage #content ul.list_suits li.heart
{
	background-image: url(ico_list_suits_heart.png)
}
.subpage #content ul.list_suits li.club
{
	background-image: url(ico_list_suits_club.png)
}
.subpage #content ul.list_suits li.diamond
{
	background-image: url(ico_list_suits_diamond.png)
}

#customcards
{
	position: relative;
	margin: -86px 0 37px 51px;
	background: transparent url(bg_customcard.jpg) 0 0 no-repeat;
	width: 272px;
	height: 338px;
}
#customcards_cycle
{
	position: absolute;
	display: block;
	width: 272px;
	height: 338px;
	overflow: hidden;
}
#customcards_cycle span
{
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	width: 272px;
	height: 338px;
}
.nojs #customcards_cycle span
{
	visibility: hidden;
}
.nojs #customcards_cycle #cc1
{
	visibility: visible;
}
#customcards_cycle #cc1
{
	background-image: url(gr_customcard01.jpg);
}
#customcards_cycle #cc2
{
	background-image: url(gr_customcard02.jpg);
}
#customcards_cycle #cc3
{
	background-image: url(gr_customcard03.jpg);
}
#customcards_cycle #cc4
{
	background-image: url(gr_customcard04.jpg);
}

.contact-us .cols2 .cols2_col1
{
	float: left;
	padding: 15px 0 55px 70px;
	width: 400px;
}
.contact-us .cols2 .cols2_col1 h3
{
	padding-top: 40px;
}
.contact-us .cols2 .cols2_col2
{
	float: right;
	padding: 15px 71px 0 0;
	width: 360px;
	position: relative;
}
.twopacks
{
	background: transparent url(gr_2packs.png) 0 0 no-repeat;
	margin: -63px 0 -20px -38px;
	width: 379px;
	height: 375px;
	overflow: hidden;
	position: absolute;
	z-index: 70;
}
.contact-us .cols2 .cols2_col2 h3
{
	z-index: 75;
	padding-top: 292px;
}

.subpage #content ul.list_suits02,
.subpage #content ul.list_suits02 li
{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none outside;
	float: left;
	clear: none;
}
.subpage #content ul.list_suits02
{
	padding: 0 0 0 16px;
	margin: 0 -71px 0 0;
	width: 415px;
}
.subpage #content ul.list_suits02 li /* spade default */
{
	padding: 0 10px 12px 25px;
	background: transparent url(ico_list_suits_spade.png) 0 3px no-repeat;
	width: 146px;
	float: left;
	white-space: nowrap;
}
.subpage #content ul.list_suits02 li.heart
{
	background-image: url(ico_list_suits_heart.png)
}
.subpage #content ul.list_suits02 li.club
{
	background-image: url(ico_list_suits_club.png)
}
.subpage #content ul.list_suits02 li.diamond
{
	background-image: url(ico_list_suits_diamond.png)
}

a.tooltip_href
{
	position: relative;
	z-index: 155;
	cursor: pointer;
	outline: 0 none;
}
.ie8 a.tooltip_href
{
	display: inline-block; /* allows for fade in IE8 */
	line-height: 1.3em;
}
a.tooltip_href span.tooltip
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 264px;
	height: 280px;
	visibility: hidden;
	cursor: default;
	background: transparent url(bg_hover.png) 0 0 no-repeat;
}
.ie6 a.tooltip_href span.tooltip
{
	background-image: url(bg_hover.gif);
}

.terms-and-conditions .col2 {
	padding: 15px 70px 30px;
}
