﻿/** Top Bar */
#topbar
{
    overflow: hidden;
    background-color: #0094FF;
    line-height: 30px;
    color: White;
}

.topbarText
{
    float: right;
    margin-right: 20px;
}

.MenuPriceDisplay {
    font-size: 14px;
    color: black;  
}

.topbarSearch
{
    float: left;
    margin-left: 20px;
    padding: 0px 0px 0px 10px;
}

.topbarTextLogout
{
    float: right;
    margin-right: 20px;
    padding: 0px 0px 0px 10px;
 	border-left: 1px solid #E7E7E7;
}
    
#topbar a
{
	display: block;
	padding: 0px 0px;
	margin: 0em .4em;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: .90em;
	font-weight: 300;
	color: White;	
}

#topbar .active a
{
	background: #99CCBB;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	border: 1px solid #8EBEAE;
	color: White;
}

#topbar .active a:hover
{
	background-color: #94C5B5;
}

#topbar .active a:active
{
	background-color: #8EBEAE;
}

#topbar a:hover
{
	text-decoration: none;
}


/** WRAPPER */

#wrapper-bg
{
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
	background: url('../images/Meritus_North_Texas_Logo.png') no-repeat left ;
}

#wrapper
{
	padding-bottom: 0px;
	display: inline-block;	
}

#wrapper2
{
	padding-bottom: 30px;
	display: inline-block;	
}

.container
{
	width: 1024px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header
{
	overflow: hidden;
	margin-top: 0px;
}

#HeaderBottomBorder
{
   	border-bottom: 4px solid #E7E7E7;
   	margin-bottom: 2px;
}

/** LOGO */


#logo
{
	float: left;
	padding: 5px 0px 5px 15px;
}

#logoright
{
    float: right;
	padding: 5px 0px 0px 10px;
    display: inline-block;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 1.10em;
	font-weight: 300;
	color: Black;		
	white-space: nowrap;
	overflow: hidden;	
    border-style: none;
}

#logoright1
{
    float: right;
	padding: 25px 0px 0px 15px;
    display: inline-block;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 1.10em;
	font-weight: 300;
	color: Black;		
	white-space: nowrap;
	overflow: hidden;	
    border-style: none;
}

#logoright a
{
	display: block;
	padding:  15px 0px 0px 15px;
	margin: 0em .4em;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 1.20em;
	font-weight: 300;
	color: Black;	
}

#logoright .active a
{
	background: #99CCBB;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	border: 1px solid #8EBEAE;
	color: #FFFFFF;
}

#logoright .active a:hover
{
	background-color: #94C5B5;
}

#logoright .active a:active
{
	background-color: #8EBEAE;
}

#logoright a:hover
{
	text-decoration: none;
}


#logo h1 a
{
}

#logo span
{
	color: #8EBEAE;
}

#ShoppingCart
{
	float: left;
	overflow: hidden;
}



#menu{
    width: 1024px;
    margin: 0 auto;
}

/* Telerik Menu Styles */

html .qsf-demo-canvas {
     padding: 0;
     margin: 0;
}
 
.demo-label {
     color: #717276;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 16px;
}

/* Telerik Menu Styles color menu */