/* Variables
------------------------------------------------------------------
{
  Color: [
    {
      value: 'blue',
      sample: '#359bdc',
      NormalColor: '#359bdc',
      HoverColor: '#77c7fa'
    },	
	{
      value: 'dark-blue',
      sample: '#265386',
      NormalColor: '#265386',
      HoverColor: '#4981c0'
    },
    {
      value: 'green',
      sample: '#56b64f',
      NormalColor: '#56b64f',
      HoverColor: '#82d57c'
    },
	{
      value: 'bronze',
      sample: '#d09345',
      NormalColor: '#d09345',
      HoverColor: '#deba8b'
    },	
	{
      value: 'pink',
      sample: '#d154c7',
      NormalColor: '#d154c7',
      HoverColor: '#de83d6'
    },
	{
      value: 'red',
      sample: '#c71818',
      NormalColor: '#c71818',
      HoverColor: '#dc5252'
    },	
	{
      value: 'teal',
      sample: '#53b19e',
      NormalColor: '#53b19e',
      HoverColor: '#87d2c3'
    },
	{
      value: 'lime',
      sample: '#99c127',
      NormalColor: '#99c127',
      HoverColor: '#9ec429'
    },
	{
      value: 'purple',
      sample: '#6354c6',
      NormalColor: '#6354c6',
      HoverColor: '#5447bc'
    }
  ]
}
------------------------------------------------------------------
*/



/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, 
fieldset, input {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: url(nav-bg.jpg);
}

.container {
	margin: 0 auto;
	width: 960px;	
}

#header-wrap,
#banner-wrap,
#nav-wrap,
#main-wrap,
#footer-wrap
{
        width:100%;
}
a {
	color: $NormalColor;
}

a:hover {
	color: $HoverColor;
}

blockquote {padding:0 0 0 20px !important; color:#999 !important;}
#footer-wrap blockquote {border-left-color:#777;}
h2 {
	font-size: 22px;
	padding: .5em 0 .2em 0;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
}

p {
	line-height: 1.5;
	padding: 1em 0;
}

div#content {min-height:400px;}

/* Header
--------------------------------------------------------------------------------*/

#header-wrap  {
	padding:30px 0;
	background:#fff;
	position:relative;
	z-index:2;
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.05);
}

#logo,
#logo a,
#logo a:hover {
    color: #353535;
	text-decoration: none;
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing:1px;
}


#header {
	border-collapse: collapse;
	border-spacing: 0;
        width:100%;
}


#header td {
	vertical-align: middle;
	text-align: left;
}


#header-right table {
	float: right;
	width: 1px;
}

#header-right td {
	padding: 0;
}

/* Header: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
	display: block;
	white-space: nowrap;
}

#header-right .phone-number .wsite-text a {}
#header-right .phone-number .wsite-text a:hover {}

/* Header: Social Links
--------------------------------------------------------------------------------*/

#header-right .wsite-social {
	vertical-align: middle;
	margin: 2px 0 0 10px;
}


.wsite-social-item {
	width: 28px;
	height: 30px;
	margin: 1px 0 0 4px;
}

.wsite-social-rss {
	background: url(social-icons.png) no-repeat -130px 0px;
}

.wsite-social-rss:hover {
	background-position: -130px -30px;
}

.wsite-social-rss:active {
	background-position: -130px -60px;
}

.wsite-social-linkedin {
	background: url(social-icons.png) no-repeat -65px 0px;
}

.wsite-social-linkedin:hover {
	background-position: -65px -30px;
}

.wsite-social-linkedin:active {
	background-position: -65px -60px;
}

.wsite-social-facebook {
	background: url(social-icons.png) no-repeat 0px 0px;
}

.wsite-social-facebook:hover {
	background-position: 0px -30px;
}

.wsite-social-facebook:active {
	background-position: 0px -60px;
}

.wsite-social-twitter {
	background: url(social-icons.png) no-repeat -32px 0px;
}

.wsite-social-twitter:hover {
	background-position: -32px -30px;
}

