/* Horizontal menu for the CMS CSS Menu Module */
/* The wrapper clears the floating elements of the menu */

#menuwrapper {
    padding: 0;
    width: 100%;
	clear:both;
	display: block;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li {
	width: 280px;
}

/* Unless you know what you do, do not touch this */

#primary-nav, 
#primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
        line-height: 1.5em;
}

#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}

#primary-nav ul ul {
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%;
	top: 0px;
}

#primary-nav li {
	margin-left: -1px;
	padding-left: 0;
	float: left;
	border-right: 1px solid #394D73;
	list-style-image: none;
}

/* Style second level menu items */
#primary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
        border-top: 1px solid #394D73;
        border-bottom: 1px solid #394D73;
        background-color: #ECE9C3;   
        color: #000000;
}

/* Styling the basic apperance of the menu elements */

#primary-nav a {
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#primary-nav li a {

}

#primary-nav li li a {

}

#primary-nav li, 
#primary-nav li.menuparent {

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {
	background-color: #F1DD7F;
	border-right: 1px solid #394D73;

}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,
#primary-nav ul li.menuparent:hover,
#primary-nav ul li.menuparenth {
	background-position: center right;
	background-repeat: no-repeat;
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {

}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul
/*
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul */
{
	display: none;
}

#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul {
	display: block;
}

#main_nav a:link,
#main_nav a:visited,
#main_nav a:active,
#main_nav a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #394D73;
	padding: 0 15px 0 15px;
	margin: 0;
	border-left: 1px solid #394D73;
}

#main_nav a:link li,
#main_nav a:visited li,
#main_nav a:active li,
#main_nav a:hover li {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #394D73;
	padding: 0 15px 0 15px;
	margin: 0;
	border-left: 1px solid #394D73;
}

#main_nav a:hover {
	background-color: #F1DD7F;
	border-bottom: 0px solid #394D73;
	
}

#main_nav {
	clear: both;
	position: relative;
	height: 18px;
        
    margin: 1px 0 0 0;
    padding: 0;
	background-color: #EFCB21;
	border-top: 1px solid #394D73;
	border-bottom: 1px solid #394D73;
}

/* IE FIXES */
#primary-nav li li {
	float: left;
	clear: both;
}

#primary-nav li li a {
	height: 1%;
}

/*
<!--[if IE]>
#primary-nav li a {
	margin: 10px 10px 8px 15px;
}
<![endif]-->


/*  START POSITIONING AND GENERAL FORMATTING CSS  */
html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}

div#banner {
	background-image: url(uploads/images/bg_banner.gif);
	background-repeat: repeat-x;
	height: 68px;
	display: block;
	width: 100%;
}

#banner_left {
	position: relative;
	float: left;
	background-image: url(images/bg_banner.gif);
	background-repeat: repeat-x;
	text-align: right;
	width: 63%;
}

#banner_right {
	position: relative;
	float: right;
	background-image: url(images/bg_banner.gif);
	background-repeat: repeat-x;
	width: 250px;
        text-align: right;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	/* border: 1px solid #666666; */
}


div#content {
	float: left;
	clear:both;
	padding: 0;
	position: relative;
	margin-top:1px;
}

div#content {
	width: 100%;
}

#content_wrapper {
	min-width: 600px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 0;
}


.main_content {
	width: 100%;
	margin: 0;
	clear: both;
}
.leftcolumn {
	vertical-align: top;
	background-color: #FFE933;
	color: #124374;
	padding: 3px;
	width: 180px;
	height: 100%;
	margin-right: 0px;
	margin-left: 0;
        border: 1px solid #394D73;
        text-align: center;
	font-size: 11px;
}

.leftcolumn img {
	margin-top: 10px;
	margin-bottom: 2px;
	border: 1px solid #394D73;
}

.centercolumn {
 	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
 	padding: 0 5px 5px 5px;
 	width: auto;
}
.rightcolumn {
	vertical-align: top;
	background-color: #124374;
	padding: 3px;
	width: 180px;
	height: 100%;
 	color: #ffffff;
 	border: 1px solid #000000;
	font-size: 11px;
	text-align: center;
}

.rightcolumn img {
	margin-top: 10px;
	margin-bottom: 2px;
	border: 1px solid #CBB60B;
}

.ordernow {
	float: right; 
        clear:both;
	margin: 5px; 
	padding: 8px 2px 2px 2px; 
	text-align: center; 
	width: 150px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	background-color: #F5E232;
	border: 1px solid #003366;
}
.ordernow img {
	border: 1px solid #124374;
	margin-bottom: 2px;
}

