/* Defaults */

body {
	margin: 0px;
	font: 12px Verdana, Geneva, sans-serif;;
	color: #000000;
	background-color: #ADC3F2;
}
form {
	margin: 0px;
}
img {
	border: 0px;
}
a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #496CB5;
}
p {
	margin: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}
ul, li {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
input.submit {
	cursor: pointer;
}

/* Structure */

#container {
	width: 805px;
	margin: 0px auto;
}
#side {
	float: left;
	width: 275px;
	line-height: 150%;
	font-size: 11px;
}
#logo {
	width: 184px;
	height: 77px;
	margin: 5px auto 0px;
	background: url(../images/logo.gif) no-repeat;	
}
#logo a {
	display: block;
	height: 100%;
}
#about {
	width: 206px;
	height: 148px;
	margin: 0px auto;
	padding: 80px 20px 10px 30px;
	background: url(../images/about.gif) no-repeat;
}
#sms {
	width: 110px;
	height: 49px;
	margin: 0px auto;
	padding: 30px 40px;
	background: url(../images/sms.gif) no-repeat;
}
#social {
	width: 146px;
	height: 34px;
	margin: 0px auto;
	padding: 25px;
	background: url(../images/social.gif) no-repeat;
}
#main {
	float: left;
	width: 530px;
}
#navigation {
	font-size: 14px;
	text-align: center;
	background-color: #DEDFE2;
	border-bottom: 1px solid #B8BAC0;
}
#navigation li {
	display: inline;
	margin-right: 10px;
	padding-left: 20px;
	background: url(../images/nav.png) center left no-repeat;
}
#navigation a {
	color: #000000;
	line-height: 250%;
	text-decoration: none;
}
#content {
	/* min-height: 350px; */
}
#footer {
	padding: 5px 0px;
	border-top: 1px solid #333333;
	text-align: center;
}
#footer p {
	margin: 5px 0px;
}
#copyright {
	font-size: 11px;
}

a.fb {
	padding-left: 18px;
	background: url(../images/facebook.png) no-repeat;
}

.slogan {
	font-weight: bold;
}

.hl {
	font-weight: bold;
}

.sms_number {
	color: #CA1A1A;
	font-size: 16px;
	font-weight: bold;
}
.sms_key {
	font-weight: bold;
}
.sms_price {
	color: #666666;
}

#terms {
	clear: both;
	margin: 5px 0px;
	padding: 2px;
}
#terms p {
	margin: 15px 0px 0px 0px;
}

#share {
	margin: 15px 0px;
	padding: 2px;
}
#share-button {
	float: left;
	width: 70px;
	height: 60px;
}
#share-msg {
	float: right;
	width: 450px;
	color: #FFFFFF;
	font-size: 25px;

}

.place {
	margin: 15px 0px;
}
.place fieldset {
	font-size: 13px;
	border: 0px;
	background-color: #C5D4F5;
}
.place legend {
	margin-left: 10px;
	padding: 4px 10px;
	font-weight: bold;
	color: #343434;
	background-color: #FFFFFF;
	text-align: center;
}
.place p {
	margin: 5px 10px;
}
.price {
	font-size: 23px;
	font-weight: bold;
}
.currency {
	font-size: 20px;
}
.limitations {
	font-weight: bold;
	color: #CA1A1A;
}
.no-limitations {
	color: #666666;
}
.label {
	font-weight: bold;
	color: #333333;
}
.price_inline {
	font-weight: bold;
}

a#add {
	color: #CA1A1A;
}
a.active {
	font-weight: bold;
}

.box {
	font-size: 14px;
	line-height: 150%;
	margin: 15px 0px;
	padding: 5px;
	background-color: #C5D4F5;
}
.box ul {
	margin: 10px 10px 10px 30px;
}

form p {
	margin: 5px 10px;
}

#thanks {
	font-weight: bold;
}

#forma {
	padding-top: 5px;
	border-top: 1px dashed #666666;
}