@charset "utf-8";

/* body- & main divs */
body {
	margin-right: 0px;
	margin-left: 0px;
	background: #fff;
}


#wrap {
	margin-right: auto;
	margin-left: auto;
	height: 2000px;
	width: 960px;
	position: relative;
	padding: 20px;
	margin-top: 20px;
	background-image: url(../images/bikini-girl.jpg);
	background-repeat: no-repeat;
	background-position: right 55px;
}
.main {
	height: 600px;
	width: 980px;
	background: url(../images/TEMP-WEB-page.jpg) no-repeat top;
	position: relative;
	top: 0px;
}
.text1 {
	width: 660px;
	position: relative;
	float: left;
	padding-right: 300px;
}
.text2 {
	width: 640px;
	position: relative;
	float: left;
}
.text3 {
	width: 600px;
	position: relative;
	float: left;
}
.text4 {
	width: 940px;
	position: relative;
	float: left;
	background: #F3F3F3;
	height: 600px;
	display: block;
	margin-top: 40px;
	padding: 20px;
}

.image {
	width: 320px;
	float: left;
	position: relative;
	display: block;
}
.video {
	width: 340px;
	float: right;
	position: relative;
	display: block;
	margin-top: 40px;
	border: 1px solid #7dc3e7;
	height: 255px;
	margin-right: 400px;
}
.logo {
	float: left;
	padding-bottom: 20px;
}

.pic {
	float: left;
	position: relative;
	display: block;
	border: 1px solid #cb6d3a;
	margin-right: 20px;
}

.footer {
	width: 940px;
	margin-top: 40px;
	padding: 20px;
	position: relative;
}

/* fonts & links */
p {
	color: #666;
	font: normal 13px Verdana, Geneva, sans-serif;
}
.italic {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

.bold {
	color: #666;
	font: bold 13px Verdana, Geneva, sans-serif;
}
li {
	color: #666;
	font: normal 13px/20px Verdana, Geneva, sans-serif;
	list-style: disc inside;
}

h1 {
	font-family: 'Sonsie One', cursive;
	color: #cb6d3a;
	font: normal 18px "Sonsie One", Verdana, Geneva, sans-serif;
}
h2, h3, h4 {
	color: #cb6d3a;
	font: normal 13px/24px "Sonsie One", Verdana, Geneva, sans-serif;
}

a {	
	color: #cb6d3a;
	font: normal 13px Verdana, Geneva, sans-serif;
}
a:hover,
a:focus {
	color: #7dc3e7;
	font: normal 13px Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

/* Contact */
.contact {
	color: #7dc3e7;
	font: bold 14px Verdana, Geneva, sans-serif;
	display: block;
	border: 1px solid #7dc3e7;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
	behavior: url(/htc/PIE.php);
	padding: 5px 20px;
	text-align: center;
}
.contact a {
	color: #7dc3e7;
	font: bold 13px Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.contact a:hover,
.contact a:focus {
	color: #fff;
	font: bold 13px Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

/* footer */
.sm {
	display: block;
	height: 50px;
	width: 240px;
	border: 1px solid #7dc3e7;
}
.sm li{
	list-style: none;
	float: left;
}

.sm-icon {
	height: 32px;
	width: 32px;
	margin-top: 10px;
	padding-left: 10px;
	float: left;
	list-style: none;
}
.sm-icon li{
	list-style: none;
	float: left;
}
.right {
	float: right;
}
.sm-email a{
	background: url(../images/sm-icons/sm-email.png) no-repeat;
}
.sm-email a:hover {
	background: url(../images/sm-icons/sm-emailH.png) no-repeat;
}
.sm-twitter a{
	background: url(../images/sm-icons/sm-twitter.png) no-repeat;
}
.sm-twitter a:hover {
	background: url(../images/sm-icons/sm-twitterH.png) no-repeat;
}
.sm-facebook1 a {
	background: url(../images/sm-icons/sm-facebook.png) no-repeat;
	float: right;
}
.sm-facebook1 a:hover {
	background: url(../images/sm-icons/sm-facebookH.png) no-repeat;
}
.sm-facebook a{
	background: url(../images/sm-icons/sm-facebook.png) no-repeat;
}

.sm-facebook a:hover {
	background: url(../images/sm-icons/sm-facebookH.png) no-repeat;
}

.sm-youtube a{
	background: url(../images/sm-icons/sm-youtube.png) no-repeat;
}
.sm-youtube a:hover {
	background: url(../images/sm-icons/sm-youtubeH.png) no-repeat;
}
.sm-wp a{
	background: url(../images/sm-icons/sm-wp.png) no-repeat;
}
.sm-wp a:hover {
	background: url(../images/sm-icons/sm-wpH.png) no-repeat;
}
.sm-linkedin a{
	background: url(../images/sm-icons/sm-linkedin.png) no-repeat;
}
.sm-linkedin a:hover {
	background: url(../images/sm-icons/sm-linkedinH.png) no-repeat;
}
