
/*Template*/

#main_page {
	text-align: left;
}

#template {
	width: 950px;
}

html {
	font-size: 100%;
}

body {
	background-color: #479F99;
	background-image: url(../images/common/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 0.625em;
	/* 1em = 10px */
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-attachment: fixed;
}




/*Tags*/

table {
	padding: 0px;
	border-spacing: 0px;
}

td, th { 
	padding: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
}

img {
	border: 0px;
}

form {
	display: inline;
}

h1 {
	font-size: 1.308em;
	line-height: 1.222em;
	font-weight: normal;
	margin-top: 0em;
	color: #266b92;
	padding-left: 5px;
	border-left: 5px double #496b2e;
	display: inline;
}

h2 {
	font-size: 1.154em;
	line-height: 1.375em;
	font-weight: bold;
	margin-top: 0em;
	color: #5b97b9;
	display: inline;
}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #496b2e;
}

h3 {
	font-size: 1.077em;
	color: #496b2e;
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.5em;
}

h4 {
	font-size: 1.0em;
	line-height: 1.333em;
	color: #005395;
	margin: 2px 5px 0px 0px;
	float: left;
	display: inline;
	font-weight: bold;
}

ul, ol {
	margin-top: 0em;
	padding-left: 20px;
	margin-left: 20px;
	padding-right: 60px;
	list-style-type: circle;
}

li {
	line-height: 1.364em;
}

.product_box ul {
	padding-left: 65px;
	margin-left: 65px;
	margin-bottom: 0em;
}

.product_info ul {
	padding-left: 0px;
	margin-left: 216px;
	margin-bottom: 0em;
}

a {
	text-decoration: none;
	font-weight: bold;
}

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

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

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.super {
	font-size: 63%;
	vertical-align: super;
	line-height: 60%;
}




/*Template*/

#left {
	width: 202px;
	background-color: #f5e9cc;
	padding-bottom: 29px;
}

#right {
	width: 748px;
	height: 165px;
}

#header_left {
	position: fixed;
	width: 202px;
	height: 162px;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#header_right {
	position: fixed;
	width: 748px;
	height: 165px;
	top: 0px;
	left: 202px;
	z-index: 5;
}

#header_end {
	position: fixed;
	left: 920px;
	width: 30px;
	height: 152px;
	background-image: url(../images/common/header_end.png);
	background-repeat: no-repeat;
}




/*Menu*/

#menu_top {
	width: 201px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#left li {
	margin: 0px;
	padding: 0px;
	height: 60px;
	white-space: nowrap;
}

.menu_button {
	height: 60px;
}

#menu_bottom {
	width: 198px;
	height: 47px;
	font-size: 1px;
	line-height: 1px;
}

#header_menu {
	width: 202px;
	height: 162px;
}



/*Content*/

.edge {
	width: 30px;
}

#main_content {
	width: 718px;
	font-size: 1.3em;  /* 1em = 13px; */
	line-height: 1.308em;
	color: #4d4d4d;
	text-align: left;
	vertical-align: top;
	background-color: #f5e9cc;
	padding-top: 162px;
}

.main_content_margins {
	padding: 22px 34px 60px 34px;
}

.main_content_margins b {
	color: #333333;
}

#videos_holder {
	position: relative;
}

#videos {
	position: absolute;
	right: -30px;
	width: 200px;
	z-index: 2;
}

#videos h2 {
	padding-right: 40px;
	display: block;
	margin-bottom: 0.5em;
}

#videos_space {
	float: right;
	width: 230px;
	height: 591px;
	padding-bottom: 5px;
}

.videos_box {
	width: 160px;
	background-color: #e1d1a8;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 20px 15px 20px;
}

.videos_box h3 {
	margin-bottom: 3px;
}

.videos_box a {
	border: 1px solid;
	display: block;
	width: 136px;
	height: 76px;
	margin-left: 12px;
}

.videos_box a:hover {
	border: 1px solid;
}


.videos_box_menu {
	width: 160px;
	background-color: #e1d1a8;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 8px 20px 8px 20px;
	margin-top: 5px;
	line-height: 1.3em;
	height: 75px;
}

.videotopl, .videobottoml, .videotopr, .videobottomr, .videoheader, .videofooter {
	display: none;
}

.pic_holder {
	padding: 4px;
	background-color: #ffffff;
	border: 4px solid #2e6530;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.video_play {
	width: 136px;
	height: 76px;
}

