/*=======================
Butterfly Pics CSS
Last update : 10 Oct 2007
=======================*/

/*=====================
Global Styling
=====================*/
* {
	margin : 0;
	padding : 0;
}

/*=====================
Typography Styling
=====================*/

/*GENERAL*/
body {
	font: 62.5%/1.6 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* TEXT */
p, li, td {
	font-size: 1.5em;
	margin: 0 0 1em 0;
	line-height : 1.6em;
}

/*=====================
Page Layout
=====================*/
body {
	min-width: 750px; /* netscape bug fix */
	text-align: center; /* ie5 bug fix */
	color : #333;
	background : #610000 url(../images/general/bodyback1.jpg) repeat-y top center;
}

#container {
	width: 750px;
	margin: 0 auto; /* centre the wrapper */
	text-align: left;
	color : #333;
	background : #fffef5;
}

/*=====================
Skip Links
=====================*/
.skip {
	position : absolute;
	left : -9999px;
}

/*======================
Header Styling
======================*/
#header {
	position : relative;
	color : #000;
	background : #fb6629;
	border-bottom : 1px solid Black;
}

#header h1 {
	font-size : 2.0em;
}

/*  - Header Image Replacement - */
.rir { 
	width: 750px;
	height: 275px;
	position: relative;
}

.rir span {
	background: url(../images/general/header1.jpg) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*=======================
Global Site Navigation Layout
=======================*/
#globalnav {
	padding : 15px 0 0 0;
	margin : 0;
	text-align: center;
	color : #333;
	background : #610000 url(../images/general/navlogo.jpg) no-repeat center right;
}

#globalnav ul {
	padding : 0;
	margin : 0;
	list-style : none;
	border-bottom : 1px solid Black;
}

#globalnav li {
	display : inline;
	padding:0;
	margin : 0;
	font-size : 1.4em;
}

/* global tab styles*/
#globalnav li a {
	display : inline;
	float : left;
	width : auto;
	margin : 0 1px 0 0;
	padding : 0 1.5em;
	line-height : 2.5em;
	text-decoration : underline;
	color : #666;
	background : #FFEBC6;
	border : 1px solid #333;
	border-bottom : none;
}

#globalnav li a:hover {
	text-decoration : none;
	color : #000;
	background: #fb6629;
}

/*Page Here Indicator*/
#container.home #globalnav li.home a,
#container.gallery #globalnav li.gallery a,
#container.sales #globalnav li.sales a,
#container.contact #globalnav li.contact a,
#container.about #globalnav li.about a
 {
	color : #990000;
	background : #fff;
	border : 1px solid #333;
	border-bottom: none;
	text-decoration : none;
	cursor : default;
}

/*tab indent*/
#globalnav li.home a {
	margin: 0 1px 0 20px;
}

/*=====================
Content Styling
=====================*/
#content {
	clear: left;
	padding : 30px 40px 10px;
	background : url(../images/general/contentlogo.jpg) no-repeat bottom right;
}

#content h2 {
	font-size: 2.0em;
	margin: 0 0 1em 0;
}

#content h3 {
	font-size : 1.6em;
	line-height : 1.6em;
	margin: 1em 0 0 0;
}

#content p {
	margin: 0 0 1em 0;	
}

#content p.subtag {
	font-weight : bold;
}

#content p.menu {
	margin: 0 0 1.5em 0;
	padding: 1em 0 0 0;
	border-top : 1px dashed #999;
	font-weight : bold;
	text-align: center;
}

#content ul {
	padding : 1em 0;
}

#content li {
	margin: 0 0 1em 3em;
	list-style-type : square;
}

#container table {
	border : 1px solid black;
	margin-bottom : 20px;	
}

#container td {
	width : 150px;
	border : 1px solid black;
}

.item1, .item2 {
	padding : 0.5em 3em 0.5em 1em;
	margin-bottom: 1em;
}

/*=====================
Content Link Colours
=====================*/
#content a:link {
	color: #990000;
	background : transparent;
	text-decoration : underline;
}

#content a:visited {
	color: #990000;
	background : transparent;
	text-decoration : underline;
}

#content a:hover {
	color: #fff;
	background : #610000;
	text-decoration : none;	
}

#content a:active {
	color : #ff0000;
	background : transparent;
	text-decoration : underline;
}

/*=====================
Content Image Styling
=====================*/
.picture {
	clear : both;
	margin : 0 auto 10px;
	text-align : center;
}

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

#content img.pic {
	padding : 10px;
	background : #fff;
	border : 1px solid #000;
}

#content a img.pic {
	background : #fff;
	border : 1px solid #610000;
	text-decoration : none;	
}

#content a:hover img.pic {
	background : #990000;
	/*border : 1px solid #000;*/
	text-decoration : none;	
}

/*=====================
Gallery Thumbnail Links
=====================*/
#gallthumb {
	padding : 0px 25px;
	margin : 0;
	background : #FFF9F9;
}

#gallthumb ul {
	clear : both;
	padding : 0;
	margin : 0;
	list-style : none;
}

#gallthumb li {
	width: 107px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	padding: 5px;
	margin: 2px;
	border: 1px solid #610000;
	background: #fff;
}

#gallthumb li:hover {
	border: 1px solid #990000;
	background: #f1f1f1;
}

#gallthumb li a, #gallthumb li a:hover {
	border-bottom : none;
	background : transparent;
	padding : 0;
	margin : 0;
}

#gallthumb a:hover { white-space: normal; }

#gallthumb a:hover span {
	top : 5px;
	left : 5px;
	width : 105px;
	font-weight : bold;
	padding : 2px 0;
	font-size : 70%;
	color : #888;
	background : #fff;
	border : 1px solid #990000;
}

#gallthumb a span {
/*\*/
	position : absolute;
	left : -9999px;
}

#gallthumb img {
	border:1px solid #888;
	padding : 0;
	margin : 0;
}

#gallthumb img:hover{
	border: 1px solid #990000;
}


/*=====================
Footer Styling
=====================*/
#footer {
	clear : both;
	color : #f1f1f1;
	background-color : #610000;
	border-top : 1px solid #333;
}

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

/*=====================
Footer Link Colours
=====================*/
#footer a {
	color : #f1f1f1;
	background : transparent;
	text-decoration : underline;
}

#footer a:hover {
	color : #610000;
	background : #fff;
	text-decoration : underline;
}

/*=====================
Utlities
=====================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

/*Hide outline on links*/
a {
	outline : none;
}

/*misc*/
.fleft {
	float : left;
}

.fright {
	float : right;
}

.clear {
	clear : both;
}

.middle {
	text-align : center;
}

.nolink {
	color : #999;
}