
@font-face {
    font-family: 'mega_fresh_-_demoregular';
    src: url('mega_fresh-webfont.woff2') format('woff2'),
         url('mega_fresh-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
         url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{font-family: Arial;}

body {
	/*background-color: #503345;*/
	background-color: #AC8BB3;
}

#wrapper {
	/*background-color: #9E8193; EFEFEF*/
	background-color: #E9BBf2;
	margin: 50 auto 0 auto;
	width: 800;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#header {
	/*background-color: #859E81;*/
	background-color: #99B07B;
	width: 800px;
	height: 110px;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	
}

#formtitle {
	float: left;
	margin: 20 20 0 20;
    font-family: 'mega_fresh_-_demoregular';
	/*font-family: 'BebasNeueRegular';*/
    font-weight: bold; 
	font-size: 30pt;
	color: #FFFFFF;
}

#logo {
	float: right;
	margin: 20 20 20 20;
	
}

/* === Navagation ===*/


#navcontainer {
	margin: 0 auto;
}

p {
	text-align: center;
}

nav {
	margin: 40px 0;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #EFEFEF; /*EFEFEF*/
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#000;
	font-size:20px;
	line-height: 30px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #888; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 30px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

/* === Content ===*/

#content {
	width: 760;
	margin: 10 20 0 20;
	
}

#form_div {

	margin: 0 0 0 0;
	
}

#csi_div {
  display: none;	
}

#ship_term {
  display: none;	
}

#other_carrier_div {
  display: none;	
}

#ctpatfloat{
	z-index: 3;
    position: relative;
	float:right;
}

.memory {
	margin-bottom: 20px;
}
.memory img {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.memory-content {
	overflow: hidden;
}
.memory h2, .memory h3 {
	margin: 0;
	padding: 0;
}

legend {
	font-family: 'BebasNeueRegular'; 
    font-weight: bold; 
	font-size: 28px;
	font-weight: bold;
}

legend.pterms {
	font-size: 24px;
	font-weight: normal;
}

label{
	
}

label.field {
	text-align: right;
	font-weight: bold;
	width: 100px;
}

input.textbox-300 {
	width: 300px;
	float: left;
}
	
input:required:valid { outline: solid blue 1px; }
input:required:invalid { 
	border:1px solid red;
	background-image: url('star2.png');
    background-repeat: no-repeat;
    background-position-x: right;
 }
select:required:valid { outline: solid blue 1px; }
select:required:invalid { 
	border:1px solid red;
	background-image: url('star2.png');
    background-repeat: no-repeat;
    background-position-x: right;
 }

fieldset p {
	clear: both;
	padding: 5px;
}

.hide {
  display: none;
}

#Sent {
	font-size: 70px;
}

#footer {
	padding: 200 0 30 0;
	text-align: center;
}


/* === Validation ===*/

span.FieldError{
	font-weight: bold;
	font-size: 16px;
	color: #ff0000 !important;
}