/********************************************
AUTHOR: Duncan Moss
TEMPLATE NAME:global
TEMPLATE CODE: SJ-0001
VERSION: 1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/

/* @group top elements */

* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	color: #6B6B6B; 
	background: #cccccc url(../images/bg.gif) repeat-x;
	text-align: left;
	font: .70em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group links */

a:hover {
	color: #101343;
	background-color: inherit;
}

a { 
	color: #cc3366;
	background-color: inherit;
	text-decoration: none;
}



/* @end */

/* @group headers */



h1, h2, h3 {
	color: #101343;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
}


h1 { text-transform: none;
	font-size: 1.5em;
	line-height: 1.0em;
}


h2 { text-transform: none;
	font-size: 1.2em;
	margin: 0 15px 0px 15px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

p, h1 {
	margin: 0 15px 10px 15px;
}

h3 {
	margin: 4px 0px 4px 0px;
}

ul, ol {
	margin: 10px 30px 10px 15px;
	padding: 0 15px;
	color: #cc3366;
}

ul span, ol span {
	color: #666666; 
}

/* @end */

/* @group logo */

#logo {
	float:left;
	width: 217px;
	position: relative;
	top: 50px;
	left: 10px;
}

/* @end */

/* @group images */

#image {
	padding: 15px 0 0 15px;
	margin:0 0 15px 0;
}

#image img {
	float:right;
	margin:0 0 15px 0;
	display: block;
}

#homeimage {
	margin:0 15px;
	padding:0;
}

#homeimage div#home-textpanel {
	float: left;
	background: #cccccc;
	width:258px;
	height: 259px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
}



#homeimage h1, #homeimage p {
	color: #101343;
}

#homeimage div#home-slideshow {
	display:block;
	float:right;
	height:269px;
	padding:0;
	width:532px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
	

#home-slideshow img.slide {
	height:269px;
	width:532px;
}

#home-slideshow div.slideshow-controls {
	height: 15px;
	left: 0px;
	position: absolute;
	text-align: right;
	top: 230px;
	width: 522px;
	z-index: 200;
}

#home-slideshow div.slideshow-index {
	height: 15px;
	left: 0px;
	position: absolute;
	text-align: right;
	top: 250px;
	width: 522px;
	z-index: 200;
}

#portfolio-slideshow {
	margin: 0 0 30px 15px;
	padding: 0;
	height:325px;
	width:395px;
}

#portfolio-slideshow img.slide {
	height:325px;
	width:395px;
}

#portfolio-slideshow div.slideshow-controls {
	height: 10px;
	left: 340px;
	position: absolute;
	text-align: right;
	top: 330px;
	width: 55px;
	z-index: 200;
}

#portfolio-slideshow div.slideshow-index {
	height: 10px;
	left: 0px;
	position: absolute;
	text-align: right;
	top: 330px;
	width: 340px;
	z-index: 200;
}


img.slideshow-controls-previous, img.slideshow-controls-play, img.slideshow-controls-pause, img.slideshow-controls-next {
	behavior: url("js/iepngfix.htc");
}

img.float-left {
  margin: 5px 15px 5px 0px;
}

img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}


/* @end */
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 10px;  	
  	background: #ccc;
	border: 1px solid #f2f2f2; 
	border-left: none;   
	color: #101343;
	font: bold 1.1em/1.4em Arial, Helvetica, sans-serif; 
}

/* @group form styles */
div.form-container { margin: 5px; padding: 5px; background-color: #eee;
}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #333 1px solid; background-color: #fff; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 100px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #EEE 1px solid; }
div.form-container form legend { font-weight: bold; color: #333; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 100%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #fff; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #fff; border-color: #333; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }


/* @end */



#form_area {
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;		
}

#form_area iframe {
	margin:0;
	padding:0;
	overflow-x: hidden;
}

/* @group search form */

form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}

form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #cc3366; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
	border-bottom: 1px solid #cc3366;
}

form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}



/* @end */

/***********************
	  LAYOUT
************************/

/* @group wrap */

#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}




/* @end */

/* @group header */

#header {
	position: relative;
	height: 138px;	
	background: #ffffff url(../images/headerbg.gif) repeat-x 0% 100%;	
}

#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}

#header form.searchform {
	position: absolute;
	top: 10; right: -12px;	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFFFFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFFFFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFFFFF;
}



/* @end */

/* @group main */

#main {
	float: left;
	margin-left: 5px;
	padding: 0 10px 0 0;
	width: 50%;
	margin-bottom: 15px;
}

* {
	
}



#two_column {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 73%;		
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}



/* @end */

/* @group sidebar */

#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}

#sidebar ul.sidemenu {
	list-style:none;
	padding:0;
	line-height: 1.0em;
	margin: 0 0 15px 15px;
}

#sidebar ul.sidemenu li {
	background: url(../images/list.png) no-repeat 0 2px;
	color: #101343;
	min-height:18px;
	padding: 0 5px 2px 10px;
	margin-bottom: 4px;
}

#sidebar ul.sidemenu a {
	color: #C36;	
	text-decoration:none;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	color: #101343;
	text-decoration: underline;
}

#sidebar #current {
	background: url(../images/list_current.png) no-repeat 0 2px;
	color: #101343;
	text-decoration: underline;
}

/* My Comment */

.date {
	text-decoration:none;
	color: #101343;
	text-align: left;
	margin: 10px 0 -10px -15px;
}





#address {
	float: left;
	width: 33%;
	margin: 0;	padding: 0; 
	display: inline;		
}


/* @end */

/* @group rightbar */

