/*global reset */


html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background: url (images/go.gif) repeat;
	background: #669933;
}
a {
 text-decoration: none;
 color:#66cc66;
}
a:link {/* unvisited link */
 color:#66cc66;
}     
 
a:hover { /* mouse over link */
	color:#339933;
}  
a:active {/* selected link */
	color:#339933;
}

/* end base html */




/*  layout */
#wrapper{
	width: 900px;
	
	margin: 0 auto;
	text-align: left;
	background: #000;
}
#header{
	width: 900px;
	height: 390px;
	background: url();
	position: relative;
}
#header h1{
	position: absolute;
	left: 22px;
	width: 900px;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
	font-weight: bold;
}
#header h1 a{
	text-decoration: none;
	color:#fff;
}

#content{
	float: left;
	width: 900px;
	background: #000 url() repeat-y top left;
}
#col_left{
	float: left;
	width: 571px;
	padding: 30px 22px;
}
#col_right{	
    float: right;
	width: 195px;
	padding: 30px 58px 28px 30px;
    margin-top: 5px;
	background: #222;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}
#footer{
	width: 900px;
	height: 100px;
	margin: auto;
	background: url(images/footer.jpg);
	
}
#footer p{
	text-align: center;
}
#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #343a3d;
}






/*navigation*/
#navigation{
	position: absolute;
	top:10px;
	right: 6px;
}
#navigation li{
	float: left;

}

#navigation a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration:none;
	background-color:#000;
	color:#fff;
	font-weight: bold;
	margin-right: 1px;
	padding: 5px;
	background-image: url(images/nav_bg.jpg);
}
#navigation a:hover{
	color:#000;
	background-image: url(images/nav_bg2.jpg);
}
#navigation li.selected a{
	border: 0px solid #000;
}


#imagem{
	margin-top: 0px;
}
#search{
	position: absolute;
	top: 105px;
	left: 22px;
}

h2#slogan{
	position: absolute;
	top: 100px;
	right: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;	
	font-weight: normal;
}
h2#slogan span{
	font-style: italic;
	color: #95ca05;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}
#about_us{
	float: left;
	width: 194px;
	margin-right: 27px;
	display: inline;
}
#services{
	float: left;
	width: 151px;
	margin-right: 42px;
	display: inline;	
}
#clients{
	float: left;
	width: 146px;
	display: inline;
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#clients ul li{
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
}
	
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center{
	float:left;
	padding-bottom: 35px;
	border-bottom: 0px solid #343a3d;
}
#quote{
	float:left;
	padding: 13px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
	
}
#quote p{
	line-height: 22px;
}
#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	
}
#quote .quote{
		font-size: 26px;
}
#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#news li{
	margin-bottom: 20px;
	}
#news li p.date{
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}

#contacts{
padding-bottom: 20px;
font-size:12px;
}

#contacts li p.date{
	color: #95ca05;
	font-weight: bold;
	}

#contacts h2{
	margin-top: 2px;
}
.green{
	color: #95ca05; 
}

.bold{
	font-weight: bolder;
	font-size: 16px;
	color: #fff;
}

#mugclub {
background: #000;

}

/* Menu Columns */

			/* to clear floated elements - all browsers - from http://www.positioniseverything.net/easyclearing.html */
			.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
			.clearfix {display:inline-block;}
			/* Hides from IE-mac \*/
			* html .clearfix {height:1%;}
			.clearfix {display:block;}
			/* End hide from IE-mac */
		
			.gridTwoLeft {
			background:#111; 
			padding-left:12em;
			}  
			.gridTwoLeft .wrapper {
			background:#111;
			} 
			.gridTwoLeft .bordered {
			border-left:1px solid red;
			}
			.gridTwoLeft .wrapper .col1 {
			width:100%;
			float:right;
			font-style: italic;
			color: #999;
			}  
			.gridTwoLeft .wrapper .col2 {
			margin-left:-12em;
			width:12em;
			float:right;
			font-weight: bolder;
			text-decoration: underline;
			}  
			.gridTwoLeft .wrapper .col1 .paddingBox {
			padding:1.5em 2em;
			}  
			.gridTwoLeft .wrapper .col2 .paddingBox {
			padding:1.5em 2em;
			}

