html {
	width: 100%;
	height: 100%;
	min-width: 1006px;
	background-color: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Tahoma", sans-serif;
}

a {
	color: #d30606;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

#page_wrapper {
	background: url('/design/images/header-h-tile1.png') top center repeat-x;
}
	/* шапка */
#header {
	height: 140px;
	margin: 0 34px;
	position: relative;
	background: url('/design/images/header-house_icon.png') bottom center no-repeat;
}

#header .h1 {
	top: 0;
	left: 0;
	width: 98px;
	height: 100%;
	position: absolute;
	background: url('/design/images/fordog-logo.png');	
}

#header .h1 span { display: none; }

#header .h2 {
	top: 55px;
	left: 118px;
	width: 360px;
	color: #717070;
	font-size: 14px;
	position: absolute;
	font-style: italic;
	font-family: "Myriad Pro", "Arial", sans-serif;
}

.phone {
	margin: 0;
	left: 50%;
	top: 40px;
	color: #717070;
	font-size: 14px;
	margin-left: 63px;
	line-height: 160%;
	position: absolute;
	font-style: italic;
	font-family: "Myriad Pro", "Arial", sans-serif;
}
.phone span {
	color: #e50404;
	display: block;
	font-size: 19px;
	font-style: normal;
	font-family: "Tahoma", sans-serif;
}

		/* глобальное меню */
#global-menu {
	top: 16px;
	margin: 0;
	padding: 0;
	z-index: 5;
	right: 20px;
	position: absolute;
}
#global-menu li {
	display: inline;
	margin-left: 29px;
	padding-left: 13px;
	background: url('/design/images/li-icons.png') -30px 2px no-repeat;
}
		/* конец глобального меню */
		
#contacts-menu {
	top: 50px;
	margin: 0;
	padding: 0;
	z-index: 10;
	right: 14px;
	width: 160px;
	position: absolute;	
	list-style-type: none;
}
#contacts-menu li {
	margin: 2px 0;
}

#contacts-menu li img {
	float: left;
	width: 12px;
	margin-top: 2px;
}

#contacts-menu li a,
#contacts-menu li span {
	margin-left: 10px;
	display: inline-block;
}

* html #contacts-menu li a,
* html #contacts-menu li span {
	display: inline;
}
		
	/* конец шапки */
	
	/* главное меню */
#main-menu {
	margin: 0px;
	margin-top: 40px;
	top: 123px;
	padding: 0;
	z-index: 5;
	left: 34px;
	position: absolute;	
}	

#main-menu li {
	font-size: 17px;
	display: inline;
	margin-right: 53px;
	padding-left: 18px;
	padding-bottom: 7px;
	background: url('/design/images/li-icons.png') 0 4px no-repeat;
}

#main-menu li a { background: #fff; }

		/* выпадающее меню */
#main-menu li ul {
	padding: 0;
	display: none;
	position: absolute;	
	margin: 7px 0 0 -3px;
	border: 1px solid #e7e7e7;
	background: url('/design/images/mainmenu-background.png') bottom center repeat-x;
	
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;	
	box-shadow: 0 0 3px #e7e7e7;
	-moz-box-shadow: 0 0 3px #e7e7e7;
	-webkit-box-shadow: 0 0 3px #e7e7e7;
}

#main-menu li:hover ul {
	display: block;	
}

#main-menu li:hover > a { text-decoration: none; }

#main-menu li ul li {
	margin: 0;
	display: block;
	font-size: 10px;
	padding: 2px 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
	background: url('/design/images/li-icons.png') -33px 1px no-repeat;
}
#main-menu li ul li a {
	background-color: transparent;
}
		/* конец выпадающего меню */
	/* конец главного меню */
	
	/* элемент каталога */
#catalog-first {
	top: 75px;
	margin: 0 8%;
	height: 375px;
	padding-top: 25px;
	position: relative;
}	

#catalog-first h2 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 20px;
	display: inline-block;
	border: 1px solid #e7e7e7;
	
	background: url('/design/images/button-bg_xtile.png') center bottom repeat-x;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(231,231,231)), color-stop(1, rgb(255,255,255)));
	background: -moz-linear-gradient(center bottom, rgb(231,231,231) 0%, rgb(255,255,255) 100% );
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
* html #catalog-first h2 { display: inline; }
* + html #catalog-first h2 { display: inline; }

