@font-face {
	font-family: Helvetica;
	src: url("../font/HelveticaNeueLTStd-Roman.otf") format("opentype");
}

@font-face {
	font-family: Proxima;
	src: url("../font/ProximaNova-Sbold.otf") format("opentype");
}

body{
	background-color: #363b45;
}

p,ul{
	line-height:22px;
}

p{
	margin-bottom:10px;
}

.main-area{
	/*min-height: 588px;*/
}

.titillium{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
}

.titillium-sb{
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
}

.helvetica{
	font-family: 'Helvetica' !important;
}

.margin10{
	margin:10px;	
}

.margin10-notop{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.pad10{
	padding:10px;	
}

ul{
	list-style: disc;
	margin: 20px;
	margin-bottom:10px;
	margin-top:0px;
}


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

#site-logo{
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
	margin-left:10px;
	padding-top: 10px;
	padding-right:10px;
}

#site-logo img {
	height:65px;
}

.pod{
	margin-top:10px;
	margin-bottom:10px;
	box-shadow: 1px 1px 5px #2f333c;
	border-radius: 5px;
}

.pod-blue{
	background-color:#393f4a;
	font-family: 'Oswald', sans-serif;
	padding:10px;
	color: #ffffff;
}


.center{
	text-align: center !important;
}


.pod-blue h1{
	font-size: 2.5em;
	margin: 0;
}

.pod-blue h3{
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.peach{
	color: #de7d76;
}

.pod-white{
	background-color:#ffffff;
	overflow:auto;
}

.picker-buttons{
	float:left;
}

.picker-buttons img{
	width:75%;
}

.button{
	display:block;
	margin-bottom:10px;
	cursor: pointer;
}

.picker-content-container{
	float:right;
	width:800px;
	color: #7c808d;
}

.picker-content{
	font-family: 'Helvetica' !important;

	visibility: hidden;
}

.picker-content h1{
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size: 2em;
	margin-bottom: 20px;
}

.picker-content h3{
	font-family: 'Proxima', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	margin-top:20px;
	margin-bottom:10px;
	color: #c87570;
}

.picker-content-text{
	float:left;
	width:50%;
	width: 60%;
}

.picker-content img{
	float:right;
	width:40%;
}


.helmets{
	
}

.helmet{
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 0px 123px;

	visibility: hidden;
}

.helmet-line{
	visibility: hidden;
}

.helmet-price{
	visibility: hidden;
}

.helmet img{
	
}


.helmet-info{
	text-align: center;
	margin-left: -20px;
}

.price{
	font-family: 'Titillium Web', sans-serif;
	font-weight:600;
	font-size:1.2em;
	color: #c87570;
}

.total-price{
	background-image: url('../img/total_price.png');
	background-repeat: no-repeat;
	height:70px;
	width:125px;
	position: absolute;
	top:293px;;
	left: 825px;
	font-family: 'Proxima';
	color:#ffffff;
}

.cost{
	margin-top:7px;
	font-size: 2em;
}

.btn{
	font-family: 'Proxima', sans-serif;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background: #43a656; /* Old browsers */
	background: -moz-linear-gradient(top, #43a656 0%, #23582d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43a656), color-stop(100%,#23582d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #43a656 0%,#23582d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #43a656 0%,#23582d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #43a656 0%,#23582d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #43a656 0%,#23582d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a656', endColorstr='#23582d',GradientType=0 ); /* IE6-9 */
	display:inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn img{
	position:relative;
	top:4px;
}

.btn:hover,
.btn:focus{
	background: #FFFFFF;
    color:#00A94F;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.btn2{
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #a5a5a5 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#a5a5a5), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#a5a5a5 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#a5a5a5 100%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#a5a5a5 100%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#a5a5a5 100%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	color:#444444 !important;
}

.btn2:hover,
.btn2:focus{
    color:#ffffff !important;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #43a656; /* Old browsers */
	background: -moz-linear-gradient(top, #43a656 0%, #23582d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43a656), color-stop(100%,#23582d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #43a656 0%,#23582d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #43a656 0%,#23582d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #43a656 0%,#23582d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #43a656 0%,#23582d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43a656', endColorstr='#23582d',GradientType=0 ); /* IE6-9 */
}

.btn:active{
	 /*-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;*/
}

.commissions{
	color:#7c808d;
	font-weight: bold
}

.send{
	letter-spacing: 1.2px;
}

.end-user-container{
	min-height:570px;
}

.tab h2{
	
	font-weight: bold;
	margin-bottom: 10px;
}

#plain-text{
	width: 616px; 
	height: 136px;
	resize: none;
}

.transparent{ 
	background:transparent;
}

#dialog{
	position: relative;
}

#dialog-footer{
	position: absolute;
	bottom: 0;
}

.ui-widget-overlay {
	background: #000000 50% 50% !important;
	opacity: .80 !important;
	filter: Alpha(Opacity=80) !important;
}

.ui-widget-header{
	color: #00A94F;
	font-size: 1.4em;
	font-weight: bold;
	border:none;
	background:none;
	border-bottom: solid 1px #999;
	font-family: Helvetica;
}

#tabs{
	font-family: 'Helvetica' !important;
}
.ui-dialog-title{
	float:none;
	overflow:auto;
}
