html {
	margin: 0;
	padding: 0;
	background-color: white;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: #5d5d5d
}

body, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

a img {
	border: none
}

a:link, a:visited {
	color: #820000;
	text-decoration: none
}

a:hover, a:active {
	color: black;
	text-decoration: underline
}

#pagewrapper {
	padding: 0 10px;
	background-color: white;
	width: 965px;
	margin: 0 auto;
}

#top_navigation {
	position: relative;
	width: 965px;
	margin: 0;
	padding: 0;
}

#top_navigation ul {
	display: inline;
	float: right;
	margin-right: 10px
}

#top_navigation li {
	display: inline;
	list-style-type: none;
	margin: 5px;
}

#top_navigation ul li a {
	color: #5d5d5d;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#content {
	background-color: white;
	clear: right;
	width: 965px;
	margin: 0;
}

#header {
	background-color: white;
	height: 80px;
	background-image: url('/images/border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#header_title {
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	background-color: white;
	width: 420px;
	height: 85px;
	position: absolute;
	top: 30px
}

#header h1 {
	display: none;
}

#header_info {
	height: 214px;
	width: 400px;
	background-image: url('/images/header_brushes.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
	float: right;
	font-weight: bold;
	margin: -40px 15px 0 0;
	text-align: right;
}

#header_info li {
	list-style-type: none;
}

.header_phone_number {
	margin-top: 35px;
	color: #242424 !important;
	font-size: 13pt
}

#header_search #header_search_form {
	float: right;
	background-color: #ededed;
	border: 1px solid #d1d1d1;
	background-image: url('/images/search_image.gif');
	background-repeat: no-repeat;
	background-position: 10px 24px;
	width: 190px;
	text-align: left;
	padding-left: 20px;
	margin: -2px -15px 0 0;
}

#header_search form label {
	font-size: 7pt;
	margin-left: -10px
}

#header_search_input {
	margin-left: 18px;
	margin-bottom: 5px;
	width: 130px;
	border: 1px solid black
}

#header_search_submit {
	position: relative;
	top: 5px
}

#main_content {
	margin-left: -24px
}

#main_content #breadcrumb a {
	color: #676767;
	font-size: 8pt;
	text-decoration: none
}

#side_navigation {
	float: left;
	position: relative;
	padding: 0
}

#side_navigation li {
	width: 165px;
	list-style-type: none;
	margin-bottom: 10px;
}

#side_navigation li a:link, #side_navigation li a:visited {
	background-image: url('/images/link_arrow.gif');
	background-repeat: no-repeat;
	background-position: 12px;
	display: block;
	color: #5d5d5d;
	text-decoration: none;
	font-size: 10pt;
	margin-left: -15px;
	padding: 5px 0 5px 24px;
	border: 1px solid white;
}

#side_navigation li a:hover, #side_navigation li a:active {
	background-color: white;
	border: 1px solid #d1d1d1;
	padding: 5px 0 5px 24px;
}

#side_navigation li a.current_category, #side_navigation li a.current_parent_category {
	background-color: #ededed;
	border: 1px solid #d1d1d1;
}

#side_navigation li a.current_parent {
	position: relative;
	width: 330px;
	background-color: #ededed;
	border: 1px solid #d1d1d1;
	z-index: 3001
}

#side_navigation ul.child_cat {
	position: absolute;
	left: 175px;
	z-index: 3000
}

#side_navigation .child_cat li {
	background-color: none;
	border: none;
}

#side_navigation .child_cat li a:link, #side_navigation .child_cat li a:visited {
	background-image: none;
	background-color: #fcfcfc;
	border-top: none;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	display: block;
	color: #5d5d5d;
	text-decoration: none;
	font-size: 9pt !important;
	padding: 5px 10px;
	width: 199px;
}

#side_navigation .child_cat li a:hover, #side_navigation .child_cat li a:active {
	background-color: #ededed;
}

#side_navigation .child_cat, #side_navigation .child_cat li {
	padding: 0;
	margin: 0;
	background-image: none;
}