.wsite-social-twitter:active {
	background-position: -32px -60px;
}

.wsite-social-mail {
	background: url(social-icons.png) no-repeat -97px 0px;
}

.wsite-social-mail:hover {
	background-position: -97px -30px;
}

.wsite-social-mail:active {
	background-position: -97px -60px;
}

.wsite-social-pinterest {
	background: url(social-icons.png) no-repeat -227px 0px;
}

.wsite-social-pinterest:hover {
	background-position: -227px -30px;
}

.wsite-social-pinterest:active {
	background-position: -227px -60px;
}

.wsite-social-youtube {
	background: url(social-icons.png) no-repeat -325px 0px;
}

.wsite-social-youtube:hover {
	background-position: -325px -30px;
}

.wsite-social-youtube:active {
	background-position: -325px -60px;
}

.wsite-social-plus {
	background: url(social-icons.png) no-repeat -195px 0px;
}

.wsite-social-plus:hover {
	background-position: -195px -30px;
}

.wsite-social-plus:active {
	background-position: -195px -60px;
}

.wsite-social-flickr {
	background: url(social-icons.png) no-repeat -162px 0px;
}

.wsite-social-flickr:hover {
	background-position: -162px -30px;
}

.wsite-social-flickr:active {
	background-position: -162px -60px;
}

.wsite-social-vimeo {
	background: url(social-icons.png) no-repeat -260px 0px;
}

.wsite-social-vimeo:hover {
	background-position: -260px -30px;
}

.wsite-social-vimeo:active {
	background-position: -260px -60px;
}

.wsite-social-yahoo {
	background: url(social-icons.png) no-repeat -292px 0px;
}

.wsite-social-yahoo:hover {
	background-position: -292px -30px;
}

.wsite-social-yahoo:active {
	background-position: -292px -60px;
}
/* Header: Search Box
--------------------------------------------------------------------------------*/

#header-right .wsite-search {
	vertical-align: middle;
	margin-left:15px;
}

#header-right .wsite-search-input {
	width: 153px;
	height: 28px;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 12px;
	background: url(input-bg.png) no-repeat center left;
}

#header-right .wsite-search-button {
	position: relative;
	width: 21px;
	height: 28px;
	padding: 4px 0px;
	background: url(submit-bg.png) no-repeat center right;
}

/* Navigation
--------------------------------------------------------------------------------*/

#nav-wrap {
	background: url(nav-bg.jpg);
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.25);
	position:relative;
	z-index:3;
}

#nav-wrap .container {
	clear: both;
	overflow: hidden;
	position: relative;
	width: 960px;
	box-shadow:none;
}

#nav-wrap .container ul {
	list-style: none;
	float: left;
}

#nav-wrap .container ul li {
	list-style: none;
	float: left;
	background: url(nav-sep.png) repeat-y center right;
	padding-right: 2px;
}

#nav-wrap .container ul li.wsite-nav-0 {
	padding-left:1px;
}

#nav-wrap .container ul {
	background: url(nav-sep.png) repeat-y center left;
}

#nav-wrap .container ul li a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #fff;
	padding: 25px 20px;
	border: 0;
	outline: 0;
	list-style-type: none;
	text-shadow:0 -1px 1px rgba(0,0,0,1);
}

#nav-wrap .container ul li#active a,
#nav-wrap .container ul li a:hover {
	background: #252525;
	border: 0;
}

#nav-wrap .container ul li a:active {
	background: #000;
}

/* Navigation Submenu's
--------------------------------------------------------------------------------*/
#wsite-menus .wsite-menu {
	background:#252525;
	box-shadow:0 1px 4px rgba(0,0,0,0.5);
}

#wsite-menus .wsite-menu li a {
	color: #fff;
	margin:0;
	border:none;
	background: #252525 url(nav-submenu-bg.png) repeat-x center top;
}

#wsite-menus .wsite-menu li a:hover {
	color: #fff;
	background: #2e2e2e url(nav-submenu-bg.png) repeat-x center top;
}

/* Universal banner
--------------------------------------------------------------------------------*/

