﻿
/* reset all margins and padding */
*{
	margin: 0;
	padding 0;
	color: black;
}

/* make following elements blocks */
header, section, footer, aside, nav, article{
	display:block;
}

/* center the site */
body{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../font/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../font/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../font/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../font/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: bold;
    font-style: normal;
}

h3{
	font-size:22px;
	font-family:HelveticaNeueBold;
}

#logo{
	margin-top:10px;
}

#big_wrapper{
	min-width: 320px;
	margin: 0px;
	display: box; display: -webkit-box;
	box-orient:vertical; -webkit-box-orient:vertical;
	box-flex:1; -webkit-box-flex: 1;
}

#banner{
	background-image:url('../img/repeatbg.jpg');
	min-height: 120px;
	webkit-box-flex:1;
	text-align: center;
}

#top_edge{
	background-image:url('../img/top_edge.png');
	height:14px;
}

#bottom_edge{
	background-image:url('../img/botedge.jpg');
	height:8px;
}

#content{
	padding: 38px 0px 20px 0px;
	text-align: center;
	height:241px;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	box-flex:1; -webkit-box-flex: 1;

}

#content a{
	font-family:HelveticaNeueBold;
	display:block;
	margin-bottom:12px;
	font-size:14px;
}



#footer{
	text-align:left;
	background-color: white;
	display:box; display:-webkit-box;
	box-pack:center; -webkit-box-pack:center;
	padding: 0 0 20px 0;
}

footer img{
	float:left;	
	margin-right:10px;
}

#FB{
	color:#3B5998;
	font-family:HelveticaNeueBold;
	font-size:15px;
}

#red_btn{
	width:200px;
	background-image:url('redbutton.png');
}

.rullegardin{
	width:225px;
	background: url('../img/dropdown.png') no-repeat right, gradient(linear, left top, left bottom, from(#ffffff), 
		    to(#eeeeee));
	appearance:none; -webkit-appearance:none;
	height:30px;
	border-radius:13px;
	border:1px solid #d1d1d1;
	margin-top:20px;
	margin-bottom:15px;
	padding-left:10px;
}	
a.RedB , div.greenButton div span{border:0;text-shadow:none;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#ce2116),to(#ce2116));
 background-image: -webkit-linear-gradient(top,#ce2116,#ce2116);
 background-image: -moz-linear-gradient(top,#ce2116,#ce2116);
 background-image: -ms-linear-gradient(top,#ce2116,#ce2116);
 background-image: -o-linear-gradient(top,#ce2116,#ce2116);
 background-image: linear-gradient(top,#ce2116,#ce2116);color:#fff;font-size:20px;}

#FB_center{
	box-flex:0; -webkit-box-flex:0;
	width:140px;

}

#content form input{
	margin-bottom:10px;
}

a#ok {display:none;}
a#ok * {text-align:center !important;}
div#frontRest {padding-top:10px;background:#fbf8ef;}
div#frontRest div.ui-btn-inner{padding: 0.6em 20px;}
div.movebleItems {display:none;}
