/* GENERAL */

*{
	margin : 0;
	padding : 0;
}
html,body{
	height : 100%;
	width : 100%;
}
body{
	font: 14px Verdana;
	color : #000;
}
img {
	border : 0;
}

/* ELEMENTS */

#menu{
	display : none;
}
#name {
	text-align : center;
}
#name img{
	margin : 30px 0 5px 0;
}
#flashbottom{
	display : none;
}
#flashtop{
	display : none;
}
#flash{
	display : none;
}
.more{
	width :1000px;
	margin : 20px auto 0 auto;
	clear : both;
}
#footer{
	position : relative;
	margin: -122px auto 0 auto;
	clear:both;
}
#contacts{
	padding-top : 2px;
	text-align : center;
	clear : both;
	position : relative;
}
#phones{
	display : none;
}
#copyright{
	padding-top : 5px;
	font-size : 12px;
	text-align : center;
	clear : both;
}
#counters{
	display : none;
}

/* HEADERS */

h1{
	font-size : 12px;
	font-weight : normal;
	color: #999;
	padding-top : 5px;
	text-align : center;
}
h2{
	text-align : center;
	font-weight : bold;
	padding-top:3px;
	margin-bottom : 10px;
}
h3{
	margin : 10px 0 5px 5px;
	font-size : 16px;
	font-weight : bold;
}

/* LINKS */

a {
	font : 14px Verdana;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #888;
}
a:link {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

/* TEXT GENERIC */

.warning{
	padding : 10px 0 0 0;
	text-align : justify;
	margin : auto;
	font-size : 12px;
	color : #888;
}

/* PARTS */

/* COMMON BLOCKS */

#separator{
	height : 100px;
	clear:both;
}
li{
	padding : 5px;
}
ol{
	list-style-position : inside;
	padding : 5px;
}

/* COMMON TEXT */

p{
	padding : 5px 0;
}
.imp{
	margin : 5px;
	text-indent : 1em;
	color : #fb0;
}
.tooltip span{
	display : none;
}

/* INDEX */

.new{
	width : 228px;
	margin:5px;
	padding-bottom : 25px;
	float : left;
}
.circle{
	width : 228px;
	margin:5px;
	text-align : center;
	float : left;
}
.big{
	font-size : 36px;
	text-align : center;
	padding : 35px 0 45px 0;
}
#partner  .input{
	display : none;
}
#partner{
	display : none;
}
.sub{
	display : none;
}

/* ABOUT */

.about{
	margin:5px;
	width : 456px;
	float : left;
}

/* PRICE */

#price{
	width : 550px;
	margin-left : 120px;
	margin : auto;
	clear : both;
	padding: 20px 0 120px 250px;
}
#price p{
	text-indent : 1em;
}
#discount{
	float : left;
	width : 228px;
	margin : 5px 0 0 -255px;
	text-align : center;
}

/* PORTFOLIO */

.row{
	width : 660px;
	float:none;
	margin:auto;
	margin-top : 10px;
}
.item{
	float : left;
	width:320px;
	margin:5px;
	text-align:center;
	position : relative;
}
.hidden{
	display : none;
}
.item img{
	padding : 1px;
	border : none;
}

/* FEEDBACK */

#feedback{
	width : 550px;
	margin : auto;
	clear : both;
	padding: 20px 0 130px 0;
}
form{
	display : none;
}
/* DOMAIN */

table{
	padding : 3px;
	text-align : center;
}
td{
	text-align : left;
	padding-left : 120px;
	text-transform : uppercase;
	border-bottom : 1px dotted #333;
}
th{
	padding : 10px;
	color : #fb0;
}
.zone{
	color : #fb0;
	font-weight : bold;
}

/* TEMP */

#numline{
	margin : auto;
	clear : both;
	height : 30px;
	text-align : center;
	width : 400px;
}
#numline a{
	display : block;
	width : 20px;
	margin : 0 5px 0 0;
	text-align : center;
	float : left;
	background-color : Black;
	border-bottom : 2px solid #fb0;
}
.unaviable{
	text-decoration : line-through;
}
