/*

+----------------------------------------------------------------------------------------------------+
|                                                                                                    |
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
|                                                                                                    |
+-------------------------------------------------+--------------------------------------------------+
|                                                 |                                                  |
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
|                                                 |                                                  |
+-------------------------------------------------+--------------------------------------------------+



COLOUR REFERENCES
BODY BG: #FFF
TOP STRIP: #000
BODY COLOUR: #666
LINKS: #000
-------------------------------------------------------- */


/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:99%;
}
body{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color: #fff;
	background-image: url(../img/main_bg.png);
	background-repeat: no-repeat;
	background-position: left 50px;
}
#wrapper{
	width:780px;
	min-height:400px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu{
	width:780px;
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu2{
	width:780px;
	background-image: url(../img/menu_bg_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: -2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer{
	width:780px;
	background-image: url(../img/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer2{
	width:780px;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding-top: 1em;
	font-size: 90%;
}
#wrapper100{
	width:100%;
}
#header{
	width:780px;
	padding-top:10px;
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header_bg.png);
	height: 130px;
	background-repeat: no-repeat;
	background-position: left 38px;
	text-align: right;
}

/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	border-top:0.5em solid #666; /* The border at the top of each grid */
	float:left;
	padding-top:1em;
	margin-bottom:2em;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}
/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/*-------------------------------------------+
|                                            |
|                FONT STYLES                 |
|                                            |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
.generic p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
/*HEADINGS
-------------------------------------------------------- */
h1{
	color:#000;
	font-size:30px;
	margin-bottom:10px;
	font-style:italic;
	line-height:12px;
}
h2{
	color:#000;
	font-size:20px;
	margin-bottom:10px;
	line-height:20px;
}
h3{
	color:#000;
	font-size:15px;
	margin-bottom:12px;
	line-height:12px;
	font-variant:small-caps;
}
h4{
	color:#000;
	font-size:12px;
	margin-bottom:15px;
	line-height:15px;
	font-variant:small-caps;
}
h5{
	color:#000;
	font-size:10px;
	margin-bottom:18px;
	line-height:18px;
	font-variant:small-caps;
}
h6{
	color:#000;
	font-size:10px;
	margin-bottom:18px;
	line-height:18px;
}
/*LINKS
-------------------------------------------------------- */
p a{
	color:#000;
}
p a:hover{
	text-decoration:none;
}
h1 a{
	color:#000;
}
h1 a:hover{
	text-decoration:none;
}
li a{
	color:#000;
}
li a:hover{
	text-decoration:none;
}
/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:20px;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:20px;
	margin-left:0;
}
.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	font-size:10px;
	float:left;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:18px;
	margin-right:20px;
	margin-top:3px;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:18px;
	margin-right:20px;
	margin-top:3px;
}
/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
}
#name, #form-email, #url, #location{
	width:42.7em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:2px solid #666;
	margin-bottom:18px;
	background:#fff !important;
}
#comments{
	width:43.8em;
	height:10em;
	padding:3px;
	border:2px solid #666;
	margin-bottom:18px;
	overflow:auto;
	background:#fff !important;
}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:2px solid #000;
}
#submit{
	clear:both;
	padding:5px;
	border:2px solid #666;
	background:#fff !important;
	cursor:pointer;
	margin-left:9em;
}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#fff;
	margin-top:-28px;
}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul{
	margin-bottom:18px;
	list-style:square inside;
}
ul li{
	font-size:10px;
	line-height:15px;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:50px;
}
li > ul li, li > ol li{
	font-size:10px;
}
ol{
	margin-bottom:18px;
	list-style:decimal inside;
}
ol li{
	font-size:12px;
	line-height:15px;
}
/*-------------------------------------------+
|                                            |
|               MISC. STYLES                 |
|                                            |
+-------------------------------------------*/



#header a, #header a:link, #header a:visited {
	color: #999999;
	text-decoration: none;
	font-size: 90%;
}

#header a:hover, #header a#active {
	color: #CCCCCC;
}
#menu a, #menu a:link, #menu a:visited, #menu2 a, #menu2 a:link, #menu2 a:visited {
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	text-align: center;
	background-image: none;
	background:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 28px;
	background-color: none;
}
#menu a:hover, #menu a#active, #menu2 a:hover, #menu2 a#active {
	color: #333333;
}
#footer span {
	color: #FFFFFF;
	margin-left: 15px;
	padding-top: 6px;
	float: left;
	width: 500px;
}

