h1
{
	color: #FFFFFF;
	font-size: 24pt;
	font-family: Georgia;
	font-weight : normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top : 35px;
	margin-left : 100px;
	text-align: left;
}
h2
{
	color: #00377c;
	font-size: 19pt;
	font-family: Georgia; 
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom : 0px;
}

h3{
	margin : 0px;
	padding : 0px;	
	
	margin-bottom : 10px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url('../img/bgNew.png');
	background-position: top left;
	background-repeat: repeat-x;
}
html
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size : 12px;	
}

label{
	
}


.MiddleContainer
{
	padding-top: 20px;
	width: 940px;
	margin: 0px auto;
	background-image: url('../img/logoNew.png');
	background-position: top left;
	background-repeat: no-repeat;
	position : relative;
}

.MiddleContainer .shoes{
	position : absolute;
	left : 600px;
	top : 25px;
}


.Step1
{
	float: left;
	width: 208px;
	height: 38px;
	background-image: url('../img/step1.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.Step2
{
	float: left;	
	width: 228px;
	height: 38px;
	background-color: #9fccff;
}
.Step3
{
	float: left;
	width: 258px;
	height: 38px;
	background-image: url('../img/step2.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.Step1, .Step2, .Step3
{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	color: #FFFFFF;	
	padding-top: 20px;
}
.FooterContainer
{
	background-image: url('../img/footer.bg.gif');
	background-position: center left;
	background-repeat: repeat-x;
}
.Footer
{
	width: 940px;
	margin: 0px auto;
	padding-bottom: 17px;
}
a, a:hover, a:active, a:visited
{
	color: #00377c;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.Lime
{
	color: #ffea00;
}
.PackageContainer
{
	padding-left: 80px;
	padding-bottom: 80px;
}	
.PackageContainer .options a, .PackageContainer .options a:active, .PackageContainer .options a:visited
{
	width: 160px;
	float: left;
	padding: 5px;
	cursor: pointer;
	background-color: transperant;
}
.PackageContainer .options a:hover,
{
	background-color: #d4e9ff;
}
.Button
{
	background-image: url('../img/bg.button.gif');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	width: 186px;
	height: 43px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
}
.Right
{
	float: right;
}

.Clear
{
	clear: both;
}
.DownloadContainer
{
	text-align: center;
	padding-top: 120px;
	margin-bottom: 40px;
}
.DownloadContainer a
{
	font-size: 16px;
	color: #009900;
	text-decoration: underline;
}
.Selected
{
	color: #00377c;
}
.ContentContainer
{
	padding-top: 90px;
	padding-left: 50px;
}
.ContentContainer h1, .ContentContainer h2
{
	font-family: Tahoma;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.ContentContainer b
{
	font-family: Tahoma;
	color: #000000;
	font-size: 15px;
	margin-bottom: 0px;
	
	padding-bottom: 0px;
}
.ContentContainer p
{
	font-family: Tahoma;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;

}
 .h4Green 
 {
 	color: #009900;
 }
 .h4Red
 {
 	color: #990000;
 }
.h4Green, .h4Red
{
	float: right;
	
	font-family: Tahoma;
	font-size: 22px;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
}

a.text_link{
	width: 0px;
	float: none;
	margin : 0px;
	padding : 0px;
	color: #00377c;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

a.text_link:active{
	width: 0px;
	float: none;
	margin : 0px;
	padding : 0px;
	color: #00377c;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

a.text_link:visited{
	width: 0px;
	float: none;
	margin : 0px;
	padding : 0px;
	color: #00377c;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

a.text_link_hidden{
	width: 0px;
	float: none;
	margin : 0px;
	padding : 0px;
	color: #00377c;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}

a.text_link_hidden:active{
	width: 0px;
	float: none;
	margin : 0px;
	padding : 0px;
	color: #00377c;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
}

a.text_link_hidden:hover{
	background-color: #FFFFFF;
}

input.birthDay,
input.birthMonth{
	width : 20px;
}

input.birthYear{
	width : 40px;
}

.PackageContainer input.text{
	background-color : #ecf4ff;
	border : 1px solid black;
	margin : 5px 0px;	
}

.PackageContainer{
	position : relative;
}

.PackageContainer .boxes{
	position : absolute;
	top : 150px;
	left : 850px;
}

.PackageContainer .roompot{
	position : absolute;
	top : 400px;
	left : 890px;
}
.form, 
.options{
	float : left;
}

.options{
	width : 400px;
	margin-left : 100px;
}

div.red{
	background-color : #ffcccc;
	border : 1px solid red;
	padding : 10px;
}

.form .nostyle,
.form .nostyle:hover{
	background-color : none;
	width : auto;
	text-decoration : none;
	font-size : 9px;
	font-family : Tahoma;
	font-weight : normal;
	color : #000;
}

