/* Reset */
/* v1.0 | 20080212 */

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;
}

/********************************/
/*           General            */
/********************************/

body {
	background-color: white;
	background-image:url(/images/header_background.png);
	background-repeat:repeat-x;
	font-family: Verdana;
	color: #898989;
}

#container {
	width: 990px;
	margin: auto;
}

#content {
	clear: both;
	padding: 0 25px;
}

#footer { font-size: 10px; }

#wrapper {
	padding-top: 0;
	background: transparent;
}

#content #page h2, #content h1, h2 {
	color:#03A2EA;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content #page h3, .instructions h3, h3.instructions {
	color:#03A2EA;
	font-family:"Lucida Grande",Geneva,Arial,Verdana;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:23px;
	margin:0 0 2px;
}

#content #page p, .instructions p {
	font-family:"Lucida Grande",Geneva,Arial,Verdana;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
	margin:0;
	padding:4px 10px 5px;
	text-align:justify;
}

td.customize, th.customize {
	text-align: center;
	width: 200px;
}

table#cart tr td.in_progress {
	width: 100px;
	padding: 1em 10px;
	color: gray;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
}

table#cart tr td.in_progress div.position_container {
	position: relative;
	height: 5px;
}

.in_progress_message {
	text-transform: none;
	display: none;
	width: 190px;
	padding: 15px 25px;
	position: absolute;
	top: -135px;
	left: -50px;
	font-weight: normal;
	font-size: 12px;
	background: transparent url(/images/white_arrow.png) no-repeat;
	height: 122px;
	width: 170px;
}

table#cart tr:hover div.in_progress_message {
	display: block;
}

table#cart tr td.product_description {
	padding-left: 25px;
}

div#checkout p label.error {
	margin: 20px 0 10px 150px;
	background-color: transparent;
}


div#checkout div#billing input.error, div#checkout div#shipping input.error, div#checkout div#payment input.error { 
	padding: 5px;
}

div#checkout select.error, div#checkout div#billing input.error, div#checkout div#shipping input.error, div#checkout div#payment input.error {
	border: 1px solid red;
}

table.order-summary tr td.last {
	width: 200px;
}

/********************************/
/*       Customizations         */
/********************************/

.instructions .customization {
	position: absolute;
	top: 0;
	right: 35px;
	width: 250px;
	padding: 10px;
}

.instructions .customization h3 {
	font-size: 15px;
}

.instructions .customization div {
	margin: 20px 0 15px 0;
}

.instructions p {
	padding-left: 0;
	padding-right: 0;
}

.instructions .upload {
	width: 60%;
	margin-bottom: 15px;
	font-size: 13px;
}

#swfupload_container .button.empty {
	position:relative;
	left: -155px;
	top: -15px;
	z-index: -9999999
}

div.thumbnails {
	float: left;
	margin:20px 0 0 0;
	padding:10px;
	background-color: #f5fbfe;
	width: 100%;
}

div.thumbnails h3 { padding: 0 15px;}
ul#thumbnails { margin: 0;}

ul#thumbnails li {
	list-style-type: none;
	float: left;
	height: 100px;
	width: 100px;
	margin: 15px;
	position: relative;
}

#thumbnails li { text-align: right;}

ul#thumbnails li a.delete {
	position: absolute;
	top: -8px;
	right: -8px;
	text-align: left;
	text-indent: -99999em;
	background: transparent url(/images/delete.gif) no-repeat top right;
	display: block;
	width: 24px;
	height: 24px;
}


a.to_step2 {
	clear: both;
	display: block;
	text-indent: 45px;
	background: transparent url(/images/right.png) no-repeat top left;
	text-decoration: none;
	height: 32px;
	padding-top: 8px;
}

/********************************/
/*           Menu               */
/********************************/

#header {
	padding: 0 25px 70px 25px;
}

#menu {
	margin-top: 69px;
	position: relative;
}

#menu h1 {
	width: 305px;
	height: 175px;
	position: absolute;
	top: -60px;
	left: 15px;
	background: transparent url(/images/logo.png) no-repeat center center;
	text-indent:-2000em;
}

#menu ul {
	margin-left: 305px;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none inside;
	background: transparent url(/images/menu-background.jpg) repeat-x 0 0;
	height: 18px;
	text-align: center;
	margin-top: 2px;
	padding: 12px 15px;
}

.en #menu ul li {
	padding: 12px 21px;
}

#menu ul li.last {
	background: transparent url(/images/menu-background-right.jpg) no-repeat top right;
	overflow: hidden;
	width: 115px;
}

