﻿body
{
    text-align: center;
    font-family: verdana;
    font-size: 14px;
    background: black; /* http://webdesignerwall.com/tutorials/cross-browser-css-gradient for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='black'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(black)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  black,  black); /* for firefox 3.6+ */
    min-height: 1200px;
}


a
{
    font-size: 14px;
    font-family: Verdana;
    color: #888;
    margin-right: 16px;
}

a:link
{
    color: #999;
    background-color: #00000000;
}

a:visited
{
    color: #888;
    background-color: #00000000;
}

/* Note: Hover MUST come after link and visited to work http://www.w3schools.com/css/css_link.asp */
a:hover
{
    color: #444;
    background-color: #00000000;
}

h1
{
    font-weight: normal;
    font-family: Helvetica, Verdana;
    font-size: 18px;
    margin: 10px;
    margin-left: 20px;
    margin-top: 30px;
    background-color: none;
    color: #000;
}

/*
Class for text used on the pages
*/
h2
{
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, Verdana;
    color: #ccc;
    padding-bottom:10px;
    border-bottom:2px #ccc solid;
}

/*
Class for text used on the pages
*/
h3
{
    margin-left: 30px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
    font-family: Helvetica, Verdana;
    color: #888;
}

/* http://www.webdesignerdepot.com/2013/03/how-to-create-a-resizing-menu-bar/ */
header
{ 
	background: #000000; /*#C7C7C7*/; 
	border-bottom: 1px solid #444; 
	float: left; 
	width: 100%; 
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 10; 
}