#banner-wrap {
	background:url(banner-bg.jpg);
	border-bottom: 1px solid #DEDEDE;
}

#banner-wrap .container {
	width:960px;
	position: relative;
	z-index:1;
}

/* Page type: Tall header
--------------------------------------------------------------------------------*/

.tall-header-page #banner {
	background: url(banner-tall-bg.png) repeat center left;
	width: 960px;
	height: 380px;
}

.tall-header-page .wsite-header {
	width: 960px;
	height: 380px;
	background: url(banner-tall.jpg) no-repeat;
}

/* Page type: Short header
--------------------------------------------------------------------------------*/

.short-header-page #banner {
	background: url(banner-short-bg.png) no-repeat center left;
	width: 960px;
	height: 251px;
}

.short-header-page .wsite-header {
	width: 960px;
	height: 251px;
	background: url(banner-short.jpg) no-repeat;
}

/* Page type: No header
--------------------------------------------------------------------------------*/

.no-header-page .wsite-header  {
        display:none;
}

/* Page type: Landing page
--------------------------------------------------------------------------------*/

.landing-page #banner {
	background: url(banner-landing-bg.png) no-repeat center left;
	width: 960px;
	height: 381px;
	padding: 0;
}
.landing-page .wsite-header {
	width: 960px;
	height: 381px;
	background: url(banner-landing.jpg) no-repeat;
	position: relative;
}

#bannerright {
	background: url(banner-landing-text-bg.png) repeat center left;
	position: absolute;
	bottom:0px;
	margin-left:30px;
	padding: 25px 30px 20px;
	z-index: 2;
}

#bannerright h2 {
	width:400px;
	color: #fff;
	font-size: 30px;
	font-weight:400;
	text-shadow:0 1px 2px rgba(0,0,0,1);
	padding: 0px;
	line-height: 30px;
}

#bannerright p {
	width:500px;
	color: #fff;
	font-size: 14px;
	padding: 20px 0px;
	line-height: 140%;
	text-shadow:0 1px 2px rgba(0,0,0,1);
}

.landing-banner-outer {
	display: table; 
	#position: relative; 
	overflow: hidden;
}

.landing-banner-mid {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.landing-banner-inner {
	#position: relative; 
	#top: -50%;
}

/* Main Content
--------------------------------------------------------------------------------*/
#main-wrap {
	background:#fff;
	padding:20px 0;
}
#main-wrap .container {
	background: #fff;
	padding: 10px 0px;
}
#main-wrap .container p {}
#main-wrap .container a {}
#main-wrap .container blockquote {
	font-size:13px;
	font-style:italic;
	padding: 1px 30px 50px 30px;
}

#main-wrap .container form .wsite-button {
	margin-top:20px;
}


/* Footer
--------------------------------------------------------------------------------*/

#footer-wrap {
	text-align:right;
	background:url(nav-bg.jpg);
	color:#ddd;
	padding:30px 0;
}

#footer-wrap h1, #footer-wrap h2 {color:#fff; font-size:19px;}
#footer-wrap span, #footer-wrap p, #footer-wrap .wsite-form-label {color:#bbb;}
#footer-wrap a {color:#fff;}
#footer-wrap a:hover {color:#888;}

#footer-wrap .container .wsite-footer {
    margin: 0 10px;
}
#footer-wrap .wsite-form-container {
	text-align:left;
	margin-top:0 !important;
}

/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
	display: inline-block;
	color: #2c2c2c;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:15px 0px 5px;
}