#footer span.generalinfo {
	color: #FFFFFF;
	margin-right: 15px;
	padding-top: 6px;
	float: right;
	width: 190px;
}
#contentleft1 {
	width: 170px;
	float: left;
	margin-top: 20px;
}
#contentleft2 {
	width: 170px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#contentarea {
	width: 398px;
	float: left;
	margin-top: 20px;
}
#contentarea2 {
	width: 589px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

.contentleft_module1 {
	background-image: url(../img/left1_footer1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contentleft_module2 {
	background-image: url(../img/left1_footer2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contentleft_module3 {
	background-image: url(../img/left1_footer3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contentleft_module4 {
	background-image: url(../img/left2_footer1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contentarea_module {
	background-image: url(../img/contentarea_footer1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contentarea2_module {
	background-image: url(../img/contentarea_footer2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.contentleft_module1 h1, .contentleft_module2 h1, .contentleft_module3 h1, .contentleft_module4 h1{
	display: block;
	height: 26px;
	width: 170px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}

.contentleft_module1 h1{
	background-image: url(../img/left1_header1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentleft_module2 h1{
	background-image: url(../img/left1_header2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentleft_module3 h1{
	background-image: url(../img/left1_header3.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentleft_module4 h1{
	background-image: url(../img/left2_header1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.contentarea_module h1 {
	display: block;
	height: 26px;
	width: 398px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	background-image: url(../img/contentarea_header1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentarea2_module h1 {
	display: block;
	height: 26px;
	width: 589px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	background-image: url(../img/contentarea_header2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.contentleft_module1 p, .contentleft_module2 p, .contentleft_module3 p, .contentleft_module4 p, .contentarea_module p, .contentarea2_module p, .contentleft_module1 h3, .contentleft_module2 h3, .contentleft_module3 h3, .contentleft_module4 h3, .contentarea_module h3, .contentarea2_module h3, .contentleft_module1 h4, .contentleft_module2 h4, .contentleft_module3 h4, .contentleft_module4 h4, .contentarea_module h4, .contentarea2_module h4, .contentleft_module1 h2, .contentleft_module2 h2, .contentleft_module3 h2, .contentleft_module4 h2, .contentarea_module h2, .contentarea2_module h2 {
	margin-right: 10px;
	margin-left: 10px;
}

.contentleft_module1 ul, .contentleft_module2 ul, .contentleft_module3 ul, .contentleft_module4 ul, .contentarea_module ul, .contentarea2_module ul{
	list-style-type: none;
	list-style-position: outside;
	font-size:9px;
	margin-bottom: 0px;
}

.contentleft_module1 li, .contentleft_module2 li, .contentleft_module3 li, .contentleft_module4 li, .contentarea_module li, .contentarea2_module li{
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 4px;
	font-style: italic;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.contentarea_module h2, .contentarea2_module h2 {
	background-color: #999999;
	color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#header a.order, #header a.order:link, #header a.order:visited, a.order, a.order:link, a.order:visited {
	color: #FFFFFF;
	width: 130px;
	display: block;
	float: right;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	margin-top: -10px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/orderback.png);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#header a.order:hover, a.order:hover {
	background-image: url(../img/orderback2.png);
}

a.footer {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	color: #000000;
}

.contentarea_module img, .contentarea2_module img {
	margin-right: -10px;
	margin-left: -10px;
}

.imagegallery {
	margin-top: 15px;
}

.imagegallery a {
	display:inline-block;
	background-color: #EEEEEE;
	padding: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #CCCCCC;
	margin-left: 13px;
	margin-bottom: 13px;
}

.imagegallery a:hover {
	border: 1px solid #3BB3C2;
}

.imagegallery img {
	display:block;
}

.imageviewer img {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/***************************LIGHTBOX*****************************/

div.lightboxbackground {
	background-color: #000000;
	display: block;
	height: 200%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity:0.9;
	filter:alpha(opacity=90)
}

div.lightbox {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	top: 50px;
}

div.lightboxinside {
	margin:0 auto;
	background-color: #FFFFFF;
	padding: 24px;
	display: inline-block;
}

a.close {
	color: #FF0000;
	float: right;
	text-decoration: none;
}

a.coandco {
	color: #FF0000;
	text-decoration: none;
}