#side_navigation .current_parent_category {
	color: #0091d0;
}

#side_navigation .current_category {
	color: #58c3f1;
}

#side_navigation div.special_offer {
	margin-left: 25px;
}

#side_navigation div.special_offer div.special_offer_watercolour {
	width: 166px;
	height: 127px;
	margin: auto;
	background-image: url('/images/special_offer_watercolour.png');
	background-repeat: no-repeat;
	behavior: url('/style/iepngfix.htc');
}

#side_navigation div.special_offer span.price {
	font-size: 13pt;
}

#side_navigation div.special_offer img {
	margin: auto;
}

#centre_content {
	/*position: relative;
	top: -90px;
	left: 20px;*/
	float: left;
	/*margin-top: 10px;*/
	margin-top: -85px;
	margin-left: 20px;
	min-height: 90px
}

div#centre_content.is_right_content {
	width: 550px
}

div#centre_content.no_right_content {
	width: 757px
}

#right_content {
	float: left;
	/*position: relative;
	top: -80px;
	left: 40px*/
	margin-top: -85px;
	margin-left: 20px;
}

div#video_player {
	background-image: url('/images/video_player.gif');
	background-repeat: no-repeat;
	width: 176px;
	height: 149px;
	margin: auto;
}

div#video_player p.the_video {
	padding-top: 10px;
	color: white;
	font-size: 16pt
}

div#video_player p.coming_soon {
	padding-top: 70px;
	color: white;
	font-size: 18pt
}

div.four_brushes {
	background-image: url('/images/four_brushes.png');
	background-repeat: no-repeat;
	behavior: url('/style/iepngfix.htc');
	margin-top: -50px;
	width: 185px;
	height: 115px
}

div.greetings_postcards {
	background-image: url('/images/greetings_postcards.gif');
	background-repeat: no-repeat;
	width: 144px;
	height: 81px;
	margin-left: 10px
}

/* picture frame */

div.picture_frame_sections div {
	/*margin: -2px 0 0 0;*/
	margin: 0;
	padding: 0;
}

.picture_frame_sections img {
	display: inline;
	border: 0;
	padding: 0;
	margin: -2px
}

img.picture_to_frame {
	padding: 0;
	margin: 0;
	display: block
}

div#main_framed_picture {
	margin-top: 0
}

div#frame {
	position: relative;
	behavior: url('/style/iepngfix.htc');
	z-index: 2500;
	background-repeat: no-repeat
}

div#frame_swappers {
	clear: right;
	margin: 20px 0;
}

div#frame_swappers div.frame_swapper {
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
	cursor: pointer;
}

div#frame_swappers div.frame_swapper.portrait {
	width: 131px
}

div#frame_swappers div.frame_swapper.landscape {
	width: 173px
}

div.thumbnail_frame.portrait {
	position: relative;
	behavior: url('/style/iepngfix.htc');
	width: 124px;
	height: 165px;
	background-repeat: no-repeat
}

div.thumbnail_frame.landscape {
	position: relative;
	behavior: url('/style/iepngfix.htc');
	width: 173px;
	height: 130px;
	background-repeat: no-repeat
}

div#frame_swappers div.frame_swapper a.frame_swapper_link {
	display: block;
	margin-top: 10px
}

form#refined_search_form {
	background-color: #ededed;
	border: 1px solid #d1d1d1;
	padding: 10px
}

form#refined_search_form h2 {
	font-size: 13pt;
	color: #5d5d5d;
	font-weight: normal
}

form#refined_search_form label, form#refined_search_form select {
	margin-right: 30px
}

form#refined_search_form input[type=image] {
	position: relative;
	top: 5px
}

div.product {
	font-size: 10pt;
	color: #5d5d5d;
	width: 242px;
	height: 300px;
	float: left;
	background-image: url('/images/border.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 10px 5px;
	padding-bottom: 10px;
}

div.product div.main_product_image {
	width: 240px;
	height: 190px;
	margin-bottom: 15px;
}

div.product div.main_product_image img {
	margin: auto;	
}

div.product.home {
	width: 260px !important;
	height: 310px !important;
}

div.product.last {
	background-image: none
}

div.product div.actions img {
	display: inline
}

div.product .brief_description {
	height: 30px
}

div.product div.more_info_link {
	float: right
}

div.product div#price_options {
	height: 75px
}

