/** CSS **/
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
	color: #353535;
}

img, a img {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	list-style-type: circle;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #353535;
	text-align: left;
	margin: 0;
	padding: 10px 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 21px;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #8d8d8d;
	font-size: 13px;
	margin: 0;
	padding :0;
}
/*Perpetua*/
h1.styleName {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	color: #000000;
	padding: 10px 0 0 0;
	margin: 0;
}

h1.relatedProd {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #000000;
	padding: 10px 0 0 0;
	margin: 0;
}

h2.productName {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	padding: 10px 0;
	margin: 0;
}

h3.prodListName {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	padding: 0;
	margin: 0;
}

/*HumanST*/
h1.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d8d8d;
	padding: 0;
	margin: 0;
}

div.clear {
	clear: both;
	height: 1;
	margin: 0;
	padding: 0;
}

.flashSpacingFix {
	margin: 0;
	padding: 0;
}

.red {
	color: red;
}

.clickable {
	cursor: pointer;
	text-decoration: underline;
}

/******** CONTAINER ********/

body div#headerContainer {
	width: 100%;
	margin: 0;
	height: 71px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	min-width: 996px;
}

body div#homeContainer {
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	min-width: 996px;
}

body div#contentContainer {
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	min-width: 996px;
}

body div#footerContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	min-width: 996px;
}

body div#footerHomeContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	min-width: 996px;	
}

/******** HEADER ********/
div#header {
	background: #000;
	padding: 0;
	height: 71px;
	width: 996px;
	margin: 0 auto;
	position: relative;
}

div#header #headerLogo {
	float: left;
}

div#header #blogLink {
	float: left;
	padding: 16px 0 0 0;
	z-index: 1;
}

div#header #ornament {
	position: absolute;
	top: -12px;
	left: 712px;
	z-index: 10;
}

div#header ul#navMenu {
	list-style-type: none;
	padding: 30px 0 0 0;
	margin: 0;
	float: left;
	z-index: 1;
}

div#header ul#navMenu li{
	float: left;
	height: 19px;
	border: none;
	margin: 0;
	padding: 0;	
}

/** NAV **/
a#home {
	width: 63px;
	height: 19px;
	background: url(../images/nav_buttons/nav_home.gif);
	background-repeat: no-repeat;
	display: block;
}

a#home:hover {
	background-position: -63px 0;
}

a#collection {
	width: 139px;
	height: 19px;
	background: url(../images/nav_buttons/nav_collection.gif);
	background-repeat: no-repeat;
	display: block;
}

a#collection:hover {
	background-position: -139px 0;
}

a#about {
	width: 160px;
	height: 19px;
	background: url(../images/nav_buttons/nav_about.gif);
	background-repeat: no-repeat;
	display: block;
}

a#about:hover {
	background-position: -160px 0;
}

a#blog {
	width: 96px;
	height: 19px;
	background: url(../images/nav_buttons/nav_blog.gif);
	background-repeat: no-repeat;
	display: block;
}

a#blog:hover {
	background-position: -96px 0;
}

a#contact {
	width: 115px;
	height: 19px;
	background: url(../images/nav_buttons/nav_contact.gif);
	background-repeat: no-repeat;
	display: block;
}

a#contact:hover {
	background-position: -115px 0;
}

a#customer {
	width: 139px;
	height: 19px;
	background: url(../images/nav_buttons/nav_customer.gif);
	background-repeat: no-repeat;
	display: block;
}

a#customer:hover {
	background-position: -139px 0;
}

/******** CONTENT ********/
div#content {
	background: #ffffff;
	width: 949px;
	margin: 0 auto;
	position: relative;
	padding: 0px 24px 0 23px;
}

div#contentExtendBg {
	background: url(../images/bg/content_extend_bg.jpg) no-repeat top left #ffffff;
	width: 949px;
	margin: 0 auto;
	position: relative;
	padding: 0 24px 0 23px;
}

div#contentHome {
	background: #000000;
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding: 0px 23px 0 23px;
}

div#leftColumnImg {
	float: left;
	width: 316px;
	padding-right: 1px;
	position: relative;
}

div#visitBlog {
	position: absolute;
	top: 540px;
	left: 0px;
	background: url(../images/visitBlog.gif) top left no-repeat;
	padding: 45px 0 0 18px;
	height: 49px;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
	line-height: 15px;
	width: 280px;
	margin: 0 0 0 10px;
}

