/* CSS Document */

/* Global elements
----------------------------------------------------------------------- */


body  {
	background: url(http://simplywhisky.com/_img/background/pattern.png) fixed top center;
	background-color: #fff;
	color:#333;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	XXopacity: 0.999;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-style:normal;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 6px;
} 

h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-style:normal;
	font-weight: normal;
	color:#000;
	padding-bottom:0px;
	line-height: 1.2;
}


a {
	color:#990000;
	text-decoration:none;
	}
	
	
	
div.hr {
  height: 1px;
  background: #999;
  border:dashed;
  border:thin;
  margin-top:6px;
}

hr {
size:1px;
height:1px;
border:0px;
color:#CCCCCC;
background-color:#CCCCCC;

}

div.hr hr {
  display: none;
}

.bold {font-weight:bold;}
.clear-both{clear:both}


#ScotsFlag { 
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	height: 130px;
	width: 130px;
	background: url(../_img/ScotsFlagDiag.png) no-repeat;
	text-indent: -999em;
	}


.twoColFixRtHdr #container {
	width: 942px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
} 

.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	padding: 0 20px 0 0;
	Xheight: 100%;
}

.twoColFixRtHdr #mainContent {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0 262px 0 0;
	padding: 6px 20px 0 17px;
	width:640px;
} 

.twoColFixRtHdr #mainContent p {
	line-height: 1.4;
}


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom:10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#logo {
	margin-left: 2px;
	height:130px;
	width:138px;
	float:left
}
#logo_2nd {
	float:none;
	height: 50px;
	padding:0;
	margin-bottom: 14px;
	background-image: url(http://www.simplywhisky.com/_img/logoText.jpg);
	background-repeat: no-repeat;
	margin-left: 138px;
	position:relative;
	top: 6px;
}

#container #mainContent #flashcontent {
	width: 640px;
}


#horizontal_line {width:940px; height:7px; background-image:url(http://www.simplywhisky.com/_img/black_line.png); background-repeat:no-repeat; clear:both;}


.p_bold_colour {
	font-weight: 700;
	color: #990000;
	text-transform:uppercase;
}

	
	
/* N A V
----------------------------------------------------------------------- */
	
#navBar {
	padding:0px;
	left: 0;
	top: 0;
	float: none;
	text-align: left;
	}

	

.navevents {
	height: 50px;
	width: 134px;
	background-image: url(../_img/nav/naveventson.jpg);
	background-repeat:no-repeat;
	float:left;	
}
.navevents a {display:block }
.navevents img {border: 0; }
.navevents a:hover img{visibility:hidden}

	
	
.navshop {
	height: 50px;
	width: 134px;
	background-image: url(../_img/nav/navshopon.jpg);
	background-repeat:no-repeat;
	float:left;	
}
.navshop a {display:block }
.navshop img {border: 0; }
.navshop a:hover img{visibility:hidden}

	
	
.navwhich {
	height: 50px;
	width: 140px;
	background-image: url(../_img/nav/navwhichon.jpg);
	background-repeat:no-repeat;
	float:left;	
}
.navwhich a {display:block }
.navwhich img {border: 0; }
.navwhich a:hover img{visibility:hidden}


	
.navnews {
	height: 50px;
	width: 114px;
	background-image: url(../_img/nav/navnewson.jpg);
	background-repeat:no-repeat;
	float:left;	
}
.navnews a {display:block }
.navnews img {border: 0; }
.navnews a:hover img{visibility:hidden}


	
.navabout {
	height: 50px;
	width: 148px;
	background-image: url(../_img/nav/navabouton.jpg);
	background-repeat:no-repeat;
	float:left;	
}
.navabout a {display:block }
.navabout img {border: 0; }
.navabout a:hover img{visibility:hidden}


	

.navlibrary {
	height: 50px;
	width: 130px;
	background-image: url(../_img/nav/navlibraryon.jpg);
	background-repeat:no-repeat;
	float:left;	
}
.navlibrary a {display:block }
.navlibrary img {border: 0; }
.navlibrary a:hover img{visibility:hidden}




* html a:hover {visibility:visible !important} 

#header_logo {width:130px; height:150px; float:left;}



	
	
/* Main column elements
----------------------------------------------------------------------- */


#mainContent h3 {
	color: #990000;
}

#mainContent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #000000;
}


