
/* reset styles
 *****************************/

html, body, h1, h2, h3, h4, ul, li, p, form, fieldset, img {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}




/* ensure proper inheritance
 *****************************/

table, tr, tr {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}




body {
	font-size: 10pt;
}

p {
	font-family: "Arial", sans-serif;
	font-size: 1em;
	margin-top: 12px;
	color: #0067B3;
}

h2 {
	font-family: "Comic Sans MS", sans-serif;
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #d7ff87;
/*	text-shadow: 1px 1px 0 #a8c7dd;*/
}

b {
	color: #002b66;
}


a {
	color: #0067B3;
}
a:hover {
	color: #002b66;
}

.smlmargtop {
	margin-top: 6px;
}
.nomarg { margin: 0; }









body, html {
	height: 100%;
}
#outer_container {
	min-height: 100%;
	position: relative;
	background: #0067b3 url("/images/bg-repeat.png") repeat-x left bottom;
}

#bg_house {
	position: absolute;
	left: 0; bottom: 0;
	width: 500px;
	height: 292px;
	background: transparent url("/images/bg-house.png") no-repeat left bottom;
}
#bg_northpole {
	position: absolute;
	right: 0; bottom: 0;
	width: 272px;
	height: 263px;
	background: transparent url("/images/bg-northpole.png") no-repeat right bottom;
}



#site_container {
	width: 900px;
	margin: 0 auto;
}

#logo {
	position: relative;
}
#logo a span {
	display: none;
}
#logo a {
	display: block;
	width: 900px;
	height: 143px;
	background: transparent url("/images/header.png") no-repeat left top;
}
#day_countdown {
	position: absolute;
	top: 40px;
	left: 490px;
	font-size: 2em;
	line-height: 1em;
	color: #f8c29b;
	width: 90px;
	text-align: center;
}






#content_container {
	padding: 40px 0 300px 0;
	position: relative;
	z-index: 100;
}

.one_third {
	width: 255px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 15px;
}

.two_thirds {
	width: 585px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 15px;
}


.half {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding-right: 20px;
	width: 42%;
}
.half.first {
	border-left: 0;
	padding-left: 20px;
}




#callsantanow {
	padding: 20px 20px 20px 20px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 290px;
	text-align: center;
	margin-left: 270px;
}
#callsantanow p b {
	color: #197B01;
}

#features_list {
	margin-left: 295px;
	width: 230px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 10px;
	padding-right: 0;
	vertical-align: top;
	list-style-type: none;
}
#features_list li {
	margin-bottom: 14px;
}
#features_list b {
	color: #002b66;
}
#features_list p {
	color: #002b66;
}




#bignav {
	margin-top: 30px;
	margin-left: 22px;
}
#bignav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

#samplecall {
	background: transparent url("/images/bg-samplecall.png") no-repeat left top;
	width: 208px;
	height: 224px;
}
#samplecall p {
	padding: 100px 20px 28px;
	text-align: center;
}
#samplecall .speaker {
	margin-top: 8px;
}

.speaker {
	display: block;
	text-align: left;
	background: transparent url("/images/speaker.png") no-repeat left center;
	padding-left: 56px;
}

#featurevideo, #featurepoem {
/*	background: transparent url("/images/bg-featurevideo.png") no-repeat left top;*/
	width: 416px;
	height: 235px;
	margin-left: 0px;
}

#featurevideo div {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 7px;
}
#featurepoem div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 7px;
	margin-top: -18px;
}
#featurepoem p {
	color: #fff;
	text-align: center;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	font-weight: bold;
}
#featurepoem b {
	color: #fff;
}


#hearcall {
	background: transparent url("/images/bg-hearcall.png") no-repeat left top;
	width: 228px;
	height: 234px;
	margin-left: 8px;
}
#hearcall p {
	padding: 100px 35px 14px 45px;
	text-align: center;
}
#hearcall form {
	text-align: center;
	padding-left: 20px;
}
#hearcall .textinput {
	width: 100px;
}
	





.green_button {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #7fb530 url("/images/bg-green-button-on.png") repeat-x left bottom;
	padding: 10px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #466f1b;
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #4a7325;
}
.green_button:hover {
	background: #85c42b url("/images/bg-green-button.png") repeat-x left bottom;
	color: #fff;
}





/*#features_list {
	width: 680px;
	padding-top: 28px;
	padding-bottom: 20px;
}

#features_list p {
	margin-top: 6px;
}

#features_list h2 {
	color: #0067B3;
	margin-top: 16px;
	line-height: 1.2em;
}
*/



.white_box {
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 12px;
}


.content {
	background-color: #fff;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 0 16px;
}


#features {
	background: #fff url("/images/santa-phone-2.png") no-repeat -15px bottom;
}
#features_inner {
	background: transparent url("/images/kids-phone.png") no-repeat right bottom;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}





#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 300;
}
#footer ul {
	list-style-type: none;
	padding: 0; margin: 0;
	margin-top: 5px;
}
#footer li, #footer li p {
	display: inline;
}
#footer li {
	margin: 0 4px;
}











