* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p { text-align: left; margin: 15px 0 }

p, ul { 
	font-size: 11px; 
	line-height: 1.4em; 
	font-family:Arial,Sans-Serif;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	} 

p a, li a { color: #A33434; text-decoration: none; }
p a:hover { color: #A33434; text-decoration: underline; }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

p#cross-links { text-align: center }
#cross-links a{
	color:#ffffff;
	font-size:12px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
	padding:0px 20px;
}
#cross-links a:hover{
	color:#464646;
}
p#cross-links { margin:0px;}

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

body {
	font-family: Verdana, Arial;
	background: #000000;
	color: #646464;
	width: 770px;
	margin: auto;
	padding-bottom: 20px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0 5px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 1px solid #212121; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 770px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 510px;
	clear: both;
	background: #000000;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

/*panel 1*/
.image1 {
	height:490px;
	width:750px;
}
.info1 {
	background:#000000 none repeat scroll 0 0;
	left:430px;
	padding:0 10px;
	position:absolute;
	top:360px;
	width:324px;
	opacity:0.8;
}
.info1 p{
	color:#999999;
}
.info1 strong{
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.info1 a{
	font-size:11px;
	font-style:italic;
	color:#363636;
	text-decoration: none; 
	font-weight:normal;
}
.info1 a:hover{
	color:#767676;
	text-decoration: underline; 
}

/*panel 2*/
.image2 {
	height:490px;
	width:750px;
	text-align:left;
	clear: both;
}
.info2 {
	position:absolute;
	bottom:20px;
	left:450px;
	width:300px;	
}
.info2 a{
	color: #A33434; 
	text-decoration: none; 
	font-weight:bold;
}
.info2 a:hover{
	text-decoration: underline; 
}

.info2 h1 {
	color:#CCCCCC;
	text-align:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	position:relative
	}
.info2 strong, b {
	color:#CCCCCC !important;
	font-weight:bold !important;
	}	
.info2 ul {
	margin:10px 0 0 !important;
	text-align:left;
	}
	
.info2 li{
	border-bottom:1px solid #222222;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:9px;
	padding:8px 8px 5px 0px;
	color:#7C7B7B;
	}
	
.info2 li a{
	color:#7C7B7B;
	display:block;
	font-weight:normal;
	outline-style:none;
	outline-width:medium;
	padding:0;
	text-decoration:none;
	}	
.info2 li a:hover {
	font-weight:normal;
	text-decoration:underline;
	}
/*panel3*/
.image3left {
	clear:both;
	position:absolute;
}
.image3left img{
	padding:50px 50px 0 50px;
}
.image3right{
	clear:both;
	left:385px;
	position:absolute;;
}
.image3right img{
	padding:50px 50px 0 50px;
}
.image3left p{
	margin:5px 50px;
	font-size:12px;	
	
}
.image3right p{
	margin:5px 50px;
	font-size:12px;
}
.image3left h2{
	font-size:10px;
	color:#363636;
	margin:5px 50px;
	font-weight:normal;
}
.image3right h2{
	font-size:10px;
	color:#363636;
	margin:5px 50px;
	font-weight:normal;
}
.image3left, .image3right p{
	font-size:12px;
	color:#767676;
}
.image3right p a{
	font-size:9px;
	color:#363636;
	font-style:italic;
}
.image3left p a{
	font-size:9px;
	color:#363636;
	font-style:italic;
}
.image3left p a:hover{
	color:#767676;
	text-decoration: underline;
}
.image3right p a:hover{
	color:#767676;
	text-decoration: underline;
}

/*end*/
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 770px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display:none;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 34px;
	width: 34px;
}

.stripNavL {
	left: -40px;
}

.stripNavR {
	right: -42px;
}

.stripNavL {
	background: url("../images/back.gif") no-repeat center;
}

.stripNavR {
	background: url("../images/goto.gif") no-repeat center;
}
.stripNavL a:hover {
	background: url(../images/back2.gif) no-repeat center;
    display: block;
	}
	
.stripNavR a:hover {
	background: url(../images/goto2.gif) no-repeat center;
    display: block; 
	}

/* news*/
#top{
	position:relative;
	margin-top:40px;
	height:300px;
}
.news {
	float:left;
	padding-right:20px;
	position:relative;
	width:390px;
	}
.news h1 {
	color:#CCCCCC;
	text-align:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	position:relative
	}
.news h1 a{
	color:#cccccc;
	text-decoration:none;
}
.news h1 a:hover{
	color:#cccccc;
	text-decoration:underline;
}
.news strong, b {
	color:#CCCCCC !important;
	font-weight:bold !important;
	}	
.news ul {
	margin:10px 15px 0pt 0pt;
	text-align:left;
	}
	
.news li{
	border-bottom:1px solid #222222;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:9px;
	}
	
.news li a{
	padding:8px 8px 5px 0px;
	color:#7C7B7B;
	display:block;
	font-weight:normal;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	}	
.news li a:hover {
	color:#7C7B7B;
	font-weight:normal;
	text-decoration:underline;
	}	
	
/*shop*/
.shop {
	position:relative;
	width:360px;
	float:left;
	}
.shop img{
	background:#111111 none repeat scroll 0%;
	padding:10px 10px 10px;
	border:#252525 1px solid;
}	
.shop h1 {
	color:#CCCCCC;
	text-align:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	position:relative;
	padding-bottom:15px;
	}	
.shop h1 a{
	color:#cccccc;
	text-decoration:none;
}
.shop h1 a:hover{
	color:#cccccc;
	text-decoration:underline;
}	
.shop strong, b{
	font-size:9px;
	color:#CCCCCC;
	font-weight:bold;
	font-family:Arial,Sans-Serif;
	}
	
.shop p{
	margin:0px 10px 0 0;
	text-align:right;
}	
.shop p a{
	text-align:right;
	color:#CCCCCC;
	text-decoration:none;
	clear: both;
}
.shop p a:hover{
	text-decoration:underline;
}
	
	
/*verumbrand*/
#headerimg{
	width: 100%;
	height:85px;
}

.logo img{
	margin-top:19px;
	margin-left:2px;
}

.logo {
	float:left;
	height:100%;
}

.nav{
	float:right;
	/*width:300px;*/
	height:100%;
	text-align:left;
}

.nav ul{
	list-style:none;
	margin-top:0px;
}

.nav li{
	float:left;
	text-align:center;
}

.nav li#tag img{
	margin-top:28px;
}
.nav li.cat{
	width:54px;
}

.nav li.cat img{
	margin-top:43px;
}
#navSuppWrapper{
	margin: 0em;
	height: 58px;
    margin:0 auto;
    width:760px;
	background-image: url(../images/verumbrand_footer.jpg);
	padding: 0.5em 0.2em;
}

#navSupp{
	margin-left:-0.5em;
}

#navSupp ul li a, #navCatTabs ul li a {
	color:#BDBDBD;
	margin:0pt;
	padding:0pt 0.3em;
	white-space:nowrap;
}
#footer {
	clear:both;
	padding:50px 0px 5px;
	text-align:center;
	width:100%;
}