@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #ccc;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:0.75em;
	color: #333;
}
/* -- Headings -- */
h1, h2, h3, h4, h5 {
	color: #39352e;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
	font-size: 1.8em;
	margin: 0em 0 0.5em 0;
}
h2 {
	font-size: 1.5em;
	margin: 1.0em 0 1.0em 0;
}
h3 {
	font-size: 1.2em;
	margin: 1.0em 0 0 0;
}
h4 {
	color: #FF6600;
	font-size: 13px;
	line-height: 1.286em;
	font-weight:normal;
	margin: 1.286em 0 1.0em 0;
}
h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}
h6 {
	font-size: 0.8em;
	margin: 0.3em 0 1.0em 0;
}
p {
	margin: 0 0 1.0em 0;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
img {
	border:0;
}
a:link, a:visited {
	text-decoration: underline;
	color:#FF6600;
}
#maincontainer {
	width: 950px; /*Width of main container 1004px*/
	margin: 0 auto; /*Center container on page*/
}
/* NAVIGATION MENU - Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.arrowgreen {
	width: 169px; /*width of menu*/
	margin: 0px 0px 5px 10px;
}
.arrowgreen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrowgreen li a {
	font: plain 12px "Trebuchet MS", Arial, sans-serif;
	display: block;
	background: transparent url(images/menu_bg2.png) 100% 0;
	height: 17px; /*Set to height of bg image- padding within link (ie: 27px - 4px - 4px)*/
	padding: 2px 0px 4px 10px;
	line-height: 17px; /*Set line-height of bg image- padding within link (ie: 27px - 4px - 4px)*/
	text-decoration: none;
}
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #FFF;
}
.arrowgreen li a:hover {
	color: #333333;
	background-position: 100% -27px;
}
.arrowgreen li a.selected {
	color: #333333;
	background-position: 100% -54px;
}
#topsection {
	position: relative;
	background:#FFF;
	height: 208px; /*Height of top section*/
}
#topsection p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight:700;
	margin-bottom: 1px;
	margin-top: 0px;
}
.ad {
    background: url(images/arw_down.jpg) left no-repeat;
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:700;
	padding-left:10px;
	margin-top: 0px;
}
#topbanner {
	position: absolute;
	top: 0px;
	left: 10px;
	border: none;
}
#logo {
	position: absolute;
	top: 112px;
	left: 10px;
	border: none;
}
#tip {
	position: absolute;
	top: 13px;
	left: 744px;
	background-image: url(images/tip.png);
	width: 196px;
	height: 172px;
	border: none;
}

/* -- Invite a friend Form -- */
#invite {
	width: 196px;
	color: #fff;
	position: relative;
}

#invite .name {
    position: absolute;
	left: 4px;
	top: 60px;
	width: 180px;
}
#invite .from_email {
	position: absolute;
	left: 4px;
	top: 86px;
	width: 180px;
}
#invite .to_email {
	position: absolute;
	left: 4px;
	top: 112px;
	width: 180px;
}
#invite .submit {
	position: absolute;
	left: 4px;
	top: 140px;
	background: url(images/send_btn.png) top left no-repeat;
	border: none;
	width: 75px;
	height: 22px;
	text-indent: -9000px !important;
}
#line {
    position: absolute;
	left: 10px;
	top: 190px;
	background: url(images/top_line.png) top left no-repeat;
	border: none;
	width: 929px;
	height: 8px;
}

#contentwrapper {
	float: left;
	width: 100%;
	background:#fff;
}
#contentcolumn {
	margin: 0 158px 0 184px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background:#fff url(images/center_bg.gif) repeat left top;
	min-height: 800px;
}
#findarea {
	position: relative;
	background:#fff url(images/shop_bg2.png) no-repeat left top;
	width: 589px;
	color: #333;
	min-height: 282px;
}
/* -- Go to shop Form -- */
#gotoshop {
	padding: 0;
	width: 225px;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 210px;
}
#gotoshop fieldset {
	border: none;
}
#gotoshop select.select {
	width: 220px;
	font-size: 1em;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 0 0;
	background-color: #fff;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#gotoshop .submit {
	position: absolute;
	bottom: 0px;
	background: url(images/take_me_there_btn.jpg) top left no-repeat;
	border: none;
	width: 123px;
	height: 26px;
}

#gotoshop option.select_area { 
  color:#603;
}

.shop_tip {
	position: absolute;
	left: 14px;
	bottom: 118px;
}
.shop_contact {
	position: absolute;
	left: 14px;
	bottom: 25px;
}


/* -- Contact Form -- */
#contact {
	width: 250px;
	color: #fff;
	position: absolute;
	/*left: -10px;*/
	top: 60px;
}
#contact fieldset {
	border: none;
}
#contact .name {
	width: 250px;
	margin-bottom: 10px;
}
#contact .from_email {
	width: 250px;
	margin-bottom: 10px;
}
#contact .subject {
	width: 250px;
	margin-bottom: 10px;
}
#contact .message {
	width: 250px;
	height: 200px;
}
#contact .submit {
	background: url(images/sendform_btn.png) top left no-repeat;
	border: none;
	width: 123px;
	height: 26px;
	margin: 10px 0 0 0;
	text-indent: -9000px !important;
}
#contact .clear {
	background: url(images/clearform_btn.png) top left no-repeat;
	border: none;
	width: 123px;
	height: 26px;
	margin: 10px 0 0 0;
	text-indent: -9000px !important;
}
#contactinfo {
	left: 2px;
	width: 260px;
	color: #333;
	position: absolute;
	top: 440px;
}
#contactinfo h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 3px;
}
#contactinfo p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;/*	margin-bottom: 1px;	*/
	}
