* {
	margin:0;
	padding:0;
	}
html, body {
	height:100%;
	}
body {
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center; 
	background-color:#FFF;
	}
img {
	border:0;
	vertical-align:middle;
	}
a {
	color:#FF6AB3;
	text-decoration:none;
	}

#holding p {
	margin-bottom:16px;
	}
#holding a {
	color:purple;
	text-decoration:none;
	}

#holding .logo {
	border:0px;
	margin-top:170px;
	}


#container {
	margin:0 auto;
	position:relative; 
	text-align:left;
	clear:left;		
	width:940px; 
	padding:30px 20px;
	}

#header {
	height:52px;
	margin-bottom:20px;
	font-family:"Courier New", Courier, monospace;
	}
 
#header h1 {
	font-size:32px;
	font-weight:bold;
	color:#FF6AB3;
	text-transform:lowercase;
	background-image:url(../img/jessica-graham-logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#header h1 a {
	outline:0;
	text-indent:-2000px;
	display:block;
	height:50px;
	}
#header form {
	position:absolute;
	width:255px;
	right:30px;
	top:30px;
	}
#header form p {
	font-weight:bold;
	margin-bottom:8px;
	font-size:15px;
	}
#header form input.text {
	width:193px;
	background-image:url(../img/textFieldBackground.gif);
	background-position:left;
	background-repeat:no-repeat;
	border:0;
	padding:5px;
	}
#header form input.submit {
	background-image:url(../img/submitBackground.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	color:#FFF;
	border:0;
	padding:5px 9px;
	font-weight:bold;
	width:42px;
	height:28px;
	}



#navigation {
	font-family:"Courier New", Courier, monospace;
	}
#navigation ul {
	height:30px;
	margin-bottom:20px;
	}	
#navigation ul li {
	list-style-type:none;
	font-size:17px;
	font-weight:bold;
	float:left;
	text-transform:lowercase;
	margin-right:18px;
	}	
#navigation ul li a {	
	color:#000;
	text-decoration:none;
	display:block;
	padding:5px; 
	}
#navigation ul li.selected a {	
	color:#FF6AB3;
	}
#navigation ul li a:hover {
	color:#FF6AB3;
	}



#content {
	clear:both;
	}
	
#content #leftColumn {
	width:170px;
	float:left;
	}
#content #middleColumn {
	margin:0 200px 0 170px;
	width:570px;
	}
#content #rightColumn {
	width:180px;
	float:right;
	padding-left:20px;
	}
	

#content #leftColumn ul {
	font-family:"Courier New", Courier, monospace;
	list-style:none;
	}
#content #leftColumn ul li {
	list-style-type:none;
	font-size:17px;
	font-weight:bold;
	text-align:right;
	text-transform:lowercase;
	margin:0 18px 10px 0;
	}	
#content #leftColumn ul li a {	
	color:#FF6AB3;
	text-decoration:none;
	display:block;
	
	}
#content #leftColumn ul li.selected a {	
	color:#000;
	}
#content #leftColumn ul li a:hover {
	color:#000;
	}

#content #homeImages ul {
	list-style:none;
	}
#content #homeImages ul li {
	float:left;
	margin:0 10px 10px 0;
	}

#content .pageMedia {
	float:right;
	}
#content .pageMedia img {
	margin-bottom:20px;
	}
#content .pageContent {
	margin-right:280px;
	}

#content #basket {
	background-image:url(../img/basketBg.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFE1F0;
	margin-left:178px;
	padding-bottom:15px;
	width:762px;
	}
#content #basket h4 {
	margin-bottom:5px;	
	border-bottom:2px solid #FFF;
	padding:6px 0px 5px 0px;
	margin:10px 0 5px;
	}
#content #basket h4 a {
	text-decoration:none;
	color:#000;
	}
	
#content #basket #items {
	padding:5px 8px;	
	overflow:auto;
	}
#content #basket #items h4 {
	background-image:url(../img/basketHeader.gif);
	background-repeat:no-repeat;
	padding:6px 0px 0px 45px;
	margin:0 0 5px;
	border:0;
	}
	
	
#content #basket #details {
	padding:0 16px;	
	overflow:auto;
	}
#content #basket #details table {
	border-collapse:collapse;
	font-size:13px;
	}
