/* Font Size, Reset, Generic Styles 
------------------------------------------------*/

/* base font size */
html { font-size: 1.25em; }
body { font:  50% verdana,helvetica,arial,sans-serif; }
html > body { font-size: 10px; }
table, td, input, textarea, select { font: 1em verdana,helvetica,arial,sans-serif; }

* {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    background: #a8f5e9 url(../images/bg.jpg) no-repeat center top;
    color: #000;
}

/* headings */
h1 {
    font: 1.8em georgia,verdana,helvetica,arial,sans-serif;
    font-weight: normal;
    color: #c6325b;
    border-bottom: 1px dashed #dfd7c5;
    position: relative;
    padding-bottom: 5px;
}

h1 .butterflies {
    background: url(../images/icons/butterflies.png) no-repeat center top;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 43px;
    height: 33px;
}

h1.basket span {
    background: url(../images/basket.png) no-repeat 10px center;
    padding-left: 40px;
}

h2 {
    font-size: 1.6em; 
    font-weight: normal;
    color: #c6325b;
    font-family: georgia,verdana,helvetica,arial,sans-serif;
}

h3 { 
    font-size: 1.3em;
    font-weight: normal;
    color: #c6325b;
    font-family: georgia,verdana,helvetica,arial,sans-serif;
}

h4 { 
    font-size: 1.2em; 
    font-weight: normal;
}

h5 { 
    font-size: 1.1em; 
    font-weight: normal;
}

h6 { 
    font-size: 1.0em;
    font-weight: normal; 
}

h2 + h3 {
    margin-top: 12px;
}

/* paragraphs */
p {
    margin: 12px 0;
}

h2 + p, h3 + p, h4 + p {
    margin-top: 0;
}

/* links */
a {
    color: #5EB0AE;
}

a:active {
	color: #994280;
}

a:hover {
	text-decoration: none;
}

:focus { 
    outline: 0; 
}

a img { 
    border: 0;
}

blockquote {
    margin: 0 25px;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}




/* Page Styles
------------------------------------------------*/

/* page container */
#page {
    font: 1.3em verdana,helvetica,arial,sans-serif;
    position: relative;
    background: #edeadc;
    width: 987px;
    margin: 0 auto;
}

/* header */
#header {
    background: #edeadc url(../images/header.png) no-repeat center top;
    height: 124px;
    position: relative;
}

#logo {
    display: block;
    position: absolute;
    width: 224px;
    height: 108px;
    left: 29px;
    top: 0;
}

#logo span {
    position: absolute;
    left: -999em;
}

/* nav */
#nav {
    position: absolute;
    right: 0;
    top: 0;
    list-style: none;
}

#nav li {
    float: left;
}

#nav li a {
    color: #6a6962;
    text-decoration: none;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 20px 0 0;
    float: left;
}

#nav li a:hover, #nav li.selected a {
    background: url(../images/nav-active2.png) repeat-x 0 0;
}

#nav em {
    display: block;
    padding: 0 18px 0 24px;
    background-position: right 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    font-style: normal;
    float: left;
}

#nav .home em {
    background-image: url(../images/icons/home.png);
}

#nav .shop em {
    background-image: url(../images/icons/shop.png);
}

#nav .news em {
    background-image: url(../images/icons/news.png);
    padding: 0 22px 0 24px;
}

#nav .about em {
    background-image: url(../images/icons/about.png);
}

#nav .resin em {
    background-image: url(../images/icons/resin.png);
}

#nav .stockists em {
    background-image: url(../images/icons/stockists.png);
    padding: 0 22px 0 24px;
    background-position: right 21px;
}

/* subnavs */
.subnav {
    position: absolute;
    top: 60px;
    list-style: none;
    font-size: 0.9em;
}

.subnav li {
    float: left;
}

.subnav li a {
    color: #827d6e;
    text-decoration: none;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 20px 0 0;
    float: left;
}

.subnav li a:hover, .subnav li.current_page_item a {
    color: #c6325b;
}

#subnav {
    left: 294px;
}

#shopnav {
    right: 26px;
}

#shopnav li {
    padding: 0 0 0 8px;
    color: #c6325b;
    height: 40px;
    line-height: 40px;   
    font-weight: bold; 
}

#shopnav a {
    color: #c6325b;
    padding: 0;
}

/* main content */
#main {
    width: 937px;
    margin: 0 auto;    
    min-height: 633px;
    background: #fff;
}

#main .footer {
    background: url(../images/zig-zag-divider.png) no-repeat 14px 0;
    padding: 20px 14px 14px 2px;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    clear: both;
}

