/* global whitespace reset */

* {
	padding:0;
	margin:0;
}

body {
    background:#6cbec4;
	margin-top: 10px;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center; 
}

/*********** = structure = ***********/

#wrapper {
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
}


#container {
	width:770px;
	margin: 0 auto;
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/vertical_cloudborder.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#content {
	width:728px;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
}


.margins {
	margin:auto;
	text-align:left;
	position: relative;
	width: 726px;
}

#header {
	height:50px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

#copy {
	width: 726px;
	background-color: #FFFFFF;
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/SOD_bg_horizontal.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	float: left;
	position: relative;
}

div.post {
    padding:10px 0 20px 0;
}


#navwrapper {
	margin-left:38px;
}

#mainNav {
	margin:0 auto 5px auto;
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/nav.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 728px;
	height: 28px;
	clear: both;
}


*html #mainNav { margin-top:-5px; }

/*********** = headers = ***********/

div.logo {
	padding-top: 5px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	height: 128px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #61B1B7;
}

h2 {
	color:#61B1B7;
	font-size:22px;
	line-height:0.9em;
	margin:0 0 12px 0;
}

h2 span {
	display:block;
}

h2.post a,
h2.post a:visited {
    color:#61B1B7;
    text-decoration:none;
}


h3 { 
	color:#61B1B7;
	font-size:16px; 
	font-weight:normal;
	margin:9px 0;
}

h3 span {
	font-size:12px;
	font-weight:normal;
}


h4 { 
	color:#61B1B7; 
	font-size:14px;	
}

h5 { 
	color:#61B1B7; 
	font-size:12px;	
}


/*********** = misc typography = ***********/


#copy {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:11px;
}

#footer {
	color:#959595;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
}
#home #wrapper #container #bg #flash_box {
	height: 500px;
	width: 728px;
	position: relative;
}

a, a:link {
	color:#61B1B7;
}

a:visited { color:#64a5b2; }

a:hover { 
	color:#A3BDBA; 
	text-decoration:underline; 
}

p {
    margin:9px 0;
    line-height:1.4em;
}

input, 
select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
}

small {
	font-size:.9em;
	line-height:1.5em;
}

ul#primary a {
	color:#fff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:11px;
	text-decoration: none;
}

ul#primary a:hover {
	color:#ddd;
}

#home ul#primary li.home a,
#about ul#primary li.about a,
#market ul#primary li.market a,
#news ul#primary li.news a,
#faqs ul#primary li.faqs a,
#testimonials ul#primary li.testimonials a,
#builders ul#primary li.builders a,
#blog ul#primary li.blog a
{
	color:#F2EBDA;
}

#copy li {
	font-size:11px;
	line-height:1em;
}



/*********** = lists = ***********/

/*primary nav tabs */
ul#primary {
    list-style:none;
    }
	
ul#primary li {
	float:left;
    }

/* set "active" tab by setting a unique id on the body (body id="news") */	
#home ul#primary li.home,
#about ul#primary li.about,
#market ul#primary li.market,
#news ul#primary li.news,
#faqs ul#primary li.faqs,
#testimonials ul#primary li.testimonials,
#builders ul#primary li.builders,
#blog ul#primary li.blog
{
    float:left;
    background:url(https://www.phoogoo.com/secure/sod_cart/images/bg-tab-right.gif) no-repeat 100% 0;
    }
	
ul#primary a {
	display: block;
	padding: 7px;
}


#home ul#primary li.home a,
#about ul#primary li.about a,
#market ul#primary li.market a,
#news ul#primary li.news a,
#faqs ul#primary li.faqs a,
#testimonials ul#primary li.testimonials a,
# ul#primary li.builders a,
#blog ul#primary li.blog a
{
    background:url(https://www.phoogoo.com/secure/sod_cart/images/bg-tab-left.gif) no-repeat 0 0;
}




/*EO primary nav tabs */

ul {
	list-style:none;
}

#copy li {
	background:url(https://www.phoogoo.com/secure/sod_cart/images/bg-arrow.gif) no-repeat 0px 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 8px;
}

#sidebar  ul, 
#sidebar ul ol {
	margin: 0 0 22px 0;
	padding: 0;
	}

#sidebar  ul li {
    margin:4px 0;
	}

#copy ul.inline,
.results-block ul {
	/*top:15px;
	position:absolute;
	right:8px;*/
	margin-top:10px;
}

.results-block ul {
	float:right;
}

#copy ul.inline li,
#copy .results-block li {
	background:#fff;
	color:#999;
	display:inline;
	padding:0 4px 0 2px;
}

#copy ul.inline li a,
#copy .results-block li a {
	background:url(https://www.phoogoo.com/secure/sod_cart/images/bg-arrow-blue.gif) no-repeat 0px 50%;
	font-weight:bold;
	padding:0 6px 0 7px;
}

#copy ul.inline li a.previous,
#copy .results-block li a.previous {
	background:url(https://www.phoogoo.com/secure/sod_cart/images/bg-arrow-blue-reverse.gif) no-repeat 0px 50%;
	font-weight:bold;
	padding:0 6px 0 8px;
}