#content #basket #details input.text,
#content #basket #details textarea,
#content #basket #details select {
	width:250px;
	}



#content #basket #shipping {
	padding:0 16px;	
	overflow:auto;
	}
#content #basket #shipping h4 {
	background-image:url(../img/shippingHeader.gif);
	background-repeat:no-repeat;
	padding:6px 0px 5px 45px;
	margin:10px 0 5px;
	}


#content #basket h5 {
	margin-bottom:0;
	}

#content #basket p {
	color:#000;
	font-size:13px;
	}
#content #basket a {
	outline:0;
	}
#content #basket ul {
	list-style:none;
	margin:0 8px;
	}
#content #basket ul li {
	margin:0;
	border-top:2px solid #FFF;
	padding-top:5px;
	overflow:auto;
	}
#content #basket ul li img {
	float:left;
	margin-right:20px;
	height:60px;
	}
#content #basket ul li h5 {	
	margin:0 0 10px;
	font-size:13px;
	}
#content #basket ul li p {
	font-size:13px;
	margin-left:80px;
	}
#content #basket ul li p.price {	
	margin-left:80px;
	color:#FF6AB3;
	font-weight:bold;
	}
#content #basket p.total {
	font-size:18px;
	padding-top:10px;
	color:#000;
	}
#content #basket p.empty {
	margin-bottom:0px;
	}
#content #basket p.empty a {
	display:block;
	background-image:url(../img/buttonEmptyBasket.gif);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	font-size:16px;	
	font-weight:bold;
	text-decoration:none;
	height:32px;
	}
#content #basket p.empty a:hover {
	background-image:url(../img/buttonEmptyBasketOn.gif);
	}
#content #basket p.checkout {
	margin-bottom:5px;
	}
#content #basket p.checkout a {
	display:block;
	background-image:url(../img/buttonCheckout.gif);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	font-size:16px;	
	font-weight:bold;
	text-decoration:none;
	height:32px;
	}
#content #basket p.checkout a:hover {
	background-image:url(../img/buttonCheckoutOn.gif);
	}

#content #basket p.continue {
	margin:85px 0 0 16px;
	}
#content #basket p.continue a {
	display:block;
	background-image:url(../img/buttonContinueShopping.gif);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	font-size:16px;	
	font-weight:bold;
	text-decoration:none;
	width:161px;
	height:32px;
	text-align:center;
	}
#content #basket p.continue a:hover {
	background-image:url(../img/buttonContinueShoppingOn.gif);
	}
	

#content #basket input.updateBasket {
	background-image:url(../img/buttonUpdateBasket.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#FFF;
	border:0;
	padding:5px;
	font-weight:bold;
	width:155px;
	height:32px;
	font-size:16px;	
	text-align:left;
	margin-right:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#content #basket input.updateBasketOn {
	background-image:url(../img/buttonUpdateBasketOn.gif);
	}


#content #basket input.payNow {
	background-image:url(../img/buttonCheckout.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#FFF;
	border:0;
	padding:5px;
	font-weight:bold;
	width:155px;
	height:32px;
	font-size:16px;	
	text-align:left;
	margin-right:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
#content #basket input.payNowOn {
	background-image:url(../img/buttonCheckoutOn.gif);
	}




#content #basketMini {
	background-image:url(../img/basketMiniBg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFE1F0;
	width:172px;
	padding-bottom:5px;
	font-size:13px;
	}
#content #basketMini h4 {
	background-image:url(../img/basketMiniHeader.gif);
	background-repeat:no-repeat;
	padding:6px 0px 0px 45px;
	margin-bottom:5px;
	}
#content #basketMini h4 a {
	text-decoration:none;
	color:#000;
	}
#content #basketMini a {
	font-weight:bold;
	}
#content #basketMini p {
	margin:5px 0 0px 8px;
	font-size:13px;
	color:#000;
	}
#content #basketMini p.price {
	color:#FF6AB3;
	font-weight:bold;
	}

#content #basketMini p.total {
	font-size:18px;
	padding-top:10px;
	}
#content #basketMini p.empty a {
	display:block;
	background-image:url(../img/buttonEmptyBasket.gif);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	font-size:16px;	
	font-weight:bold;
	text-decoration:none;
	height:32px;
	}
