
/********************************
 CSS rules common to entire site
*********************************/

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}


/***********
 Common IDS
************/

#navigation
{
	float: left;
	display: block;
	margin: -13px 0px 0px 0px;
	padding: 0px;
}

#navigation li
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	width: 240px;
	height: 50px;
}

#navigation li a:link img,
#navigation li a:visited img
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#navigation li a:hover img
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#navigation li#contact-details
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	width: 240px;
	height: auto;
	text-align: right;
}

#contact-details p
{
	padding-right: 95px;
	line-height: 1.4em;
}


#header
{
	background: #fff url(/images/layout/header-bgd.jpg) repeat-x;
	height: 100px;
}

#header-content
{
    width: 950px;
    margin: 0px auto 0px auto;
    padding-top: 25px;
    text-align: left;
}

#logo
{
}

#wrap
{
	background: white;
	padding: 75px 0px 50px 0px;
}

#page-wrap
{
    width: 950px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#page
{
    width: 650px;
    margin: 0px auto 0px 275px;
    padding-bottom: 25px;
    text-align: left;
	font-size: 1.2em;
}

#footer
{
	background: black;
    margin: 0px auto 0px auto;
    width: 950px;
    color: white;
    clear: both;
}

#footer-content
{
    width: 650px;
    margin-left: 275px;
    text-align: left;	
}

#footer-table td
{
	width: 200px;	
	padding-right: 20px;
}

#footer-admin
{
	margin: 50px 0px 25px 0px;	
	color: #333;
}

#footer-admin a:link,
#footer-admin a:visited
{
	margin-top: 50px;	
	color: #333;
}

/***********
Extra IDS
************/
.grid-table	
{
	margin: 10px 0px	
}

.grid-table	td
{
	background: url(/images/layout/grid-bgd-70.png) no-repeat;
	height: 200px;
	width: 2200px;
	padding-right: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.grid-table a:link,
.grid-table a:visited
{
	color: #333;
	text-decoration: none;
}


.grid-table a:hover
{
	text-decoration: none;
}

.headline-block td
{
	padding-right: 10px;
}

.headline-block a:link,
.headline-block a:visited
{
	color: #333;
}

a.green 
{
background: url(/images/layout/grid-bgd-green30.png) no-repeat;
display: block;
padding: 10px;
width: 180px;
height: 100px;
}

a:hover.green 
{
background: url(/images/layout/grid-bgd-green.png) no-repeat;
}

a.pink 
{
background: url(/images/layout/grid-bgd-pink30.png) no-repeat;
display: block;
padding: 10px;
width: 180px;
height: 100px;
}

a:hover.pink 
{
background: url(/images/layout/grid-bgd-pink.png) no-repeat;
}


a.yellow 
{
background: url(/images/layout/grid-bgd-yellow30.png) no-repeat;
display: block;
padding: 10px;
width: 180px;
height: 100px;
}

a:hover.yellow 
{
background: url(/images/layout/grid-bgd-yellow.png) no-repeat;
}

a.orange 
{
background: url(/images/layout/grid-bgd-orange30.png) no-repeat;
display: block;
padding: 10px;
width: 180px;
height: 100px;
}

a:hover.orange 
{
background: url(/images/layout/grid-bgd-orange.png) no-repeat;
}

a.blue 
{
background: url(/images/layout/grid-bgd-blue30.png) no-repeat;
display: block;
padding: 10px;
width: 180px;
height: 100px;
}

a:hover.blue 
{
background: url(/images/layout/grid-bgd-blue.png) no-repeat;
color: white;
}

a.brown 
{
background: url(/images/layout/grid-bgd-brown30.png) no-repeat;
display: block;
padding: 10px;
width: 180px;
height: 100px;
}

a:hover.brown 
{
background: url(/images/layout/grid-bgd-brown.png) no-repeat;
color: white;
}

.add-ons
{
	float: right;
	width: 250px;
	margin: 0px 30px 50px 25px;
	text-align: right;	
	clear: right;
}

.add-ons li
{
	list-style: none;
}

.photo
{
	float: right;
	clear: right;
	margin: 50px 0px 20px 20px;
	display: block;
}

#thumbnails
{
	float: right;
}

#thumbnails img
{
	margin: 0px 0px 20px 20px;
	display: block;
}

/****************
Element Defaults
(Keep minimal, prefer
classes and IDs instead)
*******************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #e87023;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: black;
    color: #333;
    font-family: 'Tahoma', 'Arial', 'sans-serif';
	font-size: 62.5%;
    text-align: center;
    line-height: 2.0em;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif';
	margin: 0px;
    line-height: 1em;
}

h1
{
	font-weight: bold;	
	font-size: 1.9em;
    color: black;
    margin-bottom: 25px;
}

h2
{
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0px 10px 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}


hr
{
	height: 1px;
	border: none;
	background: #ccc;
	clear: right;
}

address
{
	font-style: normal;	
}