header a{ text-decoration: none; font-family: 'Arimo', sans-serif; text-transform: uppercase; font-size: 1em; }
header a.active, header a:hover{ color: #444 /*#3d3d3d*/; }
header ul{ margin-right: 40px; }
header img{ width: 471px; height: 60px; margin-top:5px; }

header.init img{ width: 0px; height: 0px; margin-top:5px; }
header.init li{ margin-top: 0px; }

/* Sizes for the bigger menu */
header.large{ height: 70px; }
header.large img{ width: 471px; height: 60px; margin-top:5px; }
header.large li{ margin-top: 30px; }

/* Sizes for the smaller menu */
header.small{ height: 45px; }
header.small img{ width: 235px; height: 30px; margin-top:10px; }
header.small li{ margin-top: 17px; }

header,nav, a, img, li{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}

p, pre
{
    font-weight: normal;
    margin: 10px;
    margin-left: 20px;
    margin-top: 15px;
    background-color: none;
    color: #eee;
}

strong
{
	font-weight: 900;
}

/* CSS for horizontal menu across the top of the screen */
ul
{
    list-style-type: disc;
}

li
{
	margin-left:10px;
}
/*

ul a
{
    font-size: 16px;
    font-family: Verdana;
    padding-right: 4px;
    padding-left: 4px;
    display: block;
    line-height: 28px;
    text-decoration: none;
    color: #eee;
}

li
{
    /*float: left;
}
*/
img.centered
{
	display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

img.productheaderimage
{
    margin-top: 5px;
}

td.valuelistheader
{
	vertical-align: top; 
	white-space: pre;
	xwhite-space: -moz-pre-wrap; /* Firefox */
	xwhite-space: -o-pre-wrap; /* Opera */
	xwhite-space: pre-wrap; /* Chrome */
	xword-wrap: break-word; /* IE */
}
/* 
-------------------------------------------------------------------
Page specific elements
*/
/*
Content frame - contains all elements ventered on the page
*/
#contentfooter
{
    margin: 5px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

/*
Content frame - contains all elements ventered on the page
*/
#contentframe
{
    /*width: 960px;*/
    margin-right: 20px;
    margin-left: 20px;  
    margin-top: 70px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

/*
Content frame - contains all elements ventered on the page
*/
#contentframeoffset
{
    /*width: 960px;*/
    margin-right: auto;
    margin-left: 140px;  
    margin-top: 70px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

/*
Main page header element
#contentheader
{
    background: #fff;
    margin-left:20px;
    margin-right:20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    border-radius: 20px;
}
*/

/*
Left side menu element
*/
#contentleftmenu
{
	width: 160px;
	height: 100%;
	padding: 5px;
	float: left;
	background: black;
	color: #ccc;
	border-right: 1px solid #ccc;
}

/*
Right side panel
*/
#contentleft
{
	width: 120px;
	height: 100%;
	padding: 5px;
	float: left;
	background: black;
	color: #ccc;
}

/*
Right side panel
*/
#contentright
{
	width: 200px;
	height: 100%;
	padding: 5px;
	float: right;
	background: black;
	color: #ccc;
}

/*
Detail element for a 2 pane presentation
*/
#content2panedetail
{
	width: 765px;
	padding: 12px;
	float: left;
	background: black;
	color: #ccc;
}

/* 
-------------------------------------------------------------------
Classes
*/

/* Classes for fader effects on images
*/
.fader /* Placeholder for the fader class */
{
}

.fader-common
{
    position: absolute;
    top: 32.5%;             /* Fader text position - see link in fader-background below */
    left: 20%;
    height: 50px;
    width: 80%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.fader-text /* See http://www.wpdfd.com/editorial/thebox/deadcentre4.html for centering text - not used but a useful ref */
{
    padding-left: 15px;
    padding-top: 19px;
    padding-bottom: 5px;
    color: #888;
    font-family: Verdana;
    font-weight: normal;
    z-index: 20;
}

.fader-background
{
    position: absolute;
    top: 32.5%;         /* Fader text box position - see link in fader-common above */
    left: 20%;
    height: 50px;
    width: 80%;
    opacity: 0.9;       /* This is the opacity of the text box hovering over the image */
    background: #333; /* http://webdesignerwall.com/tutorials/cross-browser-css-gradient for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #333,  #333); /* for firefox 3.6+ */
    z-index: 10;
    border: 5px solid #888;
}

.fader-opacity
{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    /* background: #fff; http://webdesignerwall.com/tutorials/cross-browser-css-gradient for non-css3 browsers - messes up IE9*/
    border-radius: 100px; /* This matches the border radius on navigation-image below */
}


/*
Main Header div
*/
.header-menu
{
	float: right;
}

.header-menu-item
{
	display: inline; 
	float: left;
	margin-top: 5px; /* same as header.large li */
}

.header-navigation
{
	width: 100%; 
	height:70px;
	margin: 0 auto;
}

.side-menu
{
    padding-left: 15px;
    margin-left: 20px;
    margin-top: -50px;
    margin-bottom: 16px;
    font-size: 28px;
    font-family: Lato, Verdana;
	text-transform: uppercase; 
    position: relative;
    top: 0px;
    background-color: #000;
    color: #444;
    width: 97%;
    height: 99%;
    border-radius: 8px; /* This matches the border radius on filter-opacity above */
    -moz-border-radius: 8px;
}

.side-menu-item
{
	margin-top: 0px; /* same as header.large li */
	margin-bottom: -15px;
	padding: 0px;
}

.lato-bold
{
    font-size: 13px;
}

/*
Navigation 
*/
.navigation-picture
{
    width: 180px;
    height: 180px;
    margin: 10px;
    background: #888;
    position: relative;
    float: left;
    border: solid 5px #888;
    overflow:hidden;
    border-radius: 100px; /* This matches the border radius on filter-opacity above */
    -moz-border-radius: 100px;
}

.navigation-image
{
    width: 100%;
    height: 100%;
    border: solid 0px red; /* for IE8 ensure the image has no border */
    border-radius: 100px; /* This matches the border radius on filter-opacity above */
    -moz-border-radius: 100px;
}

/* Alternative to navigation-image
*/
.navigation-rectangle
{
    width: 140px;
    height: 60px;
    margin: 15px;
    padding:20px;
    background: #888;
    position: relative;
    float: left;
    border: solid 0px #888;
    overflow:hidden;
    border-radius: 20px; /* This matches the border radius on filter-opacity above */
    -moz-border-radius: 20px;
}

/* Class for individual page body tags
*/
.pagebody
{
    vertical-align: top;
    width: 100%;
}

/*
PageContent class
*/
.pagecontent
{
    width: 960px;
    padding: 0px;
    float: left;
    background: #ffffffff;
}

/* Class used for page header text
*/
.pageheader
{
    padding: 4px 5px 5px 5px;
    padding-left: 15px;
    margin-bottom: 16px;
    font-size: 28px;
    font-family: Lato, Verdana;
	text-transform: uppercase; 
    position: relative;
    top: 0px;
    background-color: black;
    color: #fff;
    width: 97%;
    height: 99%;
    border-radius: 8px; /* This matches the border radius on filter-opacity above */
    -moz-border-radius: 8px;
}

/*
Class for text used on the pages
*/
.page-text
{
    font-size: 15px;
    font-family: Lato, Helvetica, Verdana;
    color: #888;
}

/*
Class for text used on the pages
*/
.page-text-indented
{
	margin-left: 30px;
    font-size: 14px;
    font-family: Lato, Helvetica, Verdana;
    color: #ddd;
}

/*
Class for small prods text
*/
.prods-text
{
    font-family: Courier New;
    font-size: 8px;
    font-weight: bold;
    color: #888;
}

.productheaderimage
{
	position:relative;
	top: -5px;
	margin: -10px;
}

.rounded-thumb-image
{
	height:100px;
	/*border-radius:12px;*/
	border-radius:50%;
	margin:0px;
}

/*
Top Menu class
*/
.topmenu
{
    /*width: 960px;*/
    width: 100%;
    padding: 0px;
    float: left;
    background: #444; /* Should be the same as the header background */
}

/* attempt to make top menu items left aligned */
.topmenuitemlist
{
    margin-left:-35px;
    list-style-type: none;
}

.topmenuitemlistitem
{
    float: left;
}

.topmenuitemlistitemlink
{
    font-size: 16px;
    font-family: Verdana;
    padding-right: 4px;
    padding-left: 4px;
    display: block;
    line-height: 28px;
    text-decoration: none;
    color: #eee;
    cursor: pointer;
}

/*-----------------------------------------------------------------------
Specific Page CSS
*/

/*
Content frame - contains all elements centered on the page
*/
.frontpage-images
{
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

