﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html,html body {height:100%;}
body
{
    height:100%;
    /*background: url('/Content/Images/bg.jpg');*/
}

a:link
{
    color:#000000;
    text-decoration:none;
}
a:visited
{
    color:#000000;
    text-decoration:none;
}
a:hover
{
    color:#666666;
    text-decoration:underline;
}
a:active
{
    color:#000000;
    text-decoration:none;
}

p, ul
{
    
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    
}

h1
{
    
}
h2
{
    
}
h3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
  
}
h4
{
    
}
h5, h6
{
    
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
   height: 100%;
   width:800px;
}
html>body .page {height: auto;min-height: 100%;}

#header
{
    
}

#header h1
{
    
}

#title img{border: 2px solid #fff;}

#menucontainer
{
	/*border-left:1px solid #000; 
border-bottom:1px solid #000;
float:right;
width:230px; 
background:#fff;
margin:0px 0px 10px 10px;*/
position: absolute;
	width:200px;
	background:#fff;
	/*background-image: url(Images/nav_slice.gif);*/
	/*background-repeat:repeat-y;*/
	border: 2px solid #FFFFFF;
	margin:0px 0px 10px 800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 2em;
}
#main{
/*border: 1px solid #000;
padding: 4px;
color:#fff;
background:#000;
height:90%;
min-height:90%;*/
border: 1px solid #fff;
padding: 4px;
color:#000;
background:#fff;
height:90%;
min-height:90%;
width: 800px;
margin: 0px 230px 0px 0px;
}

#footer
{
    color: #fff;
    text-align: center;
    width: 1020px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 900;
 
}

ul#menu li
{
    list-style-type: none;
}

ul#menu li#greeting
{
    
}

ul#menu li a
{
    
}

ul#menu li a:hover
{
    
}

ul#menu li a:active
{
    
}

ul#menu li.selected a
{
text-decoration:underline;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:#ff0000;
}

#menucontainer
{
    
}

#title
{
    
}

#logindisplay
{
    
}

#logindisplay a:link
{
    
}

#logindisplay a:visited
{
   
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

img.galleryImage{vertical-align:top;position:relative; top:0px;}


div.paging
{
    position: relative;
    margin: 6px 0px 6px 350px;
    text-align: right;
    width:450px;
}
div.paging a
{
    font-size: 80%;
    border: 1px solid #aaa;
    padding: 3px;
    background: #fff;
    cursor: pointer;
    margin: 0px 2px 2px 2px;
}
div.paging a.currentPage
{
    border: 1px solid #000;
    font-size: 100%;
    font-weight:bold;
    cursor: default;
    text-decoration: none;
}

div.categoryView{vertical-align:top; text-align: center;border-bottom: 1px solid #ddd;}
div#search{position:absolute; top: 45px; left: 700px;color:#000000;font-weight:bold;}
table.gallery {position:relative; margin: 5px auto 5px auto;}
table.gallery tr td{position:relative;text-align: center;}
span#lastCrumb{font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold}
span#phone{position:relative; left:0px; top:-45px; font:inherit; color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
span#fax{position:relative; left:50px; top:-45px; font:inherit; color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

.browse{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
}
.breadcrumbs2{
border-top: 1px solid #000;
border-bottom: 1px solid #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#CCCCCC;
padding: 0px 2px 0px 2px;
}
.viewingImages{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
/*background-color:#FFFFCC;*/
}