body{
	background: #c0c0c0;
	color: #fff;
	margin: 0;
	padding: 0;
	border-top: 10px #a41963 solid;
	font-family: "Gill Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: 1000px;
}

a:link, a:visited{
	color: #fff;
}

a:hover{
	text-decoration: none;
}

#logo{
	margin-top: 50px;
	width: 20%;
	min-width: 220px;
	background: rgb(164, 25, 99);
	background: rgba(164, 25, 99, .65);
	padding: 10px;
	text-align: right;
}

#logo h1{
	display: none;
}

#navigation{
	position: absolute;
	top: 300px;
	left: 1%;
}

#navigation ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Times, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	text-transform: lowercase;
	letter-spacing: -1.2px;
}

#navigation a{
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	background: rgb(192, 87, 141);
	background: rgba(192, 87, 141, .60);
	margin: 0;
	/*margin: -40px 0;*/
	height: 30px;
	line-height: 30px;
}

#navigation a:link, #navigation a:visited{
	color: #fff;
	text-decoration: none;
}

#navigation a:hover{
	background-color: #a41963;
	color: #fff;
}

ul#productlist{
	list-style: none;
	padding: 0;
}

ul#productlist li{
	display: inline-block;
	background: rgb(192, 87, 141);
	background: rgba(192, 87, 141, .60);
	padding: 0 10px;
	font-size: 28pt;
	text-transform: lowercase;
	font-weight: 300;
	margin: 5px 0;
	display: inline-block;
}

ul#productlist li a{
	color: #fff;
	text-decoration: none;
}

ul#productlist li a:hover{
	color: #f3f3f3;
	text-decoration: underline;
}

#container{
	width: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	right: 10%;
}

#product, #welcome{
	float: right;
	font-weight: 300;
}

#product h1, #welcome h1{
	background: url('../images/layout-brandbg.png') !important;
	background: #a41963;
	padding: 0 10px;
	font-size: 32pt;
	font-weight: 300;
	margin: 0;
	width: 100%;
}

#product h1 a, #welcome h1 a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

#product h2, #welcome h2{
	background: url('../images/layout-stylebg.png') !important;
	background: #c0578d;
	padding: 0 10px;
	font-size: 28pt;
	text-transform: lowercase;
	font-weight: 300;
	margin: 5px 0;
	display: inline-block;
}

#product p, #welcome p{
	background: rgb(100, 100, 100);
	background: rgba(100, 100, 100, .6);
	padding: 3px 10px;
	font-size: 18pt;
	line-height: 22pt;
	text-transform: lowercase;
	font-weight: 300;
	margin: 5px 0;
	width: 100%;
}

#welcome p{
	font-size: 14pt;
	line-height: 18pt;
	text-transform: none;
	font-weight: 300;
}


#hide a{
	display: block;
	color: rgb(250,250,250);
	color: rgba(250, 250, 250, .60);
	font-size: 10pt;
	float: right;
	margin-top: -32px;
	width: 150px;
	text-decoration: none;
	text-align: right;
}

#contactinfo{
	margin-top: 40%;
	*display: none;
	left: 0;
	width: 18%;
}

#contactinfo ul{
	margin-left: 0;
	padding-left: 10%;
	list-style-type: none;
	font-family: Times, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	text-transform: lowercase;
	letter-spacing: -1.2px;
	background: rgba(192, 87, 141, .60);
	background: rgb(192, 87, 141);
}

#contact a{
}

#contact a:link, #contact a:visited{
	color: #fff;
	text-decoration: none;
}

#contact a:hover{
	background-color: #a41963;
	color: #fff;
}

.credit{
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding: 15px 0 3px;
}

body.home{
	background: #c0c0c0 url('../images/home.jpg') no-repeat center top;
}

body.charnos{
	background: #c0c0c0 url('../images/charnos.jpg') no-repeat center top;
}

body.charnos-grace{
	background: #c0c0c0 url('../images/charnos-grace.jpg') no-repeat center top;
}

body.charnos-cherub{
	background: #c0c0c0 url('../images/charnos-cherub.jpg') no-repeat center top;
}

body.charnos-cameo{
	background: #c0c0c0 url('../images/charnos-cameo.jpg') no-repeat center top;
}

body.charnos-eve{
	background: #c0c0c0 url('../images/charnos-eve.jpg') no-repeat center top;
}

body.charnos-imogen{
	background: #c0c0c0 url('../images/charnos-imogen.jpg') no-repeat center top;
}

body.wonderbra{
	background: #c0c0c0 url('../images/wonderbra.jpg') no-repeat center top;
}

body.playtex-dtog{
	background: #c0c0c0 url('../images/playtex-dtog.jpg') no-repeat center top;
}

body.playtex-smokinmoulded{
	background: #c0c0c0 url('../images/playtex-smokingmoulded.jpg') no-repeat center top;
}

body.triumph{
	background: #c0c0c0 url('../images/triumph.jpg') no-repeat center top;
}

body.triumph-a300{
	background: #c0c0c0 url('../images/triumph-a300.jpg') no-repeat center top;
}

body.triumph-daisydesire{
	background: #c0c0c0 url('../images/triumph-daisydesire.jpg') no-repeat center top;
}

body.triumph-romanticdesire{
	background: #c0c0c0 url('../images/triumph-romanticdesire.jpg') no-repeat center top;
}