img.photoborder {
	border: 1px solid #124374;
        margin: 5px;
}

.indented {
        margin-right: 30px;
        margin-left: 30px;
        display: block;
}

div#footer {
	clear: both;
	padding: 2px;
	margin-top: 1px;
	height: 20px;
	background-color: #6E8195;
	color: #eeeeee;
	font-size: 10px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
             vertical-align: bottom;
	display: block;
            border: 1px solid #000000;
}

.headline {
	background-color: #F5E232;
	border: 1px dotted #003366;
	margin-bottom: 4px;
	padding: 3px;
	line-height: 1.5em;
	text-align:center;
}


div.content ul{
	list-style-type: square;
	line-height: 16px;
	margin-left: 1.5em;
	margin-top: 0px;
}


div.accessibility {
	margin-top: -50px;
	height: 50px;
}


/*  END POSITIONING CSS  *//* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1.2em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

/* LINKS */
a,
a:link,
a:visited {
	color: #124374;
	text-decoration: underline;
}

a:hover,
a:active {
  	color: #2C7FD2;
	text-decoration: none;
}


.rightcolumn a:link,
.rightcolumn a:visited,
.rightcolumn a:active {
 	color: #FFE933;
}

.rightcolumn a:hover {
 	color: #ffffff;
}

div#footer a,
div#footer a:link
div#footer a:active,
div#footer a:visited {
	color: #eeeeee;
}

/* END LINKS */



/* HEADINGS */

h1 {
             display: block;
	font-size: 16px;
	margin: 0 0 8px 0;;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFE933;
	background-color: #124374;
             text-transform: uppercase;
}

h2 {
	font-size: 12px;
             line-height: 1em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #394D73;
}

h3 {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding:0;
	color: #394D73;
}

h4 {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 3px;
	color: #ff0000;
}

h5 {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #394D73;
}

h6 {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	color: #394D73;
}

/* END HEADINGS */



/* TEXT */

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:1.4em;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

code {
            font-family: "Courier New", Courier, monospace;
            font-size: 1em;
            white-space: pre;
}

/* END TEXT */



/* LISTS */

ul {
/*	line-height: 1.5em;  */
}

ol {
	list-style-type: decimal;
}

ol li {

}

dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height: 1.4em;
}

dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
}

dl dd {
	margin: 0 0 0 30px;
	padding: 0;
}

#content_wrapper li {
	list-style-image: url(uploads/images/bullet_hemlet.gif);
	padding: 0 0 3px 6px;
}

#content_wrapper ul ul li {
             list-style-image: none;
	list-style-type: square;
	padding: 0 0 3px 6px;
}

table#ul {
	line-height: .75em;
}

#services li {
	list-style-image: url(uploads/images/bullet_hemlet.gif);
	padding: 0 0 5px 5px;
}


/* END LISTS */


/* TABLE */
table {
            font-size: 1em;
            margin: 0 0 1.5em 0;
            padding: 0;
}

table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}

th {
	font-weight: bold;
	text-align: left;
}

td {
	font-size: 1em;
}

/* END TABLE */

/* END TYPOGRAPHY */


/* EMAIL FORMS  */

.EmailWrapper {
            background-color: #efefef;
            border: 1px solid #666633;
            margin: 2px;
            padding: 2px;
            width: 96%;
}

td.required {
            width: 100px;
}

.EmailWrapper textarea{
            width: 90%;
            height: 100px;
	border: 1px solid #666633;
}

.EmailWrapper input {
             font-size: 11px;
	border: 1px solid #666633;
}

input.ffsubmit {
	background-color: #F1DD7F;
	border: 1px solid #666633;
	color: #394D73;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

/* END EMAIL FORMS */


/* BEGIN Flash Player  */
div#flashplayer_wrapper {
	float: right; 
	margin: 0 0 10px 5px; 
	padding: 0 0 2px 0; 
	text-align: center; 
	width: auto;
}

div#flashplayer_wrapper div.player_title {
        margin: 0 0 0 1px 0;
        padding: 2px;
        background-color: #F5E232;
        color: #003366;
        border-bottom: 1px solid #003366;
        font-family: verdana, arial, sans-serif;
        font-size: 10px;
}

div#flashplayer_wrapper div#flashPlayer {
        font-size: 9px;
        background-color: #EEEEEE;
        margin: 0;
        padding: 2px 0 0 0;
        cursor: pointer;
}

/* END Flash Player  */

div#rotating_image {
width: 100%;
text-align: center;
}