.clickme {
	position: absolute;
	left: 370px;
	bottom: 10px;
}
/* Left column */
#leftcolumn {
	float: left;
	width: 184px; /*Width of left column in pixel*/
	margin-left: -950px; /*Set margin to that of -(MainContainerWidth)*/
	background:#fff;
}
#leftcolumn h1 {
	margin-left: 10px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	/*font-weight: 550;*/
	padding-top: 10px;
	margin-bottom: 4px;
}
#leftcolumn img {
	margin-left: 10px;
}
#leftcolumn .posten {
	margin-left: 5px;
	margin-top: -6px;
}
#lefttop {
	position: relative;
	background:#fff url(images/left_top_bg2.png) no-repeat left top;
	margin: 0px 5px 5px 10px;
	width: 167px;
	color: #333;
	height: 50px;
}
#leftbot {
	position: relative;
	background:#fff url(images/left_bot_bg.png) no-repeat left top;
	margin: 5px 5px 5px 10px;
	width: 167px;
	color: #333;
	height: 423px;
}

/* Right column */
#rightcolumn {
	float: left;
	width: 158px; /*Width of right column*/
	margin-left: -158px; /*Set left margin to -(RightColumnWidth)*/
	background:#FFF;
	color: #333;
}
#righttop {
    background:#FFF;
	position: relative;	
	left: 6px;
	width: 140px;
}
#rightbot {	
    background:#FFF;
	position: relative;	
    left: 6px;
	top: 6px;
	width: 140px;
}
#rightcolumn p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8px;
	margin-bottom: 1px;
}

/* About */
.about {
	margin: 0px 10px 10px 10px;
}
.about img {
	margin-bottom: 16px;
}
.about a:link,  .about a:visited {
	background: url(images/arrow.gif) left 50% no-repeat;
	padding-left:20px;
}
/* Contact */
#contact_left {
	position: relative;
	float: left;
	width: 280px;
	margin-left:10px;
}
#contact_left h2 {
	margin:0px;
}

/* Area missing */
#area_missing {
	position: relative;
	float: left;
	margin-left:10px;
	width: 400px;
}
#area_missing h2 {
	margin:0px;
	font-size: 1.6em;
}
/* -- AreaMissing Form -- */
#area_missing_form {
	width: 400px;
	color: #fff;
	position: absolute;
	/*left-indent: 0px;
	left-margin: 0px;
	left: 0px;
	left-padding: 0px;*/
	top: 60px;
	left: 0px;
}
#area_missing_form fieldset {
	border: none;
}
#area_missing_form .name {
	width: 400px;
	margin-bottom: 10px;
}
#area_missing_form .from_email {
	width: 400px;
	margin-bottom: 10px;
}
#area_missing_form .subject {
	width: 400px;
	margin-bottom: 10px;
}
#area_missing_form .message {
	width: 400px;
	height: 200px;
}
#area_missing_form .submit {
	background: url(images/sendform_btn.png) top left no-repeat;
	border: none;
	width: 123px;
	height: 26px;
	margin: 10px 0 0 0;
	text-indent: -9000px !important;
}
#area_missing_form .clear {
	background: url(images/clearform_btn.png) top left no-repeat;
	border: none;
	width: 123px;
	height: 26px;
	margin: 10px 0 0 0;
	text-indent: -9000px !important;
}
.production {
	float: left;
	width: 300px;
	margin-bottom: 25px;
}
#footer {
	clear: left;
	width: 950px;
	height: 168px;
	background: url(images/footer2.jpg) center no-repeat;
	background-color: #FFF;
}
#footer h1 {
	margin-left: 200px;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	margin-bottom: 6px;
}
#footer a:link, #footer a:visited {
	margin-left: 200px;
	text-decoration: underline;
	color:#333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

.innertube {
	margin: 0px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.storetube {
	margin: 0px 5px 0px 5px;
}
.mail {
	position: absolute;
	left: 37px;
	bottom: 20px;
}

/* Feedburner
----------------------------------------------- */

.feedburnerFeedBlock div {
    color: #6a6767;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.feedburnerFeedBlock p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.feedburnerFeedBlock p.date {
    color: #e6228c;
}
.feedburnerFeedBlock ul li {
    display: inline;
}
.feedburnerFeedBlock span.headline a {
    font-weight: normal;
    font-size: 1.3em;
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
.feedburnerFeedBlock ul li {
    margin-bottom: 2em;
    padding-left: 0;
    text-indent: 0;
}
.feedburnerFeedBlock ul {
    list-style: none;
    margin: 0;
    /*margin-top: 1em;*/
    padding: 0;
}