#main .footer li {
    float: left;
    width: 295px;
    height: 50px;
    background: #959285;
    margin: 0 0 0 12px;
}

#main .footer a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
}

#page #main .footer a:hover {
    text-decoration: underline;
    color: #fff;
}

#main .footer strong {
    display: block;
    font: 1.5em georgia,verdana,helvetica,arial,sans-serif;
}

/* main content - articles */
#main.article .content {
    padding: 40px 25px 20px 25px;
}

#main.article .img-right {
    float: right;
    margin: 20px 0 20px 60px;
}

#main.products .content {
    padding: 14px 14px 30px 14px;
}

.button-basket a {
    background: #994280 url(../images/basket-button.png) no-repeat 12px center;
    padding: 10px 12px 10px 45px;
    text-decoration: none;
    color: #fff;
}

#page #main .button-basket a:hover {
    text-decoration: underline;
    color: #fff;
}

/* checkout steps */
#steps {
    color: #898678;
    list-style: none;
    overflow: hidden;
    float: right;
    padding-top: 5px;
}

#steps li {
    float: left;
    padding-right: 12px;
}

#steps span {
    color: #898678;
    text-decoration: none;
    padding-right: 12px;
    background: url(../images/arrow-off.png) no-repeat right center;
}

#steps a:hover {
    text-decoration:  underline;
}

#steps a:hover, #steps .txtcartProgressCurrent {
    background: url(../images/arrow-on.png) no-repeat right center;
    color: #c6325b;
}

/* footer */
#footer {
    background: url(../images/footer.png) no-repeat 0 0;
    height: 75px;
    margin-top: 22px;
    color: #727066;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 50px;
}

#footer {
    list-style: none;
    padding: 0 0 0 50px;
}

#footer li {
    float: left;
}

#footer a {
    color: #727066;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer span, .facebook span, .twitter span {
    position: absolute;
    left: -999em;
}

#facebook a, .facebook {
    display: block;
    float: left;
    background: transparent url(../images/icons/facebook.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    margin: 11px 5px 0 0;
}

#twitter a, .twitter {
    display: block;
    float: left;
    background: transparent url(../images/icons/twitter.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    margin: 11px 5px 0 0;
}

#sign-up {
    padding: 0 55px;
    background: url(../images/swallow.png) no-repeat 15px 14px;
}

#sign-up a {
    color: #c6325b;
}

#footer em {
    font-style: normal;
    font-weight: normal;
    padding: 0 5px;
}


#basket #list {
    list-style: none;
    float: left;
    width: 445px;
    margin-top: 20px;
}

#basket #list li {
    margin: 0 0 20px 0;
    overflow: hidden;
}

#basket #list img {
    float: left;
    margin: 0 10px 0 0;
}

#basket #list div {
    float: left;
    width: 280px;
}

#basket #list input {
    width: 25px;
    background: #e6f1f1;
}

#basket #list h3 {
    border-bottom: 1px dashed  #dfd7c5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#basket #list .price {
    font: 1.2em georgia,verdana,helvetica,arial,sans-serif;
    font-style: italic;
    color: #5eb0ae;
    margin-bottom: 10px;
}

#basket #list p {
    margin: 0 0 2px 0;
}

#basket #list a {
    color: #994280; 
}

#basket #info {
    font-family: georgia,verdana,helvetica,arial,sans-serif;
    width: 445px;
    background: #e6f1f1;
    font-weight: bold;
    overflow: hidden;
    margin-top: 20px;
}
#basket #info h3 {
    font: 1em verdana,helvetica,arial,sans-serif;
    background: #994280;
    color: #fff;
    padding: 2px 8px;
}
#basket #info p {
    margin: 5px 10px;
    padding: 5px 15px 10px 15px;
    border-bottom: 1px dashed #dfd7c5;
    font-size: 1.2em;
    color: #994280;
}
#basket #info p span {
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
}
#basket #info .price {
    float: right;
    padding: 5px 20px;
    font-size: 1.2em;
    font-style: italic;
}
#basket #info .price select {
    float: right;
    padding: 2px;
    font-size: 0.8em;
    font-style: normal;
}
#basket #info .total-price {
    padding-top: 10px;
}
#basket #info a { 
    color: #5eb0ae;
    font-size: 0.8em;
}
#basket #info .total {
    margin: 0;
    border-bottom: 0;
    border-top: 3px solid #994280;
    padding: 10px 20px;
    color: #000;
}
#basket #info .tax {
    border: 0;
}
#basket #cart .button-basket {
    text-align: right;
    padding: 30px 5px 0 0;
    float: right;
    margin: 0;
}