div#visitBlog a {
	color: #DB1313;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: underline;
}

div#visitBlog a:hover {
	text-decoration: none;
}

div#rightColumnMain {
	background: url(../images/bg/product_text_bg.gif) top left repeat-x;
	float: left;
	width: 612px;
	padding: 0 0 0 20px;
}

div#rightColumnMain div#contentLeft {
	width: 317px;
	padding: 30px 20px 0 0;
	float: left;
}

p#cateShortDesc {
	font-size: 11px;
	color: #8d8d8d;
	padding: 10px 0 10px 5px;
	margin: 0;
}

div#rightColumnMain div#contentRight {
	width: 275px;
	float: left;
}

div#contentLeft h1.styleName {
	position: relative; 
	top: -8px;
}

div.productPrice {
	color: #3b3b3b;
	padding-top: 5px;
}

span.onspecial {
	color: #b10000;
}

span.prevPrice {
	text-decoration: line-through;
	font-weight: bold;
}

p.subDescription {
	padding-top: 5px;
	color: #3b3b3b;	
	font-size: 13px;
}

/** HOME **/
ul#rolloverContain {
	list-style-type: none;
	width: 950px;
	padding:0;
	margin: 0;
}

ul#rolloverContain li {
	padding-right: 1px;
	float: left;
}

a#work {
	width: 117px;
	height: 314px;
	background: url(../images/nav_buttons/nav_work.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#work:hover {
	background-position: -117px 0;
}

a#weekend {
	width: 118px;
	height: 314px;
	background: url(../images/nav_buttons/nav_weekend.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#weekend:hover {
	background-position: -118px 0;
}

a#wedding {
	width: 118px;
	height: 314px;
	background: url(../images/nav_buttons/nav_wedding.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#wedding:hover {
	background-position: -118px 0;
}

a#formal {
	width: 118px;
	height: 314px;
	background: url(../images/nav_buttons/nav_formal.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#formal:hover {
	background-position: -118px 0;
}

a#classic {
	width: 118px;
	height: 314px;
	background: url(../images/nav_buttons/nav_classic.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#classic:hover {
	background-position: -118px 0;
}

a#contemporary {
	width: 118px;
	height: 314px;
	background: url(../images/nav_buttons/nav_contemporary.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#contemporary:hover {
	background-position: -118px 0;
}

a#specialDays {
	width: 118px;
	height: 314px;
	background: url(../images/nav_buttons/nav_special_days.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#specialDays:hover {
	background-position: -118px 0;
}

a#himToHer {
	width: 117px;
	height: 314px;
	background: url(../images/nav_buttons/nav_him_to_her.jpg);
	background-repeat: no-repeat;
	display: block;
}

a#himToHer:hover {
	background-position: -117px 0;
}

/** DOCUMENT CONTENT **/
div#docContent {
	width: 950px;
	margin: 0;
	padding: 35px 0 0 0; 
}

div#docContent div.docDescription {
	margin: 0;
	padding: 10px 0 0 0;
}

div#docContent div.docDescription img.contentPic {
	margin: 0;
	padding: 10px 0 10px 25px;
}

div#docContent div.docDescription ul {
	width: 382px;
	list-style-image: url(../images/list_icon.gif);
	margin: 0;
	padding: 10px 10px 10px 30px;
	border-left: 1px solid #d9dde5; 
	border-right: 1px solid #d9dde5; 
	background: #e3ecfc url(../images/bg/list_box_bg.gif) repeat-x scroll left top; 
}

div#docContent div.docDescription ul li {
	font-size: 11px;
	color: #ff1616;
	padding: 0 0 10px 0;
}

div#docContent div.docDescription div {
	padding: 10px 0;
}

div#docContent div.docDescription div.clear {
	padding: 0;
}

td.colName {
 	vertical-align: top;
	padding: 6px 3px 3px 3px;
}

/** CONTACT US **/
div#contactBG {
	background: url(../images/bg/contact_bg.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	width: 950px;
}

div#contactLeft {
	margin: 0;
	padding: 0;
	width: 425px;
	float: left;
}

div#contactRight {
	margin: 0;
	padding: 0;
	float: left;
}

div#contactMsg {
	margin: 0;
	padding: 0 0 18px 3px;
}

