﻿html,body  
{
    height:100%;    
    background-color: #C6A98C;
    font: 12px/18px "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px 0px 0px 0px;
}

table
{
    border: none;
}

#container
{
	margin: auto;
	width: 1000px;
    height:100%;
	background-color: transparent;
	

}

#headspace
{
	height: 20px;
	clear:both;
}
#footspace
{
	height: 30px;
	clear:both;
}

#pagetop
{
    height: 138px;
    background: transparent url(/Content/images/saontime_banner.jpg) no-repeat;
}

#page-split
{
    padding-top:5px;
    padding-bottom: 7px;
    border-bottom: 2px dotted #DDDDDD;  /*#657887;*/
}

#seperator
{
    height: 8px;
    border-bottom: 2px solid #e1e1e1;
}
    

.menustrip
{
	height: 35px;
	clear:both;
	width:1000px;
	padding: 0px 16px 0px 16px;
    -moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	
	background: #999; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8CA2B3', endColorstr='#6D7D88'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#8CA2B3), to(#6D7D88)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #8CA2B3,  #6D7D88); /* #8CA2B3, #6D7D88 */
}

#banner
{
    height: 103px;
}

#main
{
    position:relative;
    width: 1000px;
    float:left;
    margin: 0;
    padding: 0;
    background-color:#fff;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);    	
	border: 1px solid #e1e1e1;

	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

}

#mainarea
{
    margin-top: 1px;/*12px;*/
	background-color: #fff;
}

.subtitle
{
    font-weight: 700;
    font-size: 3;
}

.menu-item
{
    height: 15px;
    width:114px;
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    border-right: 1px solid #666;
    text-align:center;
    float:left;
    display:table-cell;
}

.menu-item-last
{
    border-right: none !important;
}

.menu-item a
{
    text-decoration:none;
    color: #333;
}

.menu-item link
{
    background-color: #fff;
}

.menu-item a:hover
{
    text-decoration:none;
    color: #444;
}

.thumbnail
{
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:160px;
    height:120px;
}

.thumbnail img
{
    width:160px;
    height:120px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}



.product-wrapper-odd
{
    height:126px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fdfdfd;
    border-bottom: 1px dotted #ddd;

}

.product-wrapper-even
{    
    height:126px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #fff;
    border-bottom: 1px dotted #ddd;

}
.product-title
{
    width:245px;
    height:126px;
    vertical-align:middle;
    font-size:12px;
    padding-left:5px;
    display:table-cell;
}


.product-description
{
    vertical-align:middle;
    width:560px;
    height:126px;
    font-size:12px;
    display:table-cell;
}


.product-image
{
    display:table-cell;
    width:160px;
    text-align:right;
}

.product-image img
{
    border: none;
}


.aboutus-description
{
    vertical-align:middle;
    width:805px;
    height:126px;
    font-size:12px;
    display:table-cell;
}


.aboutus-image
{
    display:table-cell;
    width:160px;
    text-align:right;
}

.aboutus-image img
{
    border: none;
}

.grid-header
{
    padding: 3px 0px 6px 0px;
    background-color: #fafafa;
}

.justified
{
    text-align:justify;
}

.facebook-link
{
    width:270px;
    text-align:right;
    float:right;    
}

.first-column
{
    width: 350px;
    line-height: 1.5;
    float:left;
}

.three-column
{
    width: 31%;
    line-height: 1.5;
    float:left;
    margin-right:20px;
}


.last-column
{
    width: 610px;
    line-height: 1.5;
    float:right;
}

#bottom-menu
{
    font-size:10px !important;
    width:100%;
    text-align: center; 
}

#bottom-menu a
{
    text-decoration: none;
    color: #fff;
}

#design
{
    text-align:center;
}

H1
{
    /*color:#bb8d3f;*/
    color: #657887;
    font-size: 20px;
    padding-bottom:12px;
}

H2
{
    /*color:#bb8d3f;*/
    color: #657887;
    font-size: 17px;
}

H3 {
    border-top: 1px solid #DDDDDD;
    clear: both;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #657887;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

.bottomspacer {height:20px; clear:both;}