@charset "UTF-8";

/*

Pink: #ec008c

*/

/* top navigation  */

body {
	background-color: #FFF;
	color: #111;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
}

#wrapper {
	margin: 0px auto;
}

#wrapper #topnavbg {
	background: #111;
	font-size: 12px;
	height: 32px;
	margin: 0px;
	overflow: hidden;
}

#wrapper #topnavbg #topnav {
	color: #CCC;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}

#wrapper #topnavbg #topnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wrapper #topnavbg #topnav li {
	float: left;
	margin: 10px 16px 8px 0px;
	padding: 0px;
}

#wrapper #topnavbg #topnav a {
	color: #FFF;
	padding: 8px 0px;
	margin: 0px;
	text-decoration: none;
}

#wrapper #topnavbg #topnav a:hover {
	color: #FE2;
}

#wrapper #topnavbg #topnav #search {
	float: right;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	width: 300px;
}

.searchbox {
	background-color: #000;
	border: 1px solid #FE2;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	padding: 1px;
	width: 200px;
	line-height: 12px;
}

.searchbutton {
	background-color: #111;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 4px;
	line-height: 12px;
}

/* header */


#wrapper #headerbg {
	background-color: #FFF;
	background-image: url(../images/headerbg.png);
	clear: both;
	margin: 0px auto;
	border-bottom: 1px solid #f3f3f3;
}

#wrapper #headerbg #header {
	background-image: url(../images/logocolour.png);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}

#wrapper #headerbg #header #invisible {
	border: none;
	height: 140px;
	width: 275px;
}

#wrapper #headerbg #header #slogon {
	float: right;
	margin: 52px 0px 0px 0px;
}

/* second navigation just below the header */


#midnav {
	clear: both;
	margin: 10px auto 0;
	padding: 0;
	width: 980px;
	height: 22px;
	line-height: 22px;
}

#midnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#midnav li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#midnav a {
	background-color: #c1272d;
	color: #fff;
	padding: 5px 14px;
	margin: 0 1px 0 0;
	text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 22px;
}

#midnav a:hover {
	background-color: #111;
}

/* main container */

#wrapper #container {
	clear: both;
	margin: 0px auto;
	width: 960px;
}

/* category panel */

#wrapper #container #categories {
	float: left;
	margin: 0px;
	text-align: center;
	width: 270px;
}

#wrapper #container #categories ul {
	list-style: none;
	margin: 0 30px 20px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#wrapper #container #categories li {
	margin: 0;
	padding: 0;
}

#wrapper #container #categories a {
	border: none;
	color: #111;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

#wrapper #container #categories a:hover {
	border: none;
	color: #c1272d;
}

.catfirst {
	margin: 0 30px;
	height: 3px;
	width: 210px;
}

#wrapper #container #categories #leftlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #111;
	margin: 0 30px 0 0;
}

#wrapper #container #categories #leftlinks a {
	color: #111;
	display: inline;
	padding: 0;
	text-decoration: none;
	background: none;
}

#wrapper #container #categories #leftlinks a:hover {
	color: #c1272d;
	border: none;
}

#wrapper #container #categories #leftlinks img {
	margin-bottom: 20px;
}

/* text style and content */

#wrapper #container #content {
	float: left;
	margin: 0px;
	padding: 0px 30px 15px 0px;
	width: 660px;
}

#wrapper #container #content h1 {
	color: #c1272d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
	text-transform: capitalize;
}

#wrapper #container #content h2 {
	color: #c1272d;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	text-transform: capitalize;
}

#wrapper #container #content p {
	line-height: 24px;
	margin: 0 0 20px 0;
}

#wrapper #container #content a {
	color: #c1272d;
	text-decoration: none;
}

#wrapper #container #content a:hover {
	color: #111;
}

.textbox {
	background-color: #FFF;
	border: 1px solid #999;
	color: #111;
	margin: 5px;
	padding: 5px;
	width: 300px;
}

.textarea {
	background-color: #FFF;
	border: 1px solid #999;
	color: #111;
	margin: 5px;
	padding: 5px;
	width: 420px;
	max-width: 420px;
	height: 100px;
	max-height: 150px;
	line-height: 20px;
}