#menu ul li {
	font: 12px Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	color: #bbbbbb;
}

#menu ul li a {
	color: #7a93b5;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #4e72a2;
}

.container {
	width: 100%;
}

/********************************/
/*           Carousel           */
/********************************/

#carousel {
	height: 465px;
	border-bottom: 25px solid #a04570;
	overflow: hidden;
	position:relative;
	font-family: Verdana, Lucida Grande, Arial, Geneva;
}

#carousel div.slide1, #carousel div.slide2, #carousel div.slide3, #carousel div.slide4, #carousel div.slide5 {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  opacity:0.0;
	height: 460px;
	width: 936px;
	background-color: white;
}

div#carousel sup {
	font-size: 75%;
	vertical-align: super;
}

#carousel div.active {
	z-index:10;
	opacity:1.0;
}

#carousel div.last-active {
	z-index:9;
}

ul#slides {
	height: 22px;
	border-bottom: 14px solid white ;
	margin: 10px 0 0 0;
}

ul#slides li {
	height: 18px;
	padding-top: 4px;
	list-style-type: none;
	display: block;
	float: left;
	width: 190px;
	text-align: center;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

ul#slides li.current {
	border-bottom: 14px solid #daeffa;
}

ul#slides li.slide1 { background-color: #e0a8c1; }
ul#slides li.slide2 { background-color: #75a8c7; }
ul#slides li.slide3 { background-color: #a04570; }
ul#slides li.slide4 { background-color: #76cecf; }
ul#slides li.slide5 { background-color: #fe6e86; }


a.scotties_button {
	display: block;
	height: 34px;
	width: 170px;
	background: white url(/images/button-start-en.png) no-repeat top right;
	text-indent: -999em;
	position: absolute;
	bottom: 10px;
	left: 0;
}

div#carousel.fr a.scotties_button {
	background: white url(/images/button-start-fr.png) no-repeat top right;
}

#wrapper #content #page div#carousel a.scotties_button:hover {
	border: none;
}

/* Master slide */

#content #page div#carousel h2 {
	font-size: 34px;
	color: #e0a8c1;
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 65px;
	text-transform: uppercase;
	line-height: 40px;
}

#content #page div#carousel p, #content #page div#carousel div.note {
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
}

#content #page div#carousel em {
	text-transform: uppercase;
	color: #e0a8c1;
	font-style: normal;
}

#content #page div#carousel a {
	text-decoration: none;
	border: none;
}

/* What is it */

div#carousel.en div#whatisit { background: white url(/images/carousel-slide1-en.jpg) no-repeat top right }
div#carousel.fr div#whatisit { background: white url(/images/carousel-slide1-fr.jpg) no-repeat top right }
div#carousel  div#whatisit sup { font-size: 50% }
#content #page div#carousel div#whatisit a:hover { border-bottom: 2px solid #e0a8c1 }

/* Sizes */

div#carousel.en div#sizes { background: white url(/images/carousel-slide2-en.jpg) no-repeat top right }
div#carousel.fr div#sizes { background: white url(/images/carousel-slide2-fr.jpg) no-repeat top right }
#content #page div#carousel div#sizes h2 { color: #75a8c7 }
#content #page div#carousel div#sizes em { color: #898989 }
#content #page div#carousel div#sizes a:hover { border-bottom: 2px solid #75a8c7 }
div#carousel div#sizes div.note { text-transform: uppercase; margin-top: 35px }
div#carousel div#sizes a { text-decoration: none; border: none; color: #75a8c7 }

/* Creation */

div#carousel.en div#creation { background: white url(/images/carousel-slide3-en.jpg) no-repeat top right }
div#carousel.fr div#creation { background: white url(/images/carousel-slide3-fr.jpg) no-repeat top right }
div#carousel div#creation a { color: #a04570 }
#content #page div#carousel div#creation h2 { color: #a04570; margin-bottom: 40px }
#content #page div#carousel div#creation a:hover { border-bottom: 2px solid #a04570 }
#content #page div#carousel div#creation div.note { margin-top: 40px; text-transform: uppercase }

/* Delivery */

div#carousel.en div#delivery { background: white url(/images/carousel-slide4-en.jpg) no-repeat top right }
div#carousel.fr div#delivery { background: white url(/images/carousel-slide4-fr.jpg) no-repeat top right }
#content #page div#carousel div#delivery h2 { color: #76cecf }
#content #page div#carousel div#delivery div.note { margin-top: 40px; font-size: 10px }

/* Price */

