﻿/*******************************
 General Styles
 *******************************/

td		{ font-size:12px; color:black; font-family:Georgia }
option	{ font-size:12px; color:black; font-family:Georgia }
p		{ font-size:12px; color:black; font-family:Georgia }
h1		{ font-size:22px; color:#bad8fe; font-family:Georgia }
label	{ font-size:12px; color:black; font-family:Georgia }

body {
	
	font-family:"Georgia, trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-repeat: no-repeat;	
}

#main {

    background-repeat: no-repeat;
    width: 975px;
    height: 567px;
    top: 0px;
    text-align: left;
    position:  absolute;
}

#payment {
	
	background-repeat: no-repeat;
    width: 975px;
    height: 567px;
    top: 0px;
    text-align: left;
	background-image: url("Images/stbg.jpg");
	position:  absolute;

}

#menubar {
	
	border: solid 0px #000;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 24px;
	float:  left;
	background-color: white;
	background-position: left;
	position:  absolute;
	
}

#agent {
	
	border: solid 0px #000;
	top: 0px;
	left: 850px;
	height: 24px;
	width: 140px;
	float:  right;
	background-position: right;
	background-color: White;
	position: absolute;
}	

#submenubar {
	
	border-top: solid 0px #000;
	width: 560px;
	height: 24px;
	left: 180px;
	top: 25px;
	background-color: White;
	position: relative;
}

#login {

	border-top: solid 0px #000;
	top: 24px;
	left: 824px;
	background-color: White;
	background-position: Right;
	position: absolute;
	
}

#renewal {
   
    border: solid 0px #000;
	background-color:   white;
	position: absolute;
	left: 290px;
	top: 24px;
}

#singletrip {
	
	border: solid 0px #000;
	background-color: white;
	position: relative;
	left: 180px;
	top: 25px;
	width: 420px;
}

#multitrip {
	
	border: solid 0px #000;
	background-color: white;
	position: relative;
	left: 308px;
	top: 25px;
	width: 460px;
}

#backpacker {
	
	border: solid 0px #000;
	background-color:  white;
	position: relative;
	left: 426px;
	top: 25px;
	width: 430px;
	
}

#cruise {
	
	border: solid 0px #000;
	background-color:   white;
	position: relative;
	left: 226px;
	top: 25px;
	width: 380px;
}


#drivesure {
	
	border: solid 0px #000;
	float: left;
	background-color: white;
	position: relative;
	left: 350px;
	top: 25px;
}

#details {
	
	border: solid 0px #000;
	float: left;
	background-color: white;
	position: absolute;
	left: 0px;
	height: 544px;
	top: 44px;
	
}

#btn {
	
	border: solid 0px #000;
	float: left;
	background-color: white;
	position: absolute;
	left: 0px;
	width: 590px;
	height: 80px;
	top: 526px;
}

#footer {

	border: solid 0px black;
	position: absolute;
	top: 570px;
	left: 351px;
	width: 625px;
	text-align: right;

}

#agentlogo {

   border: solid 0px black;
	position: absolute;
	top: 570px;
	left: 0px;
	width: 350px;


}