#rightbar {
	float:right;
	width:170px;
	padding:0;
	margin: 0 10px 15px 0;
}

#rightbar div {
	padding: 0 0 0px;
	margin: 0 0 15px;
}

#rightbar h3 {
	color:#101343;
	margin: 0 0 5px;
	padding:0;
	line-height: 1.1em;
}

#rightbar p {
	font-size: 90%;
	margin:0;
	padding:0;
	line-height: 130%;
}

#rightbar ul.rightmenu li {
	margin-bottom:5px;
}


#rightbar ul.rightmenu{
	font-size: 90%;
	list-style-type: disc;
	margin: 10px 0 10px 12px;
	padding:0;	
	line-height: 130%;
}


#rightbar img {
	width:170px;
	margin: 0 0 7px 0;
}


/* @end */

/* @group top menu tabs */

#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0;
	bottom: 7px;
	font: bold 13px  Arial, Helvetica, sans-serif;
}

#header li {
   display:inline;
   margin:0; 
   padding:0;
   text-align:center;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 10px;
   color: #FFFFFF;
}



/* @end */

/* @group alignment classes */

.float-left  { float: left; }

.float-right {	float: right; }

.align-left  {	text-align: left; }

.align-right {	text-align: right; }



/* @end */

/* @group additional classes */

.clear { clear: both; }

.quote {	color: #101343;
	font-style: italic;
}

.gray  {	color: #BFBFBF;
	font-style: normal;
}

.highlight {
	font-weight: bold;
	font-style: italic;
}

.intro {
	font-size: 1.2em;
	font-style: italic;
}



.author  {	font: .70em/1.5em
}

/* @end */

/* @group divider lines */

#divider
{
height: 40px;	
}

#homedivider
{
height: 15px;	
}

.DividerLine
{
	overflow:hidden;
	width:100%;
	/* Hide from MacIE5 hack
    /* MacIE5 needs width:100% to avoid it's strink-to-fit bug \*/
    width:auto;
    /* End hide hack */;
	margin: 0px 0px 3px 15px;
	margin: 0px 15px 15px 15px;
}
/* @end */

/* @group promo */

#first_promo {
	width:273px;
	float:left;
	margin-top: 5px;
}

#second_promo {
	width:274px;
	float:left;
	margin-top: 5px;
}

#third_promo {
	width:273px;
	float:left;
	margin-top: 5px;
}

.promo_image {
	margin: 5px 15px;
}

/* @end */



/* @group gallery images */

.gallery { 
}

.gallery-row { 
	margin: 0 0 10px 15px;
	width:90%;
}

.gallery .picture {
  float:left; 
	border:0;
  width:122px;
	margin:0 50px 0 0;
}

.gallery .image {
	border:0;
  width:122px; 
  height:122px; 
}

.gallery h3, .gallery p {
	margin:0 0 7px 0;
	padding:0;
}

.gallery h3 {
	font-size: 120%;
	color: #c36;
}


/* @end */

/* @group footer */

#footer { 
	clear: both; 
	color: #666; 
	background: #ccc; 
	border-top: 5px solid #C36;
	margin: 0; 
	height: 50px;	  
	font-size: 80%;
	padding: 0;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #666;
}
#footer .footer-left{
	float: left;
	width: 60%;
}
#footer .footer-right{
	float: right;
	width: 35%;
}

#footer p {
	margin: 0;
	padding: 0;
}



/* @end */

/* STYLES FOR PRODUCT DETAILS */

/* @group product details */

#splashbox .detailbox {
	margin: 10px;
	padding: 10px;
	background-color: #ccc!important;
	position: relative;
}

.detailbox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 90%;
}

.detailbox p a {
	color: #6F7770;
	text-decoration: underline;
}

.detailbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 100%;
}

.detailbox h2 a {
	color: #838C84;
	text-decoration: none;
}

.detailbox .detaildescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	margin-top: 5px;
}

.small1 {
	font-size: 70%;
}

.detailbox .detailform {
	float: left;
	width: 50%;
	text-align: right;
	padding-top: 10px;
	margin: 0px;
	position: relative;
}

.detailbox .detailprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #666666;
	float: left;
	width: 48%;
	margin: 0px;
	position: relative;
}

.detailbox .poledetails {
}

.detailbox .detailform form {
	height: 0px;
}

.detailbox .detailcode {
	font-size: 70%;
	color: #999999;
}



/* @end */

br {
	clear: both;
}


/***********************
	  ONLINE SHOP
************************/

#leftArea {
	float: left;
	width: 290px;
	height: auto;
	display: inline;		
	margin: 0;	padding: 0; 
	}

.descriptionArea {
	width: 90%;
	min-height: 266px;
	height: auto;
}

* html .descriptionArea {
	height: 266px;
}

.descriptionContent {
	padding: 0px 15px;}

div.proddescriptionContent {
	position: absolute;
	width: 290px;
	margin-left: -9999px;
}

#prodDesc {
	margin-left: 0px;
}

/* right area DIV */

#rightArea {
	float: left;
	width: 506px;
}

.product { 
}

.productsArea {
	width: 506px;
}

.productHolder {
	float: left;
	width: 110px;
	padding: 0px 10px 5px 0px;
}

.product .image {
	border:0;
  width:120px; 
  height:150px; 
}

.product .picture {
  float:left; 
	border:0;
  width:100px;
	margin: 0 10px 0 0;
	}
	
	product h3, .product p {
	margin:0 0 7px 0;
	padding:0;
}

.gallery h3 {
	font-size: 120%;
	color: #c36;
}
