/*
Description: VIVA Mobile
Author: Pascal Jeschke
*/


/*Home-Video-Player by Jan Fanslau*/
#videoPlayer{position:absolute;z-index:997;}
#playerMask{position:absolute; background:url(images/viva_mobile_play.png) no-repeat; width:603px; height:512px;z-index:998;}
#playerReplay{position:absolute;z-index:999;}

/*//////reset by Eric Meyer*/
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, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	}

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


/*//////structure*/

body {
	padding-bottom: 50px;
	font: 12px/18px Arial, Helvetica, "Helvetica Neue", Sans-Serif;
	color: #000;
	text-align: center;
	background: #660460 url('images/bg-body.jpg') center top repeat-x;
	}
	
#tracking {
	height: 0;
	overflow: hidden;
	}

#header {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

#header h1 {
	height: 42px;
	text-indent: -9999px;
	}

#header img {
	float: left;
	}

#main {
	clear: both;
	width: 975px;
	min-height: 560px;
	margin: 0 auto;
	text-align: left;
	background: #FBF9FB url('images/bg-main-bottom.jpg') left bottom no-repeat;
	}

#mainTop {
	height: 100%;
	background: url('images/bg-main-top.jpg') left top no-repeat;
	overflow: hidden;
	}
	
#footer {
	clear: both;
	width: 975px;
	margin: 15px auto;
	background: url('images/bg-footer-top.jpg') left top no-repeat;
	text-align: left;
	color: #363636;
	}
	
#footerBottom {
	height: 100%;
	background: url('images/bg-footer-bottom.jpg') left bottom no-repeat;
	overflow: hidden;
	}

a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

/*//////navigation*/

#header ul#nav {
	width: 640px;
	height: 76px;
	top: 80px;
	left: 205px;
	padding: 34px 0 0 6px;
	background: url(images/bg-nav.png) 0 0 no-repeat;
	position: absolute;
	}

#header ul#nav li {
	float: left;
	}

#header ul#nav li a {
	display: block;
	padding: 0 18px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3D1D34;
	text-decoration: none;
	}
	
#header ul#nav li a:hover, #header ul#nav li #active {
	color: #6C065B;
	}

#main ul#subNav {
	width: 600px;
	height: 36px;
	margin: 30px 0 15px 15px;
	background: url(images/bg-subnav.png) no-repeat;
	position: relative;
	}
	
#main ul#subNav li {
	float: left;
	}

#main ul#subNav li {
	display: block;
	padding: 9px 21px 0 21px;
	font-size: 14px;
	text-transform: uppercase;
	color: #EE9300;
	}

#main ul#subNav li a {
	color: #6C065B;
	text-decoration: none;
	}
	
#main ul#subNav li a:hover {
	color: #EE9300;
	}


/*//////mainContent*/

#main #left {
	float: left;
	width: 618px;
	margin: 30px 20px 0 0;
	padding: 0 0 15px 15px;
	}
	
#main #right {
	float: left;
	width: 319px;
	margin-top: 30px;
	padding-bottom: 15px;
	}

#main #left h2#promo, #main #right h2 {
	height: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: auto;
	}
	
#main #left h2#promo {
	background: none;
	}

#main #right img {
	margin-bottom: 8px;
	}

#main #bottom {
	clear: both;
	width: 945px;
	margin: 0 15px 15px 15px;
	overflow: hidden;
	}

#main #bottom img.left {
	width: 306px;
	float: left;
	}
	
#main #bottom img.center {
	width: 306px;
	float: left;
	margin: 0 13px;
	}
	
#main #bottom img.right {
	width: 306px;
	float: right;
	}

/*content*/

#main #left h2 {
	height: 25px;
	padding: 40px 10px 0 30px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	background: url(images/bg-content-top.png) left top no-repeat;
	}

#main #left #content {
	min-height: 110px;
	height: auto !important;
    height: 110px;
	padding: 30px 0 90px 30px;
	color: #FFF;
	background: url(images/bg-content-bottom.png) left bottom no-repeat;
	}

.copy {
	clear: both;
	}

#main #left #content img {
	float: left;
	}

#content h3 {
	margin-bottom: 18px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #EE9300;
	}
	