#640px_blackline {
	height:10px;
	background-image:url(../_img/640_blackline.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:6px 0 6px 0;
	clear:both;
}


#breadcrum {
margin-bottom:10px;
}

#breadcrum a {
	text-decoration:underline;
	color:#990000;
}

#mainContent a {
	text-decoration:none;
	color:#990000;
}

#mainContent a:hover {
	text-decoration:none;
	color:#000;
}



.main_image {
	margin-bottom: 10px;
	}
	
.main_image_leftalign {
	padding-right: 10px;
	margin-bottom: 10px;
	float: left;
	}
	


/* Sidebar elements
----------------------------------------------------------------------- */

#sidebar a {
	text-decoration:none;
	}
	
#sidebar a:hover {
	color:#000;
	}

#s-f-pic {width:240px; height:358px; background-image:url(../_img/theguys01.jpg); clear:both}
#s-f-pic02 {width:240px; height:358px; background-image:url(../_img/theguys02.jpg); clear:both}

	
#sidebar ul, #sidebar ol { margin-left: 0;padding-left: 0; }

#sidebar_testimonial {
	clear:both;
	margin-top:10px;
	margin-bottom: 20px;
	width:240px;
	}

#sidebar_testimonial h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	border:0;
	font-size:20pt;
	font-style:normal;
	font-weight: normal;
	color:#CC9900;
	padding-bottom:4px;
	}
	
	
#sidebar_downloadbrochure {
	height: 192px;
	margin-top:10px;
	padding-bottom:10px;
	margin-bottom: 20px;
	}
	
#sidebar_downloadbrochure h3 {	
	height: 155px;
	overflow: hidden;
	}
	
	
#sidebar_downloadbrochure h3 span {
	left: 0px;
	top: 0;
	display: block;
	height: 155px;
 	background: url(../_img/240px_download_brochure.jpg) no-repeat 0 0;
	}
	

#sidebar_funwhiskyfacts {
	padding-bottom:10px;
	margin: 0px;
	}
	
#sidebar_funwhiskyfacts h3 {	
	overflow: hidden;
	}
	
	
#sidebar_funwhiskyfacts h3 span {
	left: 0px;
	top: 0;
	display: block;
	height: 18px;
 	background: url(../_img/sidebar_funwhiskyfacts.jpg) no-repeat 0 0;
	}
		

	
	
#sidebar_advert {
	margin: 0 0 20px 0;
	text-align:left;
	}
	
.block-h3{
margin-bottom:10px;}

.block-img{
margin-bottom:0px;}

.block-p{
margin-bottom:10px;}



.sidebar-newsList {
	list-style-image: url(../_img/arrow.gif);
	list-style-position: inside;
	text-shadow: #000000 0 0 0px;
}

.sidebar-newsList li {
	margin-bottom:10px;
}



	
#sidebar_line {
	background-image: url(../_img/black_line240px.png);
	background-repeat: no-repeat;
	height: 10px;
	margin:0px;
	padding:0px;
	}




#sidebar .link_rightalign {
text-align:right;
}



	
/* Shop: Main column elements
----------------------------------------------------------------------- */

#shop_leftcolumn {
	width: 170px;
	float: left;
	margin-right: 30px;
	position:inherit;
	}
	
.shop_leftcolumn_vat {
	font-size: 10px;
	color: #666;
}

#shop_rightcolumn {
	margin-left: 200px;
	}
	
	
#shop_10drams_name {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	}

#shop_10drams_left {
	width: 310px;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	}
	
#shop_10drams_right {
	width: 320px;
	float: left;
	padding-bottom: 10px;
	}
	
	
#shop {
	width:100%;
	height:800px;
}
	






/* S P E C I F I C pages.
----------------------------------------------------------------------- */

/* HOMEPAGE */
p.homepage-intro {font-size: 16px;}
p.homepage-intro2 {font-size: 14px;}





/* misc.
----------------------------------------------------------------------- */

	
.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}


#table_clear {
	clear: left;
	padding-bottom: 10px;
}
#table_clear img {
	padding-right: 10px;
	padding-bottom: 10px;
}

#table_clear p {
	margin-left: 130px;
}




#sitemapColumn01{
width:32%;
float:left;}

#sitemapColumn02{
width:31%;
float:left;
margin-left:10px;}

#sitemapColumn03{
width:31%;
float:left;
margin-left:10px;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

