/* design and css by alex turnbull 2004 for Balmoral Kilts */
/* alex@scotwebshops.com */
/* http://www.scotwebshops.com/ */
/* http://b3uk.net/ */

/*** import stylesheets */

@import url("advanced.css");

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

/* Turn off image borders */
img { border: none; }

/* Global padding/margin reset */
* {
	padding:0;
	margin:0;
	}

/* Reset some defaults */
h2, h3, h4, h5, h6, p, pre, blockquote {
	
	}

h2, h3, h4, h5, h6 {	
	text-transform: uppercase;
	font: 100%/1.6em 'verdana', 'arial', 'helvetica', sans-serif;
	color: #fff;
	letter-spacing: .3em;
	}

#contentinner h2, h3, #contentinnerwide h2, h3 {
	color: #3E444B;
	border-bottom: 1px solid #3E444B;
	}

h1 {
	font: 160%/0em Times, "Times New Roman", serif;	
	font-style: italic;
	color: #3E444B;
	padding: 30px 0 0 20px;
	margin: 0;
	}

/* styles for v4 browsers */

body {
	font: 76%/1.2em Times, "Times New Roman", serif;	
	color: #3E444B;
/*	text-align: center;*/
	background: #564F4A url(/images/background.gif) no-repeat fixed 50%;
 	}
	

a:link {
	color: #42484E;
	text-decoration: underline;
	/*font-weight: bold;*/
	}

a:visited {
	color: #4A525A;
	text-decoration : underline;
	/*font-weight: bold;*/
	}


a:hover {
	color: #fff;
	background: #3E444B;
	text-decoration: none;
	}

/*
a:active, a:focus {
color : #fff;
background : #ce4e02;
text-decoration : none;
}
*/

/*http://positioniseverything.net/easyclearing.html*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*end hack*/

div.spacer {
	display: block; 
	height: 0; 
	clear: both;
	}