#content h3 a {
	color: #EE9300;
	}
	
#content .copy h3 {
	margin-left: 170px;
	}

#content p, #content ul {
	margin: 0 50px 18px 0;
	}

#content p a {
	color: #FFF;
	text-decoration: underline;
	}

#content p a:hover {
	text-decoration: none;
	}

#content .copy p, #content .copy ul {
	width: 350px;
	margin-left: 170px;
	}
	
#content ul li {
	padding-left: 15px;
	background: url(images/bullet-small.gif) 0 5px no-repeat;
	}

#content ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	}
	
#content ul li a:hover {
	text-decoration: none;
	}

.box {
	float: left;
	width: 155px;
	padding: 0 15px;
	}

#content .copy .box p, #content .copy .box ul {
	width: 155px;
	margin: 0 0 18px 12px;
	}

h4.question, h4.fuss {
	margin: 5px 50px 0 0;
	padding: 10px 0 0 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #EE9300;
	background: url(images/bullet-big.gif) 0 14px no-repeat;
	cursor: pointer;
	}
	
h4.fuss a, h4 a:hover {
	text-decoration: none;
	}

h4.fuss {
	cursor: default;
	}

.answer, .fuss {
	padding-left: 15px;
	}
	
sup {
	line-height: 0;
	}

/*quick pricing, questions, facebook*/

#main #right h2#quickPricingTop, #main #right h2#questionsTop, #main #right h2#facebookTop {
	height: 65px;
	overflow: auto;
	}
	
#main #right h2#quickPricingTop {
	background: url(images/bg-quickpricing-top.png) left top no-repeat;
	}
	
#main #right h2#questionsTop {
	background: url(images/bg-questions-top.png) left top no-repeat;
	}
	
#main #right h2#facebookTop {
	background: url(images/bg-facebook-top.png) left top no-repeat;
	}
	
.balloonBottom {
	min-height: 45px;
	margin-bottom: 8px;
	padding: 0 0 40px 18px;
	background: url(images/bg-balloon-bottom.png) left bottom no-repeat;
	}
	
.balloonBottom table {
	width: 270px;
	margin-right: 18px;
	border-collapse: collapse;
	border: 0;
	}
	
.balloonBottom tr {
	background-color: #EEE3EE;
	}
	
.balloonBottom tr.highlight {
	background-color: #F59B00;
	}
	
.balloonBottom td {
	padding: 2px 5px;
	border-bottom: 1px solid #FFF;
	}
	
.balloonBottom td.price {
	font-weight: bold;
	text-align: right;
	}

table a {
	color: #000;
	font-weight: normal;
	}
	
#facebookContent a {
	color: #6C065B;
	}

/*forms buttons*/

#main #right p {
	margin-bottom: 8px;
	}

#main #left #content p.form {
	font-size: 16px;
	font-weight: bold;
	color: #EE9300;
	vertical-align: top;
	}

#main #left #content p.form input {
	width: 240px;
	margin: 0 10px 5px 0;
	}
	
input {
	padding: 3px;
	border: 1px solid #D78FD2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	background: #FFF;
	}

#content .button, #buttonNews {
	padding: 2px 10px;
	border: 0;
	color: #FFF;
	font-weight: bold;
	background: #8F0886 url(images/bg-button.jpg) repeat-x;
	}

#content .button {
	padding: 3px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content p a.button {
	text-decoration: none;
	}


/*//////footerSitemap*/

#footer .box {
	padding: 15px;
	}

#footer ul {
	font-size: 11px;
	line-height: 14px;
	}

#footer img {
	float: right;
	margin: 15px;
	}
	
#footer h2 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	}
	
#footer h2 a {
	color: #363636;
	}

#footer a {
	font-weight: normal;
	color: #363636;
	}


/* INTERIM SHOP PAGE */

body#shop_popup {
	padding-bottom: 10px;
	background: none;
}

body#shop_popup #main {
	width: 630px;
	margin-top: 0px;
	border: none;
}

body#shop_popup #footer {
	width: 540px;
	background: none;
}

body#shop_popup #content .copy h3, body#shop_popup #content .copy p {
	margin-left: 0px;
}

.clearFloat{
	clear:both;
}
