/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
ul li ul {
    padding-bottom: 0px;
	margin-bottom: 0px;
}

/**************************************/
/*              HEADER                */
/**************************************/
#header {
	background: #333;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#branding {
	background: #ee3124;
}
#logo h1 {
	text-indent: -9999px;
/*	background: transparent url(../img/valmar-logo.gif) no-repeat 0 0; */
	background: transparent url(../img/valmar-logo-white.gif) no-repeat 0 0;
	width: 218px;
	height: 32px;
	margin: 1em 0;
	padding: 0;
}
#logo h1 a {
	display: block;
	width: 218px;
	height: 32px;
}
#navigation ul {
	margin: 0;
	padding: 2.5em 0;
}
#navigation li {
	float: left;
	list-style: none;
	font-size: 1.3em;
	padding: 0em 1em 0 0;
	font-weight: lighter;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
}
#navigation li.active, #utility-navigation li.active {
	font-weight: bold;
}
#utility-navigation {
	background: url(../img/top-nav-bg.gif) repeat-x;
}
#utility-navigation ul {
	margin: 0 0 0 2em;
	padding: 0;
}
#utility-navigation ul li {
	float: left;
	padding: 0.75em 1em 0.75em 0;
	list-style-type: none;
}
#utility-navigation ul li a {
	color: #fff;
	text-decoration: none;
}
.wemake {
	padding-top: 5em;
}
#list-services {
/*	padding-top: 5em; */
}
#list-services ul {
	margin: 0;
	padding: 0;
}
#list-services li {
	list-style-type: none;
	background: url(../img/bullet-star.png) 0 50% no-repeat;
	padding-left: 15px;
}

#utility-navigation li.language {
    float: right;
	padding-right: 30px;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#showcase {
	clear: both;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#showcase {
	background: #000 url(../img/home-splash-bg.gif) no-repeat;
}
#valmar #showcase {
	background: #000;
}
#showcase h2 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: lighter;
}
#valmar-home #showcase h2 {
	margin-top: 0.5em;
	font-size: 3em;
}

#content {
	margin: 1.5em 0;
}
img.border {
	border: 5px solid #f1ebdf;
}
img.right { float: right; margin: 0 0 1em 1em;}
img.left { float: left; margin: 0 1em 1em 0;}
.inset-image p {
	background: #f1f1f1;
	padding: 10px;
	margin: 0;
	line-height: normal;
}
.inset-image img {
	margin: 0;
	padding: 0;
	display: block;
}
p.breadcrumbs a {
	text-decoration: none;
}
p.breadcrumbs {
	margin-bottom: 0.5em;
	padding-bottom: 0;
}
.carousel {
/*	height: 200px;
	overflow: hidden; */
	position: relative;
	visibility: hidden;
	left: -5000px;
	
}
.carousel ul {
	margin: 0;
	padding: 0;
}
.carousel li {
	margin: 0;
	padding: 0;
}
.carousel li.last {
	background: url("../img/home-st6.jpg") no-repeat;
}
.carousel li img {
	display: block;
	visibility: visible;
}

/**************************************/
/*               FOOTER               */
/**************************************/