.submitbutton {
	background-color: #c1272d;
	border: none;
	color: #FFF;
	margin: 5px;
	padding: 5px 25px;
	cursor: pointer;
}

.submitbutton:hover {
	background-color: #111;
	border: none;
	color: #FFF;
}

.smallpoints {
	font-size: 10px;
	margin-left: 5px;
}

#regcheck ul {
	margin: 0 0 20px 0;
	list-style: none;
	padding: 0;
	line-height: 20px;
}

#regcheck li {
	float: left;
	width: 150px;
}

.flashintro {
	margin-top: 5px;
}

.searchterm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #c1272d;
}


/* product thumbnails, categories and pages */

#wrapper #container #content #small {
	width: 145px;
	padding: 10px;
	text-align: center;
	line-height: 16px;
	float: left;
	margin: 0;
	height: 185px;
	font-size: 12px;
}

#wrapper #container #content #small #sthumb {
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}

#wrapper #container #content #small a:hover {
	border-bottom: none;
}

#wrapper #container #content #medium {
	width: 310px;
	padding: 10px;
	text-align: left;
	line-height: 16px;
	float: left;
	font-size: 12px;
}

#wrapper #container #content #medium #mthumb {
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}

#wrapper #container #content #medium a:hover {
	border-bottom: none;
}

#wrapper #container #content #productphoto {
	width: 310px;
	padding: 10px 0px;
	text-align: left;
	line-height: 16px;
	float: left;
	font-size: 12px;
}

#wrapper #container #content #productphoto #mthumb {
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

#wrapper #container #content #productphoto a:hover {
	border-bottom: none;
}

#wrapper #container #content #details {
	float: right;
	margin: 5px 0 10px 10px;
	width: 320px;
}

.camerazoom {
float: left;
margin: 2px 5px 0 0;
}

.addtocart {
	background-color: #FFF;
	background-image: url(../images/cart.png);
	background-position: 10px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	color: #c1272d;
	margin: 5px 0px;
	padding: 5px 15px 5px 35px;
	cursor: pointer;
}

.addtocart:hover {color: #000;}

.productprice {
	color: #c1272d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0px 30px 0px 0px;
}

.updatecart {
	background-color: #FFF;
	background-image: url(../images/refresh.png);
	background-position: 10px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	color: #c1272d;
	margin: 5px 0;
	padding: 5px 15px 5px 35px;
	cursor: pointer;
}

.proceedcart {
	background-color: #FFF;
	background-image: url(../images/key.png);
	background-position: 5px;
	background-repeat: no-repeat;
	border: 1px solid #999;
	color: #c1272d;
	margin: 5px 0;
	padding: 5px 15px 5px 35px;
	cursor: pointer;
	float: right;
}

.updatecart:hover, .proceedcart:hover, .addtocart:hover {color: #000;}

.cartheader {
	border-bottom: 1px dotted #fff;
	color: #c1272d;
	font-weight: bold;
	padding-bottom: 9px;
}

.carttext {
	border-bottom: 1px dotted #c1272d;
	font-weight: normal;
	padding: 4px 0px;
}

#related {
	width: 145px;
	padding: 0px;
	text-align: center;
	line-height: 16px;
	float: left;
	margin: 0px;
	height: 185px;
	font-size: 12px;
}

#related img {
	background-image: url(../images/products/smallthumb.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 125px;
	margin: 0 0 5px 0;
	padding: 10px;
	width: 125px;
}

.additionals {
	background-image: url(../images/products/smallthumb.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 125px;
	margin: 0;
	padding: 20px 10px;
	width: 125px;
	float: left;
}


/* footer */

#wrapper #container #footer {
	border-top: 1px dotted  #c1272d;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin: 15px 100px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	width: 760px;
	color: #666;
}

#wrapper #container #footer a {
	color: #111;
	text-decoration: none;
}

#wrapper #container #footer a:hover {
	color: #c1272d;
}

#occasions {
float: right;
margin: 20px -30px 0 30px;
padding: 0;
width: 200px;
}

#occasions a {
border: none;
display: block;
margin: 0px;
text-decoration: none;
}

#occasions a:hover {
background-color: #FFF;
}
