/*
Name: Мартекс Флористик
Klient: http://www.marteks-floristic.ru/
----------------------------------------------- */

* {
   margin:1px;	
   padding:0; 
   list-style: none;
}

html,body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(images/bg.jpg) repeat-x top;
	float: right;
}
 
/* Elements */
a:link, a:visited { 
   text-decoration: underline; 
   color: #008b6c;
}

a:hover { 
   text-decoration: none;
	color: #cd0061;
}

table { 
   border-collapse: collapse; 
}

h2 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 18px;
}

h3 {
	font-size: 17px;
	margin-bottom: 7px;
	font-weight: normal;
}

p {
	padding-bottom: 15px;
}

a img {
	border: none;
}

a.link, a:visited.link {
	color: #cd0061;
}

/* Site
----------------------- */
#site { 
	position:relative; 
	min-width:1002px;
	background: url(images/header-bg.jpg) no-repeat right top;
	width: 100%;
	float: left; 
}
	* html #site { 
		width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1002)? "1002px" : "100%");
		height: 100%;
	}

/* Header
----------------------- */
#header {
	float: left; 
	width: 100%;
}

	/* Logo */
	a#logo {
		position: absolute; 
		top: 15px;
		right: 32px;
		width: 213px;
		height: 54px;
	}
		a#logo span {
			display: none;
		}
	
	/* icomenu */
	.icomenu {
		position: absolute; 
		top: 25px;
		right: 582px;
	}
	
		.icomenu li {
			float: left; 
			margin: 0 8px;
		}
		
	/* phone */
	.phone {
	position: absolute;
	top: 182px;
	right: 427px;
	font: 24px Tahoma;
	font-weight: bolder;
	width: 810px;
	height: 382px;
	}
	
		.phone span {
			font-size: 17px;
			font-weight: normal;
		}

	/* Basket */	
	.basket {
		position: absolute; 
		right: 298px;
		top: 87px;
		width: 210px;
		height: 94px;
		background: url(images/basket-bg.gif) no-repeat;
		padding: 10px 0 0 20px;
		font-size: 12px;
	}
	
		.basket h3 a, .basket h3 a:visited {
			color: #000;
		}
		
		.basket strong {
			color: #cd0061;
			font-size: 14px;
		}

	/* mainmenu */
	.mainmenu {
		position: absolute;
		right: 87px;
		top: 135px;
	}	
		
		.mainmenu li {
			padding: 7px 0;
		}
		
			.mainmenu li a {
				padding: 7px 0 7px 50px;;
				font-size: 15px;
			}
			
			a.pdf {
				background: url(images/i-pdf.gif) no-repeat left;
				color: #cd0061;
			}
	
	/* About */
	#intro {
	float: right;
	width: 400px;
	line-height: 16px;
	display: inline;
	margin-top: 400px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
		#intro p {
			padding-bottom: 20px;
		}

	
/* Container
----------------------- */
#container {
	position: relative;
	width: 100%;
	float: left; 
}


/* Content
----------------------- */
#content {
	padding: 0 30px;
}

	/* Product */
	.product {
		overflow: hidden;
	}
	
		.product ul {
			overflow: hidden;
			padding: 0 0 15px 22px;
		}
		.pageBodyContent {
	width:450px;
	padding-right:30px;
	padding-top:20px;
	padding-left:10px;
}
.pageBodyContent ul {
	margin:0;
	padding-top:10px;
}
.pageBodyContent li {
	list-style:none;
	background:url(../images/p.gif) left 5px no-repeat;
	padding-left:7px;
}
.pageBodyContent li a:hover {
	list-style:none;
	background: #CCCCCC;
}
.pageBodyContent h2 {
	font-size:18px;
	margin:20px 0 10px 0;
}
.pageBodyContent .seeMore {
	font-size:12px;
	color:#076AC0;
	margin-left:350px;
}
.horSeparator {
	padding-top:20px;
}
.pageBodyImage {
	width:293px;
	height:492px;
}
.imageDescription {
	position:absolute; 
	width:200px; 
	margin:340px 0 0 20px;
	color:#FFFFFF;
}
.imageBackgroundFild {
	width:150px;
	height:100px;
	background:#000000;
	margin:330px 10px 10px 10px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
		.imageDescription {
	position:absolute; 
	width:150px; 
	margin:220px 0 0 5px;
	color:#FFFFFF;
}
.imageBackgroundFild {
	width:420px;
	height:117px;
	background:#000000;
	margin:330px 10px 10px 10px;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.pageBodyImage .imageBackground5 {
	width:293px;
	height:328px;
}
.galleryDescription {
	width:260px;
	height:80px;
	background:#000000;
	opacity:0.4;
	filter:alpha(opacity=70);
	padding:10px;
}
.galleryTable img {
	border:1px solid #A9D005;
}
.galleryTable td {
	padding-right:10px;
	padding-bottom:5px;
}
		.product li {
			float: left; 
			width: 16.6%;
		}
		
		.product li.no {
			margin: 0;
		}
		
			.product li img {
				display: block;
				background: url(images/pattern.gif);
				padding: 1px 1px 20px 24px;
				margin-left: -22px;
			}
			
		.all-product {
			padding-left: 2%;
		}
		

/* Footer
----------------------- */
#footer { 
	float: left; 
	width: 100%;
   height: 195px;
	background: url(images/footer-bg.jpg) no-repeat right bottom;
	position: relative;
}

	#footer .author {
		float: left; 
		width: 190px;
		background: url(images/studio-logo.gif) no-repeat left;
		padding-left: 35px;
		margin: 120px 0 0 50px;
		display: inline;
	}
	
	#footer .copyright {
		float: left; 
		margin-top: 135px;
	}

	#footer .contact {
	position: absolute;
	top: 57px;
	right: 138px;
	width: 247px;
	font: 11px Tahoma;
	height: 102px;
	}
#site #header img {
}
a:active {
}
#site #header td {
	list-style-position: inside;
	list-style-image: url(flash/banner_01.swf);
	list-style-type: disc;
}
