
/* =Internet Explorer PNG fix IEPNGFIX
------------------------------------------------------------------*/
/* Include tags/elements on which you want PNG support */
img, div, .passion_wrap, .passion_flags { 
	behavior: url(/iepngfix.php)
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

body {
	color: #FFFFFF;
	background-image: url(test1.png);
	background-repeat: repeat;
	background-color: #FFF;
}

#header {
	width: 880px;
	height: 100px;
	margin-bottom: 35px;
	text-align: center;
}

#content {
	text-align: center;
	width: 880px;
	height: 375px;
}

#footer {
	text-align: center;
	width: 880px;
	height: 40px;
	margin-top: 22px;
}

.passion_wrap {
	width: 144px;
	height: 375px;
	background: url(home_container.png) no-repeat;
	float: left;
}

.passion_test1 {
	width: 144px;
	height: 375px;
	background: url(cool/1.png) no-repeat;
	float: left;
}

.passion_body {
	margin: 0;
	padding: 0;
	text-align: left;
}

.passion_tittle {
	/*background-color: #1B1BFF;*/
	width: 144px;
	height: 76px;
}

.passion_tittle h2 {
	color: #BFBFBF;
	margin: 0;
	padding-top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

.passion_tittle h2 a {
	color: #BFBFBF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}


.passion_footer {
	margin-left: 3px;
	width: 136px;
	height: 6px;
	overflow: hidden;
}

.passion_image_wraper {
	position: relative;	
	width: 128px;
	height: 280px;
	overflow: hidden;
	margin-top:9px;
	margin-left:8px;
}

.passion_image_shadow {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 z-index: 100;
	 width: 128px;
	 height: 280px;
	 float: left;
	 cursor: pointer;
}

.passion_flags_wrap {
	 position: absolute;
	 top: 280px;
	 left: 0px;
	 z-index: 101;
	 width: 128px;
}

.passion_flags_top {
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
}

.passion_flags {
	width: 128px;
	background: url(home_flags.png) repeat left top;
	text-align: center;
}

.passion_flags ul {
	width: 116px;
	list-style-type	: none;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 6px;
}

.passion_flags ul li {
	margin: 0;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #484848;
}

.passion_flags h3 {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

.arrow {
	margin: 0 10px;
	border: none;
}

