/* ----------------------------------------------------------------------		SITE GLOBAL STYLES */




.png {
	behavior: url(/iepngfix.htc);
}

/* ----------------------------------------------------------------------		TYPE */

body {
	font-family: Georgia,Times,serif;
	font-size: 90%;
	/*color: #575950;*/
	color: #e9ecfc;
	background-color: #747786;
}
input {
	font-family: Georgia,Times,serif;
	color: #575950;
}
h1 {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
h2 {
	font-size: 1.7em;
	color: #fff;
	font-weight: bold;
}
h3 {
	/*color: #417c87;*/
}
#block1 h3 {
	margin-bottom: 0px;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
}
#block2 h3 {
	margin-bottom: 20px;
	font-size: 1.3em;
	color: #fff;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
}

/* ----------------------------------------------------------------------		HEADER ELEMENTS */

#logo_sugarmouse {
	position: absolute;
	top: 0px;
	left: 17px;
	z-index: 1;
}

/* ----------------------------------------------------------------------		PRIMARY NAV */

#header ul {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header li {
	float: left;
}
#header li a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}
#header li a:hover {
	background-color: #4f515b;
}
/*
#header li a:hover {
	background-position: 0pt -31px;
}
#header li.active a:hover {
	background-position: 0pt -62px !important;
}*/

/* ----------------------------------------------------------------------		PRIMARY NAV STATES */

/*
#primary_nav_all_cards a {
	background-image: url(images/primary_nav_all_cards.gif);
}
#all_cards #primary_nav_all_cards a, #card_details #primary_nav_all_cards a {
	background-position: 0pt -62px;
}

#primary_nav_bespoke a {
	background-image: url(images/primary_nav_bespoke.gif);
}
#bespoke #primary_nav_bespoke a {
	background-position: 0pt -62px;
}

#primary_nav_weddings a {
	background-image: url(images/primary_nav_weddings.gif);
}
#weddings #primary_nav_weddings a, #wedding_stationery_details #primary_nav_weddings a {
	background-position: 0pt -62px;
}

#primary_nav_contact_us a {
	background-image: url(images/primary_nav_contact_us.gif);
}
#contact_us #primary_nav_contact_us a {
	background-position: 0pt -62px;
}

#primary_nav_view_shopping_cart a {
	background-image: url(images/primary_nav_view_cart.gif);
}*/

/* ----------------------------------------------------------------------		FOOTER ELEMENTS */

#footer {
	font-size: 0.9em;
}

#footer a {
	/*color: #575950;*/
}
#footer p {
	padding: 8px 0px 15px 0px;
}
#footer a:hover {

}
#footer ul {
	background: url(/images/footer_top.png) repeat-x top left;
	padding-top: 24px;
	background-color: #393c48;
}
#footerBottom {
	background: url(/images/footer_bottom.png) repeat-x top left;
	padding-top: 15px;
	background-color: #393c48;
}
#footer ul li {
	display: inline;
}
#footer ul li.first a {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
#footer ul li a {
	padding: 0 5px;
}

#website_skylab {
	width: 84px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(images/logo_website_skylab.gif);
	position: absolute;
	top: 80px;
	right: 20px;
}

/* ----------------------------------------------------------------------		RSS MOUSE */

#rss {
	position: absolute;
	/*margin: -150px 0px 0px 750px;*/
	bottom: 0px;
	right: 0;
	width: 230px;
}
#rss img {
	display: block;
}

#rss p {
	background-image: url(/images/icon_rss.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	padding-bottom: 6px;
}
#rss a {
	padding-right: 25px;
}
/* ----------------------------------------------------------------------		PAGINATION */

.pagination {
	margin-top: -1px;
	padding: 2px 0px 3px 10px;
	color: #c8d8e3;
	background-color: #4a677f;
}
.pagination .links, .pagination .links a {
	color: white;
}

/* ----------------------------------------------------------------------		SHARED STYLES */

.hr {
	/*background-image: url(/images/background_hr.gif);
	background-repeat: repeat-x;*/
	border-top-style: solid;
	border-color: #E9ECFC;
	border-width: 1px;
}
.price {
	font-weight: bold;
}
.cart {
	padding: 5px;
	width: 32px;
	height: 32px;
	display: block;
	/*background-image: url(images/icon_cart.gif);*/
	background-image: url(/images/cart_add.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow: hidden;
	behavior: url(/iepngfix.htc);
	margin: 0 auto;
}
.frame {
	padding: 2px;
	margin-top: 10px;
	border: 1px solid #4a838d;
}
.one {
	margin-left: 0px!important;
}

#news_letter #email {
	margin: 5px 0px 5px 0px;
	padding: 3px;
	width: 216px;
	border: 1px solid #7e7e7e;
}
.snippet {
	/*border: 1px solid #393c48;*/
	/*background-color: #606371;
	padding: 1px 1em;*/
	margin-top: 20px;
	clear: left;
}
.snippet p {
	margin: 1em 0 !important;
}
.snippet ul {
	margin-bottom: 1em;
}
.snippet li {
	list-style-type: disc;
	margin: 0 0 0 1em !important;
	float: none !important;
}