@CHARSET "UTF-8";
html{
	background: #ffffff url("/static/design/body-bg.jpg") repeat-x;
}
#doc {
	margin: auto; /* center in viewport */
	width: 980px;
	margin-bottom: 60px;
}

/*ELEMENT FONTS*/
.Swansea{
	font-family: Swansea,'Myriad Pro', Arial, Verdana;
}
.SwanseaBold{
	font-family: Swansea,'Myriad Pro', Arial, Verdana;
	font-weight: bold;
}
.orange{
	color: #ffc33c
}
.grey-dark{
	color: #d1d1d1;
}
.grey-light{
	color: #d3d3d3;
}
/*#############*/
/* GENELAR ELEMENTS*/
a{
	text-decoration: none;
	outline: none;
}
a:HOVER{
	text-decoration: underline;
}
.diff-h{
	background: url("/static/design/diff-h.png") no-repeat center;
	height: 9px;
	margin: 10px;
}

.ar{
	text-align:right;
}

a.button{
	background-color: #7a7a7a;
	border: #7a7a7a 1px solid;
	color: #fbfaf9;
	font-size: 17px;
	padding: 4px 8px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.button:HOVER{
	-moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
  	box-shadow: 3px 3px 3px #ccc;
	text-decoration: none;
}
a#go-premium{
	display:block;
	margin-top: 40px;
	margin-left: 50px;
	width: 218px;
	height: 57px;
	background: url("/static/design/go-premium.jpg") no-repeat;
}
.block{
	padding-top: 10px;
	margin: auto;
	width: 900px;
	margin-bottom: 20px
}
#main-content .block{
	padding-top: 80px;
}

ul li{
	font-size: 15px;
	color: #7a7a7a;
	margin-bottom: 10px;
	display: block;
	background: url("/static/design/icon-plus.png") left center no-repeat;
	padding-left: 30px;
	height: 18px;
	padding-top: 3px;
}

/*#############*/
#header{
	height: 150px;
	margin-bottom: 1px;
}

#logo{
	background: url("/static/design/logo.png") no-repeat;
	width: 325px;
	height: 74px;
	display: block;
	margin-top: 30px;
	margin-left: 45px;
}
#header a{
	font-size: 13px;
}
#header p{
	font-size: 21px;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 45px;
}
#header p img{
	vertical-align: bottom;
	margin: 0 15px;
}



#main-content{
	margin-bottom: 30px;
	height: 300px;
	background: url("/static/design/main-content-bg.jpg") top center no-repeat;
}

.home #main-content{
	margin-bottom: 40px;
	height: 480px;
	background: url("/static/design/home-bg.jpg") top center no-repeat;
}

#main-content h1{
	font-size: 31px;
	color: #4d4d4d;
	margin-bottom: 20px;
}
#main-content p{
	font-size: 15px;
	color: #4b4b4b;
	line-height: 20px;
}
#bottom{
	margin-bottom: 40px;
}
#bottom p{
	font-size: 15px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

#bottom h2{
	font-size: 23px;
	color: #7a7a7a;
	margin-bottom: 10px;
}
#bottom h3{
	font-size: 19px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

.home-icons{
	padding-left: 45px;
	margin: 55px 0;
}
.home-icons h2{
	font-weight: bold;
	font-size: 22px;
	color: #4d4d4d;
	margin-bottom: 15px;
}
.home-icons p{
	font-size: 15px;
	color: #4b4b4b;
	line-height: 17px;
	text-shadow: 1px 1px 3px #555;
}


#home-bottom{
	width: 900px;
	margin: auto;
}
#home-bottom p{
	height: 40px;
}
#home-bottom p,#home-bottom a{
	color: #7a7a7a;
	font-size: 15px;
}
#home-bottom a.button{
	color: #fbfaf9;
	font-size: 17px;
}

.home-slogans{
	text-align: center;
	margin-top: 35px;
}
.home-slogans p a{
	color: #414141;
	font-size: 25px;
}
.home-slogans img{
	margin: 0 25px;
	vertical-align: bottom;
}
.home-slogans p span{
	color: #414141;
	font-size: 16px;
}

#table{
	width: 100%;
	margin-bottom: 50px;
}
#table .even{
	background-color: #efefef;
}
#table tr th{
	font-size: 15px;
	color: #7a7a7a;
	text-align: center;
	padding-bottom: 10px;
}
#table tr td{
	text-align:center;
	font-size: 15px;
	color: #7a7a7a;
	font-family: 'Myriad Pro',Arial,Verdana;
	padding: 10px 0;
}
#table tr td.free{
	background-color: #f2f2f2;
}
#table tr td.premium{
	background-color: #f9f9f9;
}
#table tr td img{
	margin-left: 5px;
}
#table tr td.al{
	text-align: left;
	padding-left: 5px;
}
#table tr td span{
	font-size: 12px;
	text-align: center;
}
#footer{
	background: url("/static/design/footer-bg.jpg") repeat-x;
	height: 120px;
}
#footer #f-content{
	padding-top: 40px;
	width: 900px;
	margin: auto;
}
#f-content p span{
	font-size: 15px;
	color: #878787;
	padding: 0 10px;
}
#f-content p a{
	font-size: 13px;
	color: #878787;
}

/* Styles specific to settings page */
#settings-message {
	background: #F9EDBE;
	color: green;
	display: inline;
	padding: 0 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	visibility: hidden;
}
#settings-message-container {
	display: inline;
	height: 1.4em;
	margin-bottom: 7px;
	padding: 0px;
}
.signInButton img {
	max-width: 40%;
}