@import url(defaults.css);

/*
----------------------------------

BODY

----------------------------------
*/

body {
   background: #000000 url(../images/collection-bg.jpg) center top no-repeat;
}

#content .main {
	position: relative;
}

#content .main h3 {
	width: 110px;
    height: 24px;
	margin-top: 25px;
    text-indent: -9999px;
}

#content .left-title h4 {
    width: 66px;
    height: 485px;
    text-indent: -9999px;
}

#content .main .sub-nav {
	height: 55px;
	margin-top: 10px;
}

#content .main .sub-nav a, #content .main .sub-nav a:visited {
	display: block;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	color: #ffffff;
	background: transparent url(../images/collection/sub-nav-vr.gif) left center no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#content .main .sub-nav a:hover {
	text-decoration: none;
	color: #ffff00;
}

#content .main .sub-nav a.first, #content .main .sub-nav a:visited.first {
	margin-left: 0;
	padding-left: 0;
	background: none;
}

#content .main .family {
	/*margin-top: 10px;*/
	width: 720px;
	position: relative;
}

#callout {
	position: absolute;
	width: 155px;
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

#content .main .family .list img {
	float: left;
	/*margin-left: 15px;*/
	cursor: pointer;
}

#content .main .family .list img.first {
	margin-left: 0;
}

#content .main .collection {
	/*margin-top: 10px;*/
}

#content .main #collection-wrapper {
	overflow: hidden;
	position: relative;
	width: 616px;
	height: 154px;
	margin-left: 30px;
}

#content .main #collection {
	position: absolute;
	left: 0;
	top: 0;
	width: 924px;
	height: 154px;
	/*margin-top: 10px;*/
}

#collection-left-arrow {
	width: 15px;
	height: 18px;
	position: absolute;
	left: 0;
	/* center is 189px */
	top: 179px;
	cursor: pointer;
}

#collection-right-arrow {
	width: 15px;
	height: 18px;
	position: absolute;
	left: 661px;
	/* center is 189px */
	top: 179px;
	cursor: pointer;
}

#content .main #collection .list img {
	float: left;
	/*margin-left: 15px;*/
	cursor: pointer;
}

#content .main #collection .list img.first {
	margin-left: 0;
}


#content .main .item {

}

#content .main .item .list {
	height: 80px;
	margin-top: 10px;
}

#content .main .item .list img {
	float: left;
	/*margin-left: 5px;*/
	cursor: pointer;
}

#content .main .item .list img.first {
	margin-left: 0;
}

#content .main .item .image {
	float: left;
	width: 300px;
	height: 300px;
}

#content .main .item .description {
	float: left;
	width: 420px;
}

#content .main .item .description h1, #content .main .item .description h2 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content .main .item .description h1 {
	font-size: 24px;
}

#content .main .item .description h2 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#content .main .item .description p {
	margin-top: 20px;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