div#carousel.en div#price { background: white url(/images/carousel-slide5-en.jpg) no-repeat top right }
div#carousel.fr div#price { background: white url(/images/carousel-slide5-fr.jpg) no-repeat top right }
div#carousel div#price em { font-style: normal }
#content #page div#carousel div#price h2 { color: #fe6e86; margin-bottom: 40px }
#content #page div#carousel.fr div#price h2 { color: #fe6e86; margin-bottom: 25px }
#content #page div#carousel div#price a { color: #fe6e86 }
#content #page div#carousel div#price a:hover { border-bottom: 2px solid #fe6e86 }
#content #page div#carousel div#price div.note { margin-top: 15px; font-size: 10px }

/********************************/
/*         Possibilities        */
/********************************/

div.possibilities {
	margin-top: 30px;
	border-top: 35px solid #accbdd;
	border-bottom: 23px solid #accbdd;
	height: 324px;
	background: white url(/images/possibilities.jpg) no-repeat center center;
}

#content #page div.possibilities p {
	position: relative;
	top: -28px;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 26px;
	display: block;
	text-transform: uppercase;
	font-family: Verdana, "Lucida Grande", Arial;
}


#footer {
	padding: 2em 25px 25px 25px;
}

/********************************\
 *        Products index         *
\********************************/

#products_section {
	margin-top: 14px;
	border-bottom: 21px solid #76cecf;
	border-top: 21px solid #76cecf;
	float: left;
	position: relative;
	padding-bottom: 50px;
	width: 950px;
}

#products_section h2 {
	color: #76cecf;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	line-height: 27px;
}

#descriptions {
	float: left;
	padding-bottom: 35px;
}

.image {
	float: left;
	width: 467px;
	height: 411px;
	margin-top: 50px;
}

.regular_box, .large_box {
	float: right;
	padding-right: 6px;
}

.regular_box, .large_box, .regular_box h3, .large_box h3 {
	width: 462px;
	font-size: 14px;
	color: #898989;
}

.regular_box { margin-top: 50px; }

.regular_box h3, .large_box h3 {
	height: 19px;
	padding: 5px 0 0 6px;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.regular_box p, .large_box p { 
	line-height: 23px;
	margin-bottom: 0;
	}

.large_box { margin-top: 10px; }
.regular_box h3 { background-color: #a04570; }
.large_box h3 { background-color: #fe6e86; }
.regular_box p { width: 332px; }
.large_box p { width: 393px; }
.large_box p em { color: #fe6e86; }
.regular_box p em { color: #a04570; }

.regular_box p em, .large_box p em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

#products_section .input {
	text-align: right;
	margin-bottom: 12px;
}

.input ul { margin-right: 0 }

p.availability, p.not_included {
	margin: 40px 0 5px 0;
	display: block;
	height: 24px;
	font-size: 10px;
	font-weight: bold;
	color: #898989;
	position: absolute;
	bottom: 0;
	clear: both;
}

p.availability { right: 0;}
p.not_included { left: 0;}

#products_section label { 
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

label.add_to_cart {
	position: relative;
	top: -10px;
}

h3.product_instructions {
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #a04570;
	text-transform: uppercase;
}

.product_instructions ol {
	width: 100%;
	background-color: #76cecf;
	margin-left: 0;
	padding: 12px 0 12px 12px;
	width: 938px;
}

.product_instructions ol li {
	list-style: decimal inside;
	color: white;
	font-size: 18px;
	font-weight: bold;
}


/********************************\
 *        Registration          *
\********************************/

div#checkout #registration div#registration_input {
	margin-left: 0;
}

div#checkout #registration div#registration_choice {
	margin-right: 15em;
}

div#checkout p.marketable label {
	width: 200px;
}

div#checkout p.marketable {
	margin-bottom: 45px;
}


/********************************\
 *           Buttons            *
\********************************/

a.scotties_button.checkout {
	position: static;
	background: white url(/images/button-checkout-en.png) no-repeat top right;
}

.fr a.scotties_button.checkout {
	background: white url(/images/button-checkout-fr.png) no-repeat top right;
}

a.scotties_button.customize {
	position: static;
	background: white url(/images/button-customize-en.png) no-repeat top right;
}

.fr a.scotties_button.customize {
	background: white url(/images/button-customize-fr.png) no-repeat top right;
}

a.scotties_button.nextstep {
	position: static;
	background: white url(/images/button-nextstep-en.png) no-repeat top right;
}

.fr a.scotties_button.nextstep {
	background: white url(/images/button-nextstep-fr.png) no-repeat top right;
}

/********************************\
 *           Contact            *
\********************************/

.generic_form label {
	display: block;
}