div.product form select {
	margin-bottom: 5px;
}

div.more_info {
	margin: auto
}

div.more_info.landscape {
	width: 540px;
}

div.more_info.portrait {
	width: 410px;
}

div.more_info h2 {
	font-size: 15pt;
}

div.more_info div.item_info {
	clear: both;
	width: 450px
}

div.more_info div.item_info p {
	margin: 0 0 10px 0;
	padding: 0
}

div.more_info div.brief_description {
	margin: 10px 0
}

div.more_info p.description {
	float: left
}

div.more_info p.price {
	font-size: 14pt;
	float: right;
}

div#related_items {
	clear: left;
	position: relative;
	top: -20px;
	margin-left: 220px;
	font-size: 10pt;
	background-image: url('/images/horizontal_separator.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px
}

div.related_item {
	float: left;
	width: 255px;
}

div.related_item div.related_item_image {
	width: 240px;
	height: 250px;
}

div.related_item div.related_item_image img {
	margin: auto
}

div#related_items p.category_link {
	clear: both;
	float: right;
}

/* basket */

div#products table#basket {
	font-size: 9pt;
	width: 720px
}

.tableheader  {
	background-color: black;
	color: white;
	text-align: center
}

tr.tablebody td, td.tablebody {
	background-color: #ededed
}

/* checkout */

.error {
	color: #cc0000;
}

/* home */

div.intro_text {
	line-height: 16pt
}

div#picture_showcase {
}

img#showcase_picture {
	position: relative;
}

div#showcase_picture_effect {
	background: transparent;
	background-image: url('/images/watercoloreffect.png');
	background-repeat: no-repeat;
	behavior: url('/style/iepngfix.htc');
	width: 558px;
	height: 394px;
	z-index: 2005;
	position: relative;
	margin-top: -394px
}

/* **************** */

#footer {
	clear: both;
	background-position: top;
	font-size: 8pt;
	color: #5d5d5d;
	text-align: center;
	margin-left: 23px;
	padding-top: 10px;
}

/* classes */

.box {
	margin-bottom: 10px;
	padding: 1px 0 5px 0;
	width: 185px;
	background-color: #ededed;
	border: 1px solid #d1d1d1;
	text-align: center;
	color: black
}

.box h3 {
	font-size: 16pt;
	color: #820000;
	margin: 0;
	padding: 5px 0
}

.box h4 {
	font-size: 13pt;
	color: #820000;
	margin: 0;
	padding: 5px 0
}

.box p {
	font-size: 9pt;
	color: black;
	margin: 8px
}

.box ul {
	list-style-type: none;
	margin: 0;
	padding: 5px
}

.box li {
	padding: 5px
}

.box img {
	padding: 0;
	margin: auto;
}

.transparent_box {
	border: none;
	background-color: transparent;
	width: 185px;
	margin-bottom: 10px
}

.heading {
	padding-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('/images/border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.small_text {
	font-size: 8pt; 
}

.clear {
	clear: both
}

.clearleft {
	clear: left
}

.clearright {
	clear: right
}

.red {
	color: #820000 !important
}

.left {
	float: left
}

.right {
	float: right
}

#log_res
{
        position: absolute;
        left: 50%;
        width: 640px;
        background-color: #fff;
        border: 1px solid #2f2409;
        margin-left: -320px;
        display: none;
        z-index: 9002;
        border: 1px solid #000;
	padding: 30px 0px 30px 0px;
}

#log_res.show
{
        display: block;
}

#log_res.ajax-loading {
        background-color: #fff;
        padding: 20px 0;
        background: url('/images/spinner.gif') no-repeat center;
        display: block;
}

.black_overlay{
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 3000px;
    background-color: black;
    z-index:9001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
        display: none;
}

