/*
----------------------------
Bliss Ladies Fashion
Author: Bright Fox Solutions
----------------------------
*/

/* Consistent Styles */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align: center;
	background: #4e357b repeat top left;
}

div#container
{
	width: 780px;
	margin: auto;
	text-align: left;
	overflow: auto;
	background: #ffffff url(../images/content-image.jpg) no-repeat bottom left;
}

div#header
{
	float: left;
	display: inline;
	background: url(../images/header.gif) no-repeat top left;
	width: 780px;
	height: 301px;
}

div#header h1
{
	float: left;
	display: inline;
	background: url(../images/logo.gif) no-repeat top left;
	overflow: hidden;
	text-indent: -999em;
	margin: 4px 0px 17px 17px;
}

div#header h1 a
{
	display: block;
	width: 382px;
	height: 221px;
}

div#header p
{
	float: right;
	display: inline;
	background: url(../images/telephone.gif) no-repeat top left;
	width: 315px;
	height: 54px;
	margin: 20px 27px 0px 0px;
	overflow: hidden;
	text-indent: -999em;
}

div#maincontent
{
	float: left;
	display: inline;
	width: 545px;
	padding-bottom: 230px;
}

div#maincontent h2
{
	width: 443px;
	font: normal 1.5em "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #b000ff;
	margin: 35px 0px 10px 67px;
}

div#maincontent p
{
	width: 443px;
	color: #775288;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 67px;
}

div#maincontent p img#page-image 
{
	float: left;
	display: inline;
	background: url(../images/content-image.jpg) no-repeat top left;
	width: 514px;
	height: 230px;
	margin: 20px 0px -10px -67px;
}

div#secondarycontent
{
	float: right;
	display: inline;
	width: 235px;
}

div#secondarycontent img#shop
{
	float: right;
	display: inline;
	background: url(../images/shop.jpg) no-repeat top left;
	width: 191px;
	height: 469px;
	margin: 16px 30px 20px 0px;
}

div#footer
{
	width: 780px;
	height: 81px;
	float: left;
	display: inline;
	background: url(../images/footer.jpg) no-repeat top left;
	position: relative;
}

div#footer ul
{
	float: left;
	display: inline;
	list-style: none;
	margin: 12px 0px 30px 235px;
}

div#footer ul li
{
	float: left;
	padding: 0px 5px 0px 15px;
	background: url(../images/point.gif) no-repeat 0px 2px;
}

div#footer ul li a
{
	float: left;
	display: inline;
	text-transform: uppercase;
	font: normal 0.75em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #e5a2f0;
}

div#footer ul li#subnavhome
{
	background: none;
}

div#footer p
{
	text-align: center;
	color: #8c3794;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	display: block;
	clear: left;
}

/* End Consisntent Styles */

/* Navigation */

div#cmsnav ul
{
	float: left;
	display: inline;
	width: 736px;
	height: 61px;
	background: url(../images/nav-bg.gif) no-repeat top left;
	list-style: none;
	margin: 3px 0px 0px 20px;
}

div#cmsnav ul li
{
	float: left;
}

div#cmsnav ul li a
{
	float: left;
	display: inline;
	margin-top: 15px;
	font: normal 1.25em "Gill Sans MT", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 31px;
	text-align: center;
	color: #606060;
}

div#cmsnav ul li a:hover
{
	background: #c3b7d9 repeat top left;
	border: 1px solid #4e357b;
	color: #010000;
	padding: 0px 30px;
	margin-top: 14px;
}

div#cmsnav ul li#navhome a
{
	margin-left: 35px;
}

div#cmsnav ul li#navabout a
{
	margin-left: 60px;
}

div#cmsnav ul li#navgallery a
{
	margin-left: 45px;
}

div#cmsnav ul li#navcontact a
{
	margin-left: 45px;
}

/* End Navigation */

/* Page Specific Styles */

body.gallerypg div#container
{
	background-image: none;
}

body.gallerypg div#maincontent
{
	width: 780px;
}

body.gallerypg div#secondarycontent
{
	display: none;
}

div#maincontent div#portfolio
{
	float: left;
	display: inline;
	margin: 0px 0px 0px 52px;
}

div#maincontent div#portfolio img
{
	float: left;
	display: inline;
	margin: 0px 15px 22px 0px;
}

/* End Page Specific Styles */
