/******************************************************************
 * Main css file
 *
 * Copyright (c) 2009 art-atom.biz
 * Created: 29.12.2009
 ******************************************************************/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
	/*background: url('../img/stub.jpg') no-repeat top center;*/
    background-color: #fff;	
    color: #333;
    font: normal 12px/14px Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
}

h1 {
	color: #BCBCBC;
	color: #111;
	font-size: 28px;
	margin-top: 20px;
}

h4 {
	color: #111;
}

a {
	border: none;
	outline: none;
}

a img {
	border: none;
}

div.content {
	margin: 130px auto 1px;
	text-align: right;
	width: 570px;
}

div.contacts {
	clear: both;
	float: right;
	margin-top: 50px;
	width: 570px;
}

div.brends {
	clear: both;	
	color: #BCBCBC;
	float: right;
	font-weight: bold;
	margin-top: 30px;
	width: 570px;
}

#stores {
	clear: both;
	float: right;
	font-weight: bold;
	margin: 25px 0 10px;
	
	text-align: left;
	width: 300px;
	
}

#stores dl {
	margin-top: 10px;
	text-align: right;
}

#communities {
	clear: both;
	float: right;
	font-weight: bold;
	margin: 25px 0 10px;
	vertical-align: top;
}

#communities a {
	margin: 0 5px;
	vertical-align: top;
}

#communities img {
	vertical-align: top;
}