span.contactFont {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 13px;
	font-weight: bold;
}

span.required {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

form#contactForm select {
	width: 285px;
	height: 20px;
	border: 1px solid #a5acb2;
}

form#contactForm input.input {
	width: 283px;
	height: 20px;
	border: 1px solid #a5acb2;
}

form#contactForm textarea.input {
	width: 283px;
	_width: 281px;
	height: 160px;
	border: 1px solid #a5acb2;
}

form#contactForm input.submitButton {
	padding: 5px 0 0 0;
}


/** SSL **/
div#sslContent {
	width: 670px;
	margin: 0;
	padding: 35px 0 0 0;
	float: left;
}

div#sslContent div.docDescription {
	margin: 0;
	padding: 20px 0 0 0;
}

div#sslContent div.docDescription ul {
	list-style-image: url(../images/list_icon.gif);
	margin: 0;
	padding: 10px 30px 5px 30px;
}

div#sslContent div.docDescription ul li {
	padding: 0 0 10px 0;
}

div#sslContent div.docDescription div {
	padding: 10px 0;
}

div#alternativePayments {
	margin: 0;
	padding: 5px 0 0 10px;
	display: none;
}

/******************** CREDIT CARD ***********************************/
div#ccForm {
	float: left; 
	width: 325px; 
	padding: 0 10px 0 0;
	margin: 0;
}

div#ccInfo {
	float: left; 
	width: 335px;
	padding: 0;
	margin: 0;
}

div#ccInfo p {
	margin: 0;
	padding: 5px 0; 
	font-size: 11px; 
	color: #535252;
	font-weight: bold;
}

div#ccInfo img {
	padding: 5px 0 5px 3px;
}

div#ccInfo ul {
 	font-size: 11px; 
	padding: 5px 0 0 15px; 
	margin: 0;
}

div#ccInfo ul li {
	list-style-image: url(../images/list_icon.gif);
}

/** CATEGORY **/
div#categoryHead {
	width: 337px;
	float: left;
}

div#noProducts {
	margin: 0;
	padding: 40px 0 0 0;
}

div#rightColumnMain ul#categoryProductList {
	margin: 0;
	padding: 10px 0 0 0;
}

html>body div#rightColumnMain ul#categoryProductList {
	margin: 0;
	padding: 15px 0 0 0;
}

ul#categoryProductList li {
	list-style: none;
	min-height: 120px;
	display: block;
	padding: 16px 0 0 0;
	background: url(../images/seperator.gif) bottom left no-repeat;
}

html>body ul#categoryProductList li {
	list-style: none;
	min-height: 120px;
	display: block;
	padding: 16px 0 16px 0;
	background: url(../images/seperator.gif) bottom left no-repeat;
}

ul#categoryProductList li div.cateProdListImage {
	width: 118px;
	height: 118px;
	border: 1px solid #dde4e5;
	float: left;
	margin: 0;
	padding: 0;
}

ul#categoryProductList li div.cateProdListText {
	width: 475px;
	float: left;
	padding: 0 0 0 15px;
}

li div.cateProdListText div.shortDescIcon {
	width: 450px;
	padding: 0;
	margin: 0;
}

li div.cateProdListText div.shortDescIcon div.shortCateText {
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 326px;
	float: left;
}

li div.cateProdListText div.shortDescIcon div.cateIcon {
	margin: 0;
	padding: 0;
	width: 124px;
	float: left;
	text-align: right;
}

li div.cateProdListText p.shortProdDesc {
	width: 450px;
	font-size: 12px;
	padding: 10px 0;
	margin: 0;
}

li div.cateProdListText div.catePriceList {
	width: 337px;
	float: left;
}

li div.cateProdListText div.cateIconList {
	width: 138px;
	float: left;
}

/** PRODUCTS **/
a#backButton {
	width: 31px;
	height: 20px;
	background: url(../images/btn_back.gif);
	background-repeat: no-repeat;
	display: block;
}

a#backButton:hover {
	background-position: -31px 0;
}

div#productHeader {
	margin: 0;
	padding: 0;
}

div#productTitle {
	float: left; 
	width: 200px; 
	margin: 0; 
	padding: 0;
}

div#productBack {
	float: right; 
	width: 30px; 
	padding: 3px 0 0 0; 
	margin: 0;
}

div#relatedProducts {
	margin: 0;
	padding: 40px 0 0 0;
}