.story_left {
	border-left: 1px solid #ada182;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	font-size: 0.923em;
}


.story_right {
	border-right: 1px solid #ada182;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	font-size: 0.923em;
}

.story_divide {
	border-top: 1px dashed #ada182;
	height: 30px;
	width: 200px;
	margin: 30px auto 0px auto;
}

.read_more {
	text-align: center;
	font-size: 0.923em;
	font-style: italic;
}

.back_to {
	display: inline;
	float: right;
	font-style: italic;
	font-size: 0.923em;
}

.blog_box {
	width: 160px;
	background-color: #e1d1a8;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 20px 15px 20px;
}



.blogtopl, .blogbottoml, .blogtopr, .blogbottomr, .blogheader, .blogfooter {
	display: none;
}


.product_box {
	width: 610px;
	background-color: #fffaf0;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 20px 15px 20px;
	position: relative;
}

.product_box h3 {
	padding-top: 0.5em;
	margin-bottom: 5px;
}

.promo_box h3 {
	padding-top: 0.5em;
	margin-bottom: 5px;
}

.producttopl, .productbottoml, .producttopr, .productbottomr, .productheader, .productfooter {
	display: none;
}

.product_bar {
	background-image: url(../images/product_box/header.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 658px;
	position: absolute;
	left: -20px;
	padding-left: 65px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #496b2e;
}

.product_space {
	height: 32px;
	width: 10px;
	margin-bottom: 1em;
}

.product_divide {
	height: 30px;
	width: 10px;
}

.product_menu {
	text-align: center;
}

.product_view_cart {
	position: absolute;
	top: 12px;
	right: 34px;
}

.view_cart_button {
	border: 0px;
	width: 108px;
	height: 22px;
	margin: 5px 30px 0px 0px;
}

.add_cart_button {
	border: 0px;
	width: 106px;
	height: 20px;
}

.promo {
	width: 453px;
}

.promo_box {
	width: 413px;
	background-color: #fffaf0;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 20px 15px 20px;
	position: relative;
}

.promo_bar {
	background-image: url(../images/promo_box/header.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 428px;
	position: absolute;
	left: -20px;
	padding-left: 65px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	color: #496b2e;
}

.promo_space {
	height: 32px;
	width: 10px;
	margin-bottom: 1em;
}

.promo_view_cart {
	position: absolute;
	top: 12px;
	right: 1px;
}

.as_seen_on_tv {
	width: 62px;
	height: 51px;
	position: absolute;
	top: -10px;
	left: 220px;
}

.product_thumb {
	width: 93px;
	height: 120px;
	float: left;
	display: inline;
	margin: 0px 15px 0px 0px;
}

.product_thumb_promo_holder {
	position: relative;
}

.product_thumb_promo {
	float: right;
	width: 93px;
	height: 120px;
	display: inline;
	margin-right: 85px;
}

.product_zoom {
	width: 200px;
	height: 257px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
}

.sizes {
	float: right;
	width: 220px;
	margin-left: 10px;
}

.promo_sizes {
	float: left;
	width: 220px;
	display: inline;
	margin-left: 15px;
}

.sizes_box {
	width: 180px;
	background-color: #f2eada;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 15px 20px 15px 20px;
	font-weight: bold;
}


.sizestopl, .sizesbottoml, .sizestopr, .sizesbottomr, .sizesheader, .sizesfooter {
	display: none;
}

.cart_holder {
	float: left;
	display: inline;
	margin-left: 10px;
}

.clear_thumb {
	clear: left;
	height: 12px;
}

.product_clear {
	clear: left;
	margin: 0px 0px 30px 0px;
	height: 30px;
	border-bottom: 3px solid #f2eada;
}

.product_clear_promo {
	clear: left;
	height: 10px;
}







/*Footer*/

#main_footer {
	width: 920px;
	background-image: url(../images/common/corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #424242;
	line-height: 2.1em;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_menu_holder {
	position: relative;
}

#footer_menu {
	position: absolute;
	top: -52px;
	width: 950px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #4d4d4d;
}

#copyright {
	float: left;
	vertical-align: 50%;
	height: 21px;
	font-family: Arial, sans-serif;
	color: #999999;
	display: inline;
}

#design {
	float: right;
	vertical-align: 50%;
	height: 21px;
	font-family: Arial, sans-serif;
	color: #999999;
	display: inline;
}

#design a {
	text-decoration: none;
	font-weight: bold;
}