#basket #info a#apply_changes{
	display:block;
	background:none repeat scroll 0 0 #994280;
	border:0 none;
	color:#FFFFFF;
	font-family:georgia,verdana,helvetica,arial,sans-serif;
	padding:10px 12px;
	text-decoration:none;
}
#basket #info a#apply_changes_1{
	display:block;
	background:none repeat scroll 0 0 #994280;
	border:0 none;
	color:#FFFFFF;
	font-family:georgia,verdana,helvetica,arial,sans-serif;
	padding:10px 12px;
	text-decoration:none;
}


#basket .coupon p a{
background-color:#994280;
color:#FFFFFF;
padding:10px 12px 10px 45px;
text-decoration:none;	
}

.content #basket .button-basket a:hover,
.content #gateway .button-basket a:hover
#main .boxContent a.txtButton:hover {
    text-decoration: underline;
    color: #fff;
}
#basket #colRight {
	width: 432px;
	float: right;
	padding: 0 15px 30px 15px;
}
#basket #colRight table {
	margin: 15px 0 0 20px; 
}
.tdcartTitle {
	font-weight: bold;
	font-family: Georgia, serif;
}
#gateway form {
	width: 50%;
	margin: 30px 0 0 270px;
}
#gateway .button-basket {
	margin-top :20px;
}

.form .textfield {
    width: 250px;
    padding: 3px;
    background: #e6f1f1;
}

.form .textfield.small {
    width: 50px;
    padding: 3px;
}

.form .textfield.large {
    width: 320px;
    padding: 3px;
}

.form .textfield.xlarge {
    width: 450px;
    padding: 3px;
}

.form select {
    width: 150px;
    margin-top: 2px;
}

.form li.indent p {
    margin: 0;
    color: #666;
    font-size: 1.1em;
    padding: 0;
}

.form li.indent label {
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

.form li.indent .radio {
    float: left;
    margin: 5px 20px 0 5px;
}

.form  #labelSmall {
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 5px;
}

.form textarea {
    height: 100px;
}

.form-errors {
    border: 1px solid #CC0000;
    padding: 10px;
    color: #CC0000;
    margin: 20px 0;
}

.form-errors h2 {
    border: 0;
    color: #CC0000;
    margin: 0;
}

.form-errors p {
    margin: 0;
    padding: 0;
}

.form .button  {
    font-family: georgia,verdana,helvetica,arial,sans-serif;
    border: 0;
    background: #994280;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
}

.form .button:hover {
    text-decoration: underline;
    color: #fff;
}

.form a {
    color: #c6325b;
    text-decoration: none;
}

.form a {
    text-decoration: underline;
}

.checkbox label {
    width: auto;
    float: none;
    display: inline;
}

.checkbox input {
    margin-right: 5px;
}

.divider {
    border-bottom: 1px dashed #dfd7c5;
    padding-bottom: 5px;
    margin: 0 -60px 5px -60px;
}


.formTable {
	width: 600px;
	margin: 0 0 20px 60px;
}
.formTable td {
	padding: 5px;
	font-size: 1em;
	text-align: left;
	font-family: Georgia, Serif;
}
.formTable td strong {
	font-weight: normal;
}
.formTable .textbox {
	padding: 3px;
    background: #e6f1f1;
}
#main .formTable .txtButton:hover {
	color: #fff;
}
.formTable .txtButton {
	font-family: georgia,verdana,helvetica,arial,sans-serif;
    border: 0;
    background: #994280;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
}
.deliveryTable td {
	font-family: Georgia;
	padding: 3px 0 3px 3px;
}
.deliveryTable td strong {
	font-weight: normal;
}
#main .viewCatBread a:last-child {
	color: #C6325B;
	text-decoration: none;
}
.gatewayTable {
	margin-left: 0;
}


.txtError {
	border: 2px solid #cc0000;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	background: #fef4f4;
	color: #cc0000;
	padding: 10px 10px 15px 10px;
	margin: 10px 0;

}
.homeCats {
	float: left;
	width: 207px;
	margin: 0 20px 20px 0;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.homeCats a {
	display:block;
	height: 200px;
}
.homeCats em {
    background: #994280;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    font-size: 1em;
    padding: 6px 10px;
    font-weight: normal;
    width: 207px;
    font-family: verdana, arial;
    font-style: normal;
}
.homeCats a:hover em {
	background: #bd65a4;
}
#loginSession {
	position: absolute;
	right: 26px;
	top: 103px;
	width: 300px;
	text-align: right;
	color: #827D6E;
}
#loginSession a {
	color: #827D6E;
	text-decoration: none;
}
#loginSession a:hover {
	text-decoration: underline;
}
.boxContent ul {
	margin: 20px 0 0 20px;
}

