/*
etnies plus General Stylesheet
URL: 		http://etniesplus.com
Site Design by:	Sole Technology Inc Web Dept
http://www.soletechnology.com
http://codedealers.com
*/

/******************\
| GENERAL STYLES   |
\******************/

* {
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	color: #666;
	background-color: inherit;
	border-bottom: 1px dashed #666;
	}

	a:link, a:visited {
		text-decoration: none;
		color: #666;
		background-color: inherit;
		}
	
	a:hover {
		color: #666;
		background-color: inherit;
		border-color: #fff;
		}

address {
	margin-top: 25px;
	font-style: normal;
	text-transform: lowercase;
	}

body {
	color: #666;
	background: #fff;
	font-family: helvetica,arial,sans-serif;
	font-size: .63em;
	}
	
br {
	display: none;
	}	

h1 {
	text-align: left;
	width: 200px;
	height: 59px;
	text-indent: -9009px;
	margin-bottom: 25px;
	color: inherit;
	background: transparent url(/css-images/etnies-plus-logo.png) no-repeat right top;
	}
	
hr {
	display: none;
	}
	
img {
	border-style: none;
	display: block;
	}
	
/* ====================== */

.country-name {
	display: none;
	}
	
.email {
	display: block;
	}	
	
.fax, .tel {
	display: inline;
	}	

.geo {
	display: none;
	}	
	
/* ====================== */	

#content {
	float: right;
	width: 200px;
	margin: 380px 60px 0 0;
	}	
	
#wrapper {
	color: inherit;
	background: #fff url(/css-images/etnies-plus.png) no-repeat 0 0;
	height: 620px;
	width: 780px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -310px 0 0 -390px;
	text-align: right;
	}	