﻿body 
{
    font-family: Century-Gothic, helvetica, sans-serif;
    margin: 0px;
    color: #444444;
min-width: 1200px;
}

#header-wrapper
{
    background: #175c0d;
}

#land-header
{
    width: 980px;
    background: #175c0d;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
    height: 202px;
    position: relative;
}

#land-logo
{
    font-size: 30pt;
    font-family: 'Meie Script', cursive;
}

#pretty-logo
{
    font-size: 90px;
    display: block;
    margin-left: 84px;
    margin-top: -25px;
}

h1
{
    font-size: 1.5em;
    display: block;
    margin-top: -32px;
    font-weight: normal;
    text-align: center;
}

h3
{
    width: 350px;
    text-align: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    left: 26%;
    font-weight: normal;
    font-size: 13pt;
}

h3:first-letter
{
    font-size: 200%;
}

#content-top-wrapper
{
    background: url('http://dutyfreeaffiliates.com/images/landinhead-bg.png') repeat-x;
    height: 350px;
}

#content-top
{
    width: 980px;
    position: relative;
    height: 350px;
}

#content-bottom
{
	width: 980px;
	position: relative;
}

#signup-container
{
	float: right;
	margin-top: 39px;
	background: #175c0d;
	color: #fff;
	padding: 14px;
	font-size: 13px;
	width: 257px;
}



label
{
    display: inline-block;
	float: left;
	clear: left;
	width: 102px;
	text-align: left;
}

input 
{
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin-bottom: 3px;
  width: 138px;
  margin-left: 9px;
}

.submit-bt
{
	margin-left: 16px;
	margin-top: 10px;
	width: 230px;
	height: 56px;
	background: url(../images/main_button.png) no-repeat scroll 0 0 transparent;
	border: none;
	font-size: 2em;
	color: #ffffff;
	cursor:pointer;
}

.submit-bt:focus
{
	outline: none;
}

.title
{
	 font-size: 30pt;
	 font-family: 'Meie Script', cursive;
	 color: #175c0d;
	 font-weight: bold;
	 text-align: left;
	 margin-top: 0px;
	 width: 500px;
	 float: left;
}

.content-text
{
	text-align: left;
	display: block;
	width: 500px;
	float: left;
	color: #444444;
}

ul
{
	margin: 28px auto;
	padding: 0;
	text-align: left;
}


li
{
	list-style: none;
	width: 420px;
	font-weight: bold;
	line-height: 26pt;
}

.text-box
{
	font-size: 14pt;
	color: #c98425;
	background: #EFEFEF;
	padding: 15px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 12px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 12px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 12px; 
	border: 2px solid #c98425;
	clear: both;
}

#footer
{
	margin-top: 20px;
	height: 58px;
	padding: 33px;
	background: #175c0d;
	color: #ffffff;
	font-size: 14pt;
}

.footer-title
{
	color: #cfcfcf;
}

#footer-wrapper
{
	width: 980px;
}

.error-div
{
	position: absolute;
	right: 326px;
	color: #444444;
	padding: 10px;
	border-radius: 10px;
 	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
}