#design a:link, #design a:visited {
	color: #a9c3d9;
}

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


#disclaimer {
	width: 900px;
	font-family: Arial, sans-serif;
	color: #424242;
	padding: 10px;
}

#right_bar {
	position: fixed;
	background-image: url(../images/common/right_repeat.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 53px; 
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 5;
}

.contact_box {
	float: left;
	display: inline;
}
		
.box {
	width: 100%;
	border: solid black 1px;
	background: #f5f5eb;
	font-size: 0.769em;
	color: #4D4D4D;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.box b {
	color: #333333;
}





/*Forms*/


#area_form {
	font-size: 12px;
	line-height: 21px;
}

#form_table {
	margin: 1em 0px 2em 60px;
}

#form_table_birthday {
	margin: 1em 0px 0px 0px;
}

#required_dots {
	float: right;
	display: inline;
	font-size: 0.917em;
	line-height: 1.636em;
}

#form_buttons {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 1em;
}
#areaform #form_table_birthday textarea {
	width: 250px;
}

.formdivide {
	font-size: 1px;
	line-height: 1px;
	height: 14px;
}

form h3 {
	margin-top: 0em;
	line-height: 16px;
	color: #426f99;
}

#form_message {
	display: none;
}

.forminput {
	font-size: 0.917em;
	line-height: 1.636em;
	margin-right: 5px;
	text-align: left;
	height: 16px;
	white-space: nowrap;
	vertical-align: top;
	width: 425px;
	padding-bottom: 2px;
}

#form_table_birthday .forminput {
	width: 380px;
}

.forminput b {
	color: #486996;
}

.forminputtext {
	margin-right: 5px;
	text-align: left;
	float: left;
	display: inline;
}

.formlabel {
	font-size: 0.917em;
	line-height: 1.636em;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-bottom: 2px;
}

.formlabel_error {
	font-size: 0.917em;
	line-height: 1.636em;
	font-weight: bold;
	color: #FF0000;
	vertical-align: top;
	padding-bottom: 2px;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #acbecf;
	color: #51516e;
	width: 300px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fffcf5;
	float: left;
}

.formfield_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b41c1c;
	color: #51516e;
	width: 340px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffebeb;
	float: left;
}

.formtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #acbecf;
	color: #51516e;
	width: 300px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	background-color: #fffcf5;
	float: left;
}

.formtextarea_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b41c1c;
	color: #51516e;
	width: 340px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	background-color: #ffebeb;
	float: left;
}


.formfieldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cfd8e5;
	color: #51516e;
	width: 100px;
	padding-left: 3px;
	padding-right: 3px;
}

.formfieldsmall_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #b9b5e5;
	color: #51516e;
	width: 100px;
	background-color: #ffebeb;
	padding-left: 3px;
	padding-right: 3px;
}

.formselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cfd8e5;
	color: #51516e;
	float: left;
}

.formselect_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffebeb;
	border: 1px solid #b9b5e5;
	color: #51516e;
	float: left;
}

.text_highlight {
	color: #426f99;
	margin-left: 5px;
	/* visibility: hidden; */
}

.text_highlight_error {
	color: #b41c1c;
	margin-left: 5px;
}

.text_valid {
	color: #b41c1c;
	margin-left: 5px;
	display: none;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #e33939;
	border: 1px solid #872f2f;
	padding: 0px;
	width: 10em;
	height: 2em;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 16px;
}

#form_table_birthday .formbutton {
	width: 8em;
	margin-right: 19px;
}

.formbuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #b41c1c;
	border: 1px solid #872f2f;
	padding: 0px;
	width: 10em;
	height: 2em;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 16px;
}

#form_table_birthday .formbuttonover {
	width: 8em;
	margin-right: 19px;
}

.primarybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #45c933;
	border: 1px solid #3a6335;
	padding: 0px;
	width: 10em;
	height: 2em;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-left: 16px;
}

#form_table_birthday .primarybutton {
	width: 8em;
	margin-left: 19px;
}

.primarybuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	background-color: #2ba61b;
	border: 1px solid #3a6335;
	padding: 0px;
	width: 10em;
	height: 2em;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-left: 16px;
}

#form_table_birthday .primarybuttonover {
	width: 8em;
	margin-left: 19px;
}


.productformselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #9fb5c7;
	color: #005395;
	background-color: #f8f8f8;
	float: left;
	display: inline;
}