.form-radio-container {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.wsite-form-input, .wsite-search-element-input {
	border:1px solid #bbb;
	background: #fff;
	padding:8px 5px !important;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #ececec;    
    box-shadow: inset 0px 1px 1px #ececec;
}

.form-select {
	color: #888888;
	font-size: 13px;
	padding: 2px 0px 2px 5px;
	width: 300px;
	-webkit-box-shadow: inset 0px 0px 1px 1px #ececec;    
    box-shadow: inset 0px 0px 1px 1px #ececec;
	border-radius: 5px;
}

#footer-wrap .wsite-form-container {margin-top:0 !important;}

.wsite-search-box {position:relative; width:inherit; overflow:visible;}
.wsite-search-box span {background:url(search-light.png) left; width:13px; height:13px; position:absolute; top:5px; right:-10px;}
.wsite-search-box span:hover {cursor:pointer; background-position:center;}
.wsite-search-box span:active {background-position:right;}

/* Buttons
--------------------------------------------------------------------------------*/

/* Small structure & regular style */

.wsite-button {
	height: 47px;
	display: inline-block;
	padding: 0px 26px 0px 0px;
	background: url(button_highlight.png) no-repeat 100% -144px;
}

#banner .wsite-button, #footer-wrap .wsite-button {
	background-image: url(button_highlight_dark.png);
}

.wsite-button:hover {
	background-position: 100% -192px;
}

.wsite-button:active {
	background-position: 100% -240px;
}

.wsite-button-inner {
	color: #fff !important;
    height: 47px;
	line-height: 45px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 26px;
	background: url(button_highlight.png) no-repeat 0px 0px;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
}

#banner .wsite-button-inner, #footer-wrap .wsite-button-inner {
	background-image: url(button_highlight_dark.png);
}

.wsite-button:hover .wsite-button-inner {
	background-position: 0px -48px;
}

.wsite-button:active .wsite-button-inner {
	background-position: 0px -96px;
}

/* Large structure & regular style  */

.wsite-button-large {
	color: #fff !important;
	height: 66px;
	background: url(button_large_highlight.png) no-repeat 100% -200px;
	padding: 0px 30px 0px 0px;
}

#banner .wsite-button-large, #footer-wrap .wsite-button-large {
	background-image: url(button_large_highlight_dark.png);
}

.wsite-button-large:hover {
	background-position: 100% -266px;
}

.wsite-button-large:active {
	background-position: 100% -332px;
}

.wsite-button-large .wsite-button-inner {
	height: 66px;
	line-height: 64px;
	padding: 0px 0px 0px 30px;
	background: url(button_large_highlight.png) no-repeat 0px 0px;
}

#banner .wsite-button-large .wsite-button-inner, #footer-wrap .wsite-button-large .wsite-button-inner {
	background-image: url(button_large_highlight_dark.png);
}

.wsite-button-large:hover .wsite-button-inner {
	background-position: 0px -66px;
}

.wsite-button-large:active .wsite-button-inner {
	background-position: 0px -132px;
}

/* Highlighted styles */

.wsite-button-highlight {
	background-image: url(button_$color.png);
}

.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_$color.png);
}

.wsite-button-large.wsite-button-highlight {
	background-image: url(button_large_$color.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_large_$color.png);
}

#banner .wsite-button-highlight, #footer-wrap .wsite-button-highlight {
	background-image: url(button_$color_dark.png);
}

#banner .wsite-button-highlight .wsite-button-inner, #footer-wrap .wsite-button-highlight .wsite-button-inner {
	background-image: url(button_$color_dark.png);
}

#banner .wsite-button-large.wsite-button-highlight, #footer-wrap .wsite-button-large.wsite-button-highlight {
	background-image: url(button_large_$color_dark.png);
}

#banner .wsite-button-large.wsite-button-highlight .wsite-button-inner, #footer-wrap .wsite-button-large.wsite-button-highlight .wsite-button-inner {
	background-image: url(button_large_$color_dark.png);
}

/* Retina-specific Changes */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
	/* Small Button */
	.wsite-button,
	#banner .wsite-button, #footer-wrap .wsite-button,
	.wsite-button:hover,
	.wsite-button:active {
		padding-right: 24px;
	}
	.wsite-button-inner {
		padding-left: 24px;
	}

	/* Large Button */
	.wsite-button-large,
	#banner .wsite-button-large, #footer-wrap .wsite-button-large,
	.wsite-button-large:hover,
	.wsite-button-large:active {
		padding-right: 28px;
	}
	.wsite-button-large .wsite-button-inner {
		padding: 0px 0px 0px 28px;
	}
}

