@charset "UTF-8";
	
			
/* ****************************** */
/* CREATIVE IDEAS */

/* Shell */

#creative-ideas {
	margin: 0 auto;
	width: 920px;
}
#ci-middle-bg {
	background: url('../images/ci-middle-pattern.jpg') repeat-y;
}
#ci-middle {
	background: url('../images/ci-middle.jpg') no-repeat;
}
#ci-top {
	background: url('../images/ci-top.jpg');
	height: 36px;
	width: 920px;
}
#ci-bottom {
	background: url('../images/ci-bottom.png');
	height: 26px;
	margin-bottom: 20px;
	width: 920px;
}

/* Content (purple piece) */

#ci-content-bg {
	background: url('../images/ci-content-pattern.jpg') repeat-y;
}
#ci-content {
	margin-left: 176px;
}
#ci-content-middle {
	background: url('../images/ci-content.jpg') no-repeat;
	height:auto !important;
	height: 400px;
	min-height: 400px;
}
#ci-content-bottom {
	background: url('../images/ci-content-bottom.jpg');
	height: 25px;
	width: 717px;
}

.left-column, .right-column {
	display: inline;
	float: left;
	margin-top: 10px;
}
.left-column {
	margin-left: 30px;
	width: 260px;
}
.right-column {
	margin-left: 25px;
	width: 383px;
}

h3 {
	font-size: 2.1em;
	line-height: 1.2em;
	margin: 0 0 17px 0;
	text-transform: uppercase;
}
.ci-photo, .ci-description {
	margin: 15px 0;
}
.ci-photo {
	background: #999;
	border: 3px solid #fff;
	height: 184px;
	width: 254px;
}
.ci-description {
	font-size: 1.2em;
	line-height: 1.4em;
}

/* Navigation */

#ci-navigation {
	float: left;
	margin-left: -190px;
	width: 190px;
	position: relative;
	z-index: 100;
}
#ci-nav-top {
	background: url('../images/nav-top.png');
	height: 20px;
	width: 190px;
}
#ci-nav-bottom {
	background: url('../images/nav-bottom.png');
	height: 122px;
	width: 190px;
}
#ci-navigation-middle {
	background: url('../images/nav-middle-pattern.jpg') repeat-y;
}
#ci-navigation ul {
	background: url('../images/nav-middle.jpg') no-repeat;
	height:auto !important;
	height: 200px;
	min-height: 200px;
}
#ci-navigation li {
	list-style: none;
	margin-left: 5px;
	background: url('../images/nav-separator.jpg') bottom left no-repeat;
}
#ci-navigation li a {
	color: #b4cfed;
	display: block;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 15px 10px 20px;
	text-decoration: none;
}
#ci-navigation li a:hover {
	padding-left: 25px;
}
#ci-navigation li.active a, #ci-navigation li.active a:hover {
	color: #fff;
	padding-left: 32px;
}
html > body #ci-navigation li.active a, html > body #ci-navigation li.active a:hover {
	background: url('../images/nav-arrow.png') 20px 10px no-repeat;
}
#ci-navigation ul li:first-child a {
	padding-top: 0;
}

/* Steps */

.step {
	margin-bottom: 5px;
}
.step-top {
	background: url('../images/step-top.png');
	height: 20px;
	width: 382px;
}
.step-middle {
	background: #fff;
	width: 382px;
}
.step-content {
	background: url('../images/step-middle.jpg') bottom no-repeat;
	height: auto !important;
	height: 117px;
	min-height: 117px;
	padding: 0 20px;
}
h4 {
	color: #4f116c;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.step-description {
	color: #c01c6f;
	font-size: 1em;
	line-height: 1.4em;
}
.step-photo {
	background: url('../images/step-photo.png');
	float: right;
	height: 55px;
	margin: 0 0 5px 5px;
	padding: 18px;
	width: 78px;
}
.step-bottom {
	background: url('../images/step-bottom.png');
	height: 20px;
	width: 382px;
}
	
			
/* ****************************** */
/* WALLPAPERS */

#wallpapers {
	margin-left: 28px;
}
.hdr_wallpapers {
	float: left;
	padding: 0 0 20px 310px;
}
.wallpaper {
	background: url('../images/wallpaper-bg.png');
	display: block;
	float: left;
	height: 308px;
	margin: 0 15px 20px 0;
	width: 297px;
}
.wallpaper h4 {
	color: white;
	font-size: 1.2em;
	height: 30px;
	margin: 0;
	padding-top: 18px;
	text-align: center;
}
html > body .wallpaper h4 {
	height: 29px;
	padding-top: 19px;
}
.wallpaper-photo {
	margin: 23px auto 0 auto;
	height: 116px;
	width: 241px;
}
.wallpaper-buttons {
	height: 93px;
	list-style: none;
	margin: 4px auto 0 auto;
	width: 249px;
}
.wallpaper-buttons li {
	float: left;
}
.wallpaper-buttons li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 31px;
	margin: 0 1px 1px 0;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	width: 123px;
}
html > body .wallpaper-buttons li a {
	height: 29px;
	padding-top: 17px;
}
.wallpaper-buttons li a:hover {
	background: url('../images/wallpaper-download.gif') center center no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}