html>body div#relatedProducts {
	margin: 0;
	padding: 35px 0 0 0;
}

div#prodNameSpace {
	padding-top: 15px;
}

div#descriptPrice {
	width: 255px;
	float: left;
}

div#shortDesc {
	width: 235px;
	padding: 0 0 5px 0;
	font-size: 11px;
}

div#icons {
	width: 62px;
	float: left;
}

div#productLongDesc {
	padding-top: 10px;
}


div#productLongDesc p {
	color: #3b3b3b;
	font-size: 12px;
	padding: 8px 0;
}

div#purchase {
	width: 85px;
	float: left;
}

div#productForm {
	width: 148px;
	float: left;
	color: #555555;
}	

div#productForm select {
	border: 1px solid #a5acb2;
	width: 147px;
}

div#productForm input.ammInput {
	border: 1px solid #a5acb2;
	width: 55px;	
}

/** GALLERY **/
div#galleryContainer {
	padding-top: 17px;
}

div#galleryContainer div#productLargeImage {
	width: 273px;
	height: 273px;
	border: 1px solid #dcdcdc;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#galleryContainer div#gallery {
	width: 273px;
	height: 82px;
	padding: 12px 0 0 0;
	margin: 0;
}

div#gallerySlider {
	width: 273px;
	height: 82px;
	overflow: hidden;
	white-space: nowrap;
}

div#gallerySlider img {
	margin: 0 10px 0 0;
	border: 1px solid #dcdcdc;
}

/***************************************** SCROLL BAR **********************************/
#scrollBar {
	width: 273px;
	height: 8px;
	margin: 0;
	padding: 2px 0 0 0;
	_padding: 10px 0 0 0;
	background: url(../images/img_scroller.gif) repeat-x center ;
}	

#scrollHandle {
	width: 35px;
	height: 8px;
	background-image: url(../images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}

/** SHOPPING BAG **/
div#shopping_cart {
	width: 258px;
	height: 102px;
	margin: 11px 0 0 0;
	padding: 0 0 0 17px;
	background: url(../images/bg/shopping_bg.gif) no-repeat top left;
	color: #FFFFFF;	
	font-size: 11px;
}

div#shopping_cart div#shopping_cart_details {
	padding: 49px 0 16px 0;
}

div.cart_summary {
	width: 75px;
	margin: 0;
	padding: 0;
	float: left;
}

div.checkoutButton {
	float: left;
	margin: 0;
	padding: 0 0 0 22px;
}

/** NEWSLETTER **/
div#newsletterBar {
	margin: 0 auto;
	background: url(../images/bg/newsletter_bg.gif) no-repeat top left;
	width: 393px;
	height: 43px;
	padding: 8px 0 0 559px;
	font-size: 11px;
}

div#newsletterBar div.newsInput {
	background: url(../images/bg/text_input_bg.gif) no-repeat top left;
	width: 125px;
	height: 24px;
}

.newsInput input {
	font-size: 11px;
	background: transparent;
	border-style: none;
	margin-left: 2px;
	padding: 5px 3px;
	width: 105px;
}	

div#newsletterBar table#newsletterTable tr td.colName {
 	vertical-align: top;
	padding: 9px 3px 3px 3px;
}

.errMsg {
	color: #cc0000;
	font-weight: normal;
	display: block;
}

/******** FOOTER ********/
div#footer {
	padding: 20px 0 0 0;
	height: 71px;
	width: 996px;
	margin: 0 auto;
	position: relative;
	font-size: 10px;
	color: #2e2e2e;
}

div#footer a {
	color: #2e2e2e;
	font-size: 10px;
	text-decoration: none;
}

div#footer div#leftFootSide{
	width: 250px;
	float: left;
	text-align: left;
	padding: 4px 0 0 40px;
}

div#footer div#midFootSide{
	width: 416px;
	float: left;
	text-align: center;
	padding: 4px 0 0 0;
}

div#footer div#rightFootSide{
	width: 250px;
	float: left;
	text-align: right;
	padding: 0 40px 0 0;
}

/******************* SHOPPING CART TABLE ****************************/
table#shoppingCart {
	font-size:12px;
}
table#shoppingCart th {
	background:#f1f1f1;
	height:30px;
}
table#shoppingCart td {
	border-bottom:1px solid #ebebeb;
	vertical-align: center;
}
