﻿@import 'reset.css';
@import 'defaults.css';
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
body {
	background: #ffffff;
	font-weight: 300;
}

#bgImage {
	background:url(../../content/image/bg.jpg) top center no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	color: #4f4f4f;
}

#main h1 {
	font-size: 24pt;
	line-height: 34px;
	margin-bottom: 10px;
}

#main h2 {
	font-size: 19.32pt;
	color: #dd6b65;
	margin-bottom: 2px;
}

#main h4 {
	font-size: 24.86pt;
	color: #ffffff;
	font-weight: normal;
}

#main h5 {
	font-size: 19.59pt;
	color: #ffffff;
	line-height: 30px;
}

#main h6 {
	font-size: 26.12pt;
	color: #ffffff;
}

a:link {
	color: #dd6b65;
}
a:visited {
	color: #dd6b65;
}
a:hover {
	color: #000000;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	height: 154px;
	padding: 0px 0px 0px 14px;
	/*background: url(../image/header_bg.png) no-repeat;*/
}

/*#header #logo{
    If needed to position logo
}*/

#phone, #espanol, #gift, #contactUs, #spanish {
	position:absolute;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #ffffff;
}

#phone {
	top: 5px;
	right: 399px;
	font-size: 10.59pt;
}

#espanol {
	top: 5px;
	right: 275px;
	font-size: 10.59pt;
}

#gift {
    top: 0px;
    right: 115px;
    background-color: #67899d;
    color: #fff;
    text-decoration: none;
    font-size: 14.82pt;
    padding:2px 15px 4px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#gift a {
	color: #fff;
	text-decoration: none;
}

#gift a:hover {
	color: #fff;
}

#contactUs {
    top: 0px;
    right: 0px;
    background-color: #dd6b65;
    color: #fff;
    text-decoration: none;
    font-size: 14.82pt;
    padding:2px 15px 4px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#contactUs a {
	color: #fff;
	text-decoration: none;
}

#contactUs a:hover {
	color: #fff;
}

#spanish {
	top: 20px;
    left: 362px;
}

#mainImage {
	min-height: 50px;
	/*background-color: #fff;*/
}

#main {
	background: #fff;
	color: #787878;
	font-size: 15px;
}

#main .padding {
	padding: 14px;
}

.greenBox {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #d8eae2;
	padding: 15px 15px;
	min-height: 250px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}

.greenBox p {
	margin: 0px;
}

.grayBox {
	background: #f4f4f4;
	padding: 18px 20px;
}

.grayBox p {
	margin: 0px;
}

.grayBoxSm {
	background: #f4f4f4;
	padding: 10px 0px;
	margin: 0px 0px 6px;
	font-size: 14px;
}

.grayBoxSm p {
	margin: 0px;
}

#bottom {
	height: 250px;
	background: #233d54;
}

#footer {
	color: #5e7588;
	font-size: 23.29pt;
	font-family: 'Oswald', sans-serif;
	width: 1110px;
	margin: 0 auto;
	padding: 50px 0px 0px 60px;
}

#footer a {
	color: #5e7588;
	text-decoration: none;
}

/*
#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 420px;
}
#ds_left {
	left: 0;
	background: url(../image/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../image/ds_right.png) top left no-repeat;
}

*/

.AccountStatus{font-size:10px; position:absolute; top:0px; right:0px;}

/*---	Theme Settings			---
-----------------------------------*/

.primary {
	color: #2681f3;
}
.secondary {
	color: #333;
}
.tertiary {
	color: #5F5F5F;
}

.btn.primary {
	background-color: #0C65CF;
}
.btn.secondary {
	background-color: #222;
}
.btn.tertiary {
	background-color: #5F5F5F;
}

.btn {
	display: inline-block;
	background-repeat: repeat-x;
	border: none;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.btn img {
	vertical-align: middle; /* Middle align images (such as arrows) on buttons. */
}

.btn_21 {
	padding: 3px 6px;
	background-image: url(../image/btn_highGloss_21_trans.png);
	font-size: 11px;
	line-height: 16px;
}
a.btn_21 {
	padding: 4px 6px 5px;
}

.btn_24 {
	padding: 3px 12px;
	background-image: url(/File/Content/image/btn_highGloss_24_trans.png);
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

.form_simple input[type='submit'] {
font-family: 'open sans', sans-serif;
font-size: 18px;
font-weight: 100;
padding: 3px 25px 5px;
border:none;
cursor:pointer;
}


/* -- Form Style -- */

		.form_simple {
			margin: 0px !important;
			width: 100% !important;
		}
		
		.form_simple .form {
			position: relative;
			padding: 0px !important;
			background: none !important;
		}
		
		.form_simple .form .body label {
			font-size: 15px !important;
			margin: 10px 0px 5px 0px !important;
			color: #727272 !important;
		}
		
		.form_simple .form .body input[type="text"], .form_simple .form .body input[type="password"], .form_simple .form .body select, .form_simple .form .body textarea {
			border: #b3b3b3 solid 1px !important;
			font-size: 15px !important;
			padding: 6px 5px 5px !important;
			margin: 0px 0px 15px !important;
		}
		
		.form_simple .textInput input {
			width: 95% !important;
		}
		
		.form_simple .form .body textarea {
			height: 65px !important;
			width: 95% !important;
		}
		
		.submitButtonContainer {
			text-align: left;
			margin: 5px 0px 0px 0px !important;
		}
		
		.submitButtonContainer input {
			background: #ef6c2c !important;
			color: #fff;
			font-size: 19px !important;
			padding: 3px 20px !important;
			border: none;
			cursor: pointer;
			/*border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;*/
		}