/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

* { margin: 0; padding: 0; }

/*****Basic Elements*****/
body { background: #fff; text-align: center; }
img {border:none; display: block; }
hr {display: none;}
p {padding-bottom: 8px;}
fieldset {border: 0;}
a {color: #000;}
a:hover {text-decoration: underline;}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #000;
	padding: 0;	
	margin: 0;
}

ul { list-style: none; }
/*****Clearfix*****/
.item:after {
	clear: both;
	content: ".";	
	display: block;
	height: 0;
	visibility: hidden;
}
/*****Generic Classes*****/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }


/*****Home*****/
#home { width: 554px; height: 87px; position: absolute; top: 50%; left: 50%; margin-left: -277px; margin-top: -43px; }
/*****Basic Template*****/
#wrapper {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 auto; 
}

/*****Header*****/
#header {
	margin-top: 10px;
	height: 53px;
}

#header .marca {
	float: left;
	width: 299px;	
	display: block;
	height: 53px;
	background: url(../../img/theme/jampa-silva.gif) no-repeat 0 0;
	text-indent: -9000em;	
	margin: 0 10px;
}
#header .marca a { 
	display: block;
	overflow: hidden;
	width: 299px;
	height: 53px;
	display: block;
	float: left;
}

#header .marca a:hover { 
	display: block;
	overflow: hidden;
	width: 299px;
	display: block;
	height: 53px;
	background: url(../../img/theme/jampa-silva.gif) no-repeat 0 -56px;	
}

#nav {
	margin-top: 15px;
	float: left;	
}

#nav li { float: left; }
#nav li a { background: #fff; float: left; display: block; height: 21px; text-indent:-9000em; overflow: hidden; margin-right: 8px; }
#nav li.m01 a, #nav li.m02 a, #nav li.m03 a, #nav li.m04 a, #nav li.m05 a { height: 21px; float: left; display: block; }

#nav li.m01 a, #nav li.m01 a:link, #nav li.m01 a:visited { width: 59px; background: url(../../img/theme/btn-sobre.gif) no-repeat top left; }
#nav li.m02 a, #nav li.m02 a:link, #nav li.m02 a:visited { width: 99px; background: url(../../img/theme/btn-portifolio.gif) no-repeat top left; }
#nav li.m03 a, #nav li.m03 a:link, #nav li.m03 a:visited { width: 50px; background: url(../../img/theme/btn-blog.gif) no-repeat top left; }
#nav li.m04 a, #nav li.m04 a:link, #nav li.m04 a:visited { width: 83px; background: url(../../img/theme/btn-contato.gif) no-repeat top left; }
#nav li.m05 a, #nav li.m05 a:link, #nav li.m05 a:visited { width: 141px; background: url(../../img/theme/btn-clientes.gif) no-repeat top left; }

#nav li.m01 a:hover, #nav li.m01 a:active, #nav li.m02 a:hover, #nav li.m02 a:active, #nav li.m03 a:hover, #nav li.m03 a:active, #nav li.m04 a:hover, #nav li.m04 a:active, #nav li.m05 a:hover, #nav li.m05 a:active { background-position: 0 -24px; }

#nav li.m01.current a, #nav li.m01.current a:link, #nav li.m01.current a:visited, #nav li.m01.current a:hover, #nav li.m01.current a:active, #nav li.m02.current a, #nav li.m02.current a:link, #nav li.m02.current a:visited, #nav li.m02.current a:hover, #nav li.m02.current a:active, #nav li.m03.current a, #nav li.m03.current a:link, #nav li.m03.current a:visited, #nav li.m03.current a:hover, #nav li.m03.current a:active, #nav li.m04.current a, #nav li.m04.current a:link, #nav li.m04.current a:visited, #nav li.m04.current a:hover, #nav li.m04.current a:active, #nav li.m05.current a, #nav li.m05.current a:link, #nav li.m05.current a:visited, #nav li.m05.current a:hover, #nav li.m05.current a:active { background-position: 0 -48px; }

/*****Content*****/
#content {
	height: 200px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 200px;
}

/*****Footer*****/
#footer {
	height: 40px;
	background: #eee;
	line-height: 40px;
}