/*********** = utility layout divs = ***********/

.columns {
	margin:12px 0;
}

.cols {
	display:inline;
	width:230px;
	margin-top: 12px;
	margin-bottom: 12;
	margin-left: 10;
	height: 100%;
}

.cols2 {
	width:217px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	position: relative;
	margin-top: 12;
	float: left;
}

#footer .info {
	margin-top:20px;
}

#footer .hba {
	background:url(https://www.phoogoo.com/secure/sod_cart/images/logo-hba.gif) no-repeat 0 50%;
	padding:5px 0 5px 31px;
}

#footer .contact {
	float:right;
}

#footer .inner {
	padding:15px 20px 0 20px;
}


/*********** = home page = ***********/

#promo {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 728px;
	height: 152px;
}

#promo h2 {
	height:88px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	width:437px;
}

#promo a.button {
	background:url(https://www.phoogoo.com/secure/sod_cart/images/btn-home-find.gif) no-repeat 0 0;
	display:block;
	height:32px;
	position:absolute;
	left:306px;
	text-indent:-9999px;
	top:258px;
	width:168px;
}

#promo div.scroller {
	background:url(https://www.phoogoo.com/secure/sod_cart/images/home-scroller.jpg) no-repeat 0 0;
	height:284px;
	position:absolute;
	right:9px;
	top:5px;
	width:111px;
}

#promo2 {
	width: 728px;
	position: relative;
}


/*********** = forms = ***********/

input.text {
	background:#fff;
	border:1px solid #417a8d;
	padding:2px;
	width:192px;
}

select {
	width:196px;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.center {
	text-align:center;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

img { border:none; }

img.thumb {

}

img.float-r,
img.float-l {
	float:right;
    margin:0px 0 2px 12px;
    padding:4px;
}

img.float-l {
	float:left;
	margin:0px 12px 2px 0;
}

img.hang {
	margin-bottom:-5px;
	margin-top:-15px;
}

img.hang-less {
	margin-bottom:-3px;
	margin-top:-7px;
}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}



#bg {
	width:738px;
	background-color: #EEE6D2;
	background-position: 0 0;
	border: thin solid #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
}

#headWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 728px;
}

#topborder {
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/top_cloudborder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 14px;
	z-index: 249;
}
#leftborder {
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/left_clouborder_pixel.png);
	background-position: left top;
	margin: 0px;
	padding: 0px;
	z-index: 101;
	width: 10px;
	background-repeat: repeat-y;
	clear: both;
	float: left;
	position: relative;
	left: auto;
	right: auto;
}
#bottomborder {
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/bottom_cloudborder.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 15px;
	z-index: 250;
	clear: both;
	position: relative;
}


#maincontent {
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/content-area.png);
	background-repeat: repeat-y;
	width: 511px;
	float: right;
	position: relative;
	background-position: bottom;
	background-color: #FFFFFF;
}

#maincontent p {
	padding-bottom: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 1em;
	color: #61B1B7;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#maincontent_stretch {
	width: 509px;
	float: left;
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/SOD_bg_horizontal.jpg);
	background-repeat: repeat-y;
	background-position: right;
	position: relative;
	min-height: 36em;
}


#maincontent_stretch h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 1em;
	color: #61B1B7;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}


#maincontent_inner {
	min-height:400px;
	padding:10px 10px 0 10px;
	position: relative;
}

#maincontent_inner .cols {
	float:left;
	border:none;
	width: 230px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
}

#maincontent_inner .cols h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 1em;
	color: #61B1B7;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	clear: both;
	width: 230px;
}

#maincontent_inner .cols img {
	float:left;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}

#maincontent_inner li {
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: -3px 5px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}

*html #maincontent_inner {
    height:400px;
}


#maincontent_inner_home {
	min-height:400px;
	padding:12px;
	background-image: url(https://www.phoogoo.com/secure/sod_cart/images/yellowBg_home.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}


#maincontent_inner_home .columnleft {
	float:left;
	border:none;
	width: 290px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	display: inline;
}

#maincontent_inner_home .columnright {
	float:right;
	border:none;
	padding: 0px;
	width: 180px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: inline;
}

#maincontent_inner_home .columnright img {
	border:none;
	padding: 0px;
	margin: 0px;
}

#maincontent_inner_home .topColumn {
	padding:0px;
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
}

#maincontent_inner_home .topColumn .promos {
	float:left;
	border:none;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#maincontent_inner_home .topColumn .divider{
	padding:0;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
}


#maincontent_inner_home .topColumn .promos img{
	margin-bottom: 4px;
}


/* STORE CSS */

.product{
	float:left;
	border:none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
	width: 210px;
}
.ticket_title {
	color: #000000;
	font-weight: bold;
}

.row{
	clear:both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.buy_btn, .readmore_btn{
	border:none;
}


table.checkout_dataList td{  padding:2px;}

table, tr, td{  padding:0px; margin:0px; }