#catalog-first h2 a {
	color: #000;
	text-decoration: none;
}

#catalog-first #description {
	width: 34%;
}

#catalog-first #description img {
	top: 0;
	left: 50%;
	margin-left: -100px;
	position: absolute;
}

#catalog-first #description .price {
	color: #d30606;
	font-size: 17px;
}

#catalog-first #description .price span {
	font-size: 24px;
}
	/* конец элементов каталога */
	
	/* каталог */
#catalog {
	padding: 15px 0;
	background: url('/design/images/catalog-h-tile.png') top center repeat-x;
}	

#catalog .h1 {
	color: #900101;
	font-size: 24px;
	font-weight: normal;
	margin: 0 34px 0 34px;
}

#catalog .catalog-row {
	float: left;
	width: 100%;
	padding: 20px 0;
}
* html #catalog .catalog-row { margin-right: -1px; }

#catalog .catalog-item {
	float: left;
	width: 50%;
	clear: right;
}

#catalog .item-body {
	float: left;
	padding: 0 34px 40px 34px;
}

#catalog .catalog-item img {
	float: left;
	margin-right: 28px;
	border: 1px solid #e7e7e7;
}

#catalog .catalog-item h2 {
	margin: 0;
	color: #d30606;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#catalog .catalog-item p {
	font-size: 13px;
}
	/* конец каталога */
	
	/* колонки контента */
#columns {
	float: left;
	padding: 15px 34px;
	background: url('/design/images/catalog-h-tile.png') top center repeat-x;
}	
#columns .h1 {
	color: #900101;
	font-size: 24px;
	font-weight: normal;
}
#columns #main-column {
	float: left;
        margin-right: 35%;

}

#columns #news-list p {
	margin-left: 80px;
}

#columns #news-list a {
	font-size: 14px;
}

#columns #news-list p span {
	color: #b6b5b5;
	font-size: 13px;
	font-weight: bold;
	margin-left: -80px;
}

#columns #partners {
	float: left;
	width: 240px;
	left: -240px;
	margin-right: -100%;
	position: relative;
	/*
	float: right;
	width: 240px;
	margin-left: -100%;
	position: relative;
	*/
}

#columns #partners ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#columns #partners ul li {
	width: 100%;
	float: left;
	height: 90px;
	margin: 6px 0;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

#columns #partners ul li p {
	padding: 0 10px;
}

#columns #partners ul li img {
	float: left;
	margin: 10px;
}

#partners .button {
	padding: 0 4px 3px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border: 1px solid #e7e7e7;
	box-shadow: 0 0 3px #e7e7e7;
	-moz-box-shadow: 0 0 3px #e7e7e7;
	-webkit-box-shadow: 0 0 3px #e7e7e7;
	
	background: url('/design/images/button-bg_xtile.png') center bottom repeat-x;
	
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(231,231,231)), color-stop(1, rgb(255,255,255)));
	background: -moz-linear-gradient(center bottom, rgb(231,231,231) 0%, rgb(255,255,255) 100% );
}

#partners .button.join {
	float: left;
}

#partners .button.list {
	float: right;
}

#partners .button a {
	font-size: 11px;	
	text-transform: lowercase;	
}
	/* конец колонок контента */
	
	/* подвал */
#footer {
	width: 100%;
	float: left;
	height: 87px;
	font-size: 11px;
	position: relative;
	border-top: 3px solid #000;
}

#footer .copyright {	
	left: -50px;
	position: relative;
	margin: 27px 0 0 40%;
}

#footer #alronix {
	top: 20px;
	margin: 0;
	left: 34px;
	width: 90px;
	padding-top: 7px;
	padding-left: 60px;
	position: absolute;
	background: url('/design/images/alronix-ship.png') left center no-repeat;
}
#footer #liveinternet-icon {
	top: 27px;
	right: 34px;
	position: absolute;
}
	/* конец подвала */
	