#content #basketMini p.empty a:hover {
	background-image:url(../img/buttonEmptyBasketOn.gif);
	}
#content #basketMini p.checkout a {
	display:block;
	background-image:url(../img/buttonCheckout.gif);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFF;
	font-size:16px;	
	font-weight:bold;
	text-decoration:none;
	height:32px;
	}
#content #basketMini p.checkout a:hover {
	background-image:url(../img/buttonCheckoutOn.gif);
	}

#content #basketMini ul {
	list-style:none;
	margin:0 8px;
	}
#content #basketMini ul li {
	margin:0 0 10px 0;
	border-top:2px solid #FFF;
	padding-top:5px;
	}
#content #basketMini ul li p {	
	margin:0 0 10px;
	}





#content #productList ul {
	list-style:none;
	}
#content #productList ul li {
	float:left;
	text-align:center;
	margin:0;
	font-size:13px;
	width:190px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	}
#content #productList ul img {
	margin-bottom:5px;
	}
#content #productList .special_offer {
	color:#FF0000;
	}



#content #productDetail #images {
	float:left;
	}	
#content #productDetail #details {
	margin-left:320px;
	}
#content #productDetail #details select {
	margin-bottom:20px;
	}
#content #productDetail #details input.addToBasket {	
	background-image:url(../img/buttonAddToBasket.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#FFF;
	font-size:16px;	
	font-weight:bold;
	border:0;
	padding:5px 10px 10px 30px;
	width:170px;
	height:32px;
	cursor:pointer;	
	}
#content #productDetail #details input.addToBasket:hover {	
	background-image:url(../img/buttonAddToBasketOn.gif);
	}	
	
	
	
#content #productDetail #images #mainImageWrapper {
	width:300px;
	height:320px;
	margin-bottom:20px;
	text-align:center;
	font-size:13px;
	}
#content #productDetail #images #mainImage img {
	margin-bottom:5px;
	}
#content #productDetail h2 {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	color:#777;
	}

#content #productDetail p.price {
	margin-bottom:20px;
	}
	
#content #productDetail p.price span {	
	background-image:url(../img/priceLabelBackground.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 10px 0 20px;
	color:#FFF;
	font-size:20px;
	}

#content #productDetail ul#productImages {
	list-style:none;
	width:350px;
	}
#content #productDetail ul#productImages li {
	float:left;
	margin:3px;
	}
#content #productDetail ul#productImages li a {
	outline:0;
	width:66px;
	height:66px;
	}
#content #productDetail ul#productImages li a img {
	width:60px;
	height:60px;
	padding:3px;
	border:1px solid #FFF;
	}
#content #productDetail ul#productImages li.selected a img {
	border:1px solid #FF6AB3;
	}


#content h2 {
	font-size:22px;
	margin-bottom:16px;
	}
#content h3 {
	font-size:20px;
	margin-bottom:16px;
	}
#content h4 {
	font-size:18px;
	margin-bottom:16px;
	}
#content h5 {
	font-size:14px;
	margin-bottom:16px;
	}
#content h6 {
	font-size:14px;
	margin:16px 0 0 ;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	}
#content object {
	margin-bottom:16px;
	}
	
		
#content table {
	margin:10px 0;
	width:100%;
	border-collapse:collapse;
	}	
#content table tr th {	
	padding:4px;
	font-size:15px;
	}
#content table tr td {	
	padding:4px;
	vertical-align:top;
	}	
	
#content form.login {
	padding:10px;
	}	
#content form.login table {
	width:400px;
	margin-left:200px;
	border:0;
	}
	
#content p {
	font-size:14px;
	color:#777;
	margin-bottom:16px;
	}	
#content ul {
	margin-bottom:16px;
	}
#content ul li {
	list-style-image:url(../img/bulletTick.gif);
	font-size:15px;
	margin-left:30px;
	}
	

	
a.button {
	border:1px solid #333;
	padding:3px 6px;
	background-color:#E3E3E3;
	font-size:12px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	white-space:normal;
	}


/* blog styles */
#blogSearchForm {
	position:absolute;
	right:42px;
	top:210px;
	}
#blogSearchForm input.text {
	margin:0;
	padding:2px;
	}
#blogSearchForm input.submit {
	background-color:#4BC048;
	color:#FFF;
	font-weight:bold;
	margin:0;
	border:0;
	padding:3px;
	}
#content .leftColumn {
	margin-right:280px;
	/*float:left;
	margin-right:20px;*/
	}
#content .rightColumn {
	float:right;
	width:260px;
	}
#content ul#blogPosts {
	margin:0;
	}
#content ul#blogPosts li {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px 0;
	overflow:auto;
	}
	
#content ul#blogPosts li.news div.postMedia {
	float:left;
	}
#content ul#blogPosts li.news div.postContent {
	margin-left:280px;
	}

#content ul#blogPosts li.press div.postMedia {
	float:right;
	}
#content ul#blogPosts li.press div.postContent {
	margin-right:280px;
	}
#content ul#blogPosts li div.postMedia img { 
	margin-bottom:5px;
	}

#content ul#blogPosts li .postContent {
	}	
#content ul#blogPosts li .postContent h3 {
	font-size:16px;
	color:#000;	
	font-weight:bold;
	margin-bottom:4px;
	}
#content ul#blogPosts li .postContent h3 a {		
	text-decoration:none;
	color:#000;	
	}
#content ul#blogPosts li .postContent p.date {		
	font-weight:bold;
	}
#content ul#archive {
	margin-bottom:0;
	}	
	
#content div.blogPageNavigation {
	font-weight:bold;
	
	}	
#content div.blogPageNavigation p {
	color:#555;
	font-size:15px;
	}
#content div.blogPageNavigation a {
	text-decoration:none;
	font-size:15px;
	}
#content div.blogPageNavigation  p.next {	
	float:right;
	color:#999;
	}
#content div.blogPageNavigation  p.back {	
	float:left;
	color:#999;
	}
#content div.blogPageNavigation  p.pages {	
	text-align:center;
	display:none;
	}
#content div.blogPageNavigation  p.pages a.pageLink {
	padding:5px;
	}
#content div.blogPageNavigation  p.pages .currentPage {
	padding:5px;
	}
	

#content div.blogArchive {	
	border:1px solid #95BFD8;
	background-color:#E0EEF7;
	}
#content div.blogArchive h2 {
	color:#0164A0;
	padding:10px;
	background-image:url(../img/blogArchiveBackground.gif);	
	border-bottom:1px solid #95BFD8;
	}
#content div.blogArchive ul {
	}
#content div.blogArchive ul li {
	list-style:none;
	list-style-image:none;
	margin-left:15px;
	font-weight:bold;
	text-decoration:none;
	color:#408CBF;
	}
#content div.blogArchive ul li a {
	text-decoration:none;
	color:#408CBF;
	}
	



/* form layout */
div.row {	
	font-size:14px;
	color:#777;
	margin: 0;
	padding: 2px 0 2px 0;
	margin-bottom:10px;
	}
div.row label.required:after {
	content:" *";
	color:#FF0000;
	}
div.row label.error {
	color:#FF0000;
	}
div.row input.text {
	width: 253px;
	padding:7px;
	background-image:url(../img/textFieldBackground2.gif);
	background-repeat:no-repeat;
	border:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
	font-size:14px;
	}
div.row input.submit {		
	background-image:url(../img/sendBackground.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	color:#FFF;
	font-size:15px;	
	font-weight:bold;
	border:0;
	padding:7px;
	width:124px;
	height:32px;
	cursor:pointer;	
	}
div.row input[type=radio] {
	margin-right: 3px;
	}
div.row input[type=checkbox] {
	margin-right: 3px;
	}
div.row textarea {
	width: 267px;
	height: 114px;
	padding:7px;
	background-image:url(../img/textareaBackground.gif);
	background-repeat:no-repeat;
	border:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
	font-size:14px;
	overflow:auto;
	}
div.row select {
	width: 267px;
	}


#footer {
	clear:both;
	font-size:12px;
	padding:20px 0;
	}
#footer p.copy {
	float:right;
	color:#777;
	}
#footer ul {
	list-style:none;
	margin-left:-10px;
	height:30px;
	}
#footer ul li {
	float:left;
	border-right:1px solid #777;
	padding:0;
	}
#footer ul li.last {
	border:0;
	}
#footer ul li a {
	display:block;
	padding:0 10px;
	text-decoration:none;
	}