/* --------------------------- BASIC ELEMENTS --------------------------- */

body { 
	font: 12px Arial, Helvetica, sans-serif; 
	line-height: 18px;
	color: #333;
	background: #020129;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	margin: 0px 0px 12px 0px;
	}

h1 {
	font-size: 42px;
	font-weight: normal;
	color: #020129;
	line-height: 46px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #B19F3B;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #020129;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #020129;
	line-height: 16px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}

h5 { }

h6 {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	}
	
ul { 
	padding: 0px;
	margin-left: 13px;
	}
	
li {
	margin: 0px;
	padding: 0px;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #5997A1;
	}

a:hover, a:active { 
	text-decoration: underline;	
	color: #5997A1;
	}


/* --------------------------- CONTAINERS --------------------------- */

#center {
	background: #FFF url(/images/background.gif) repeat-x top center;
	margin: 0 auto;
	}

#container {
	margin: 0 auto;
	width: 1000px;
	background: url(/images/blue.gif) repeat-y top left;
	padding: 0px;
	text-align: left;
	}
	
#content {
	position: relative;
	width: 720px;
	float: right;
	text-align: left;
	margin-top: 1px;
	}
	
#full {
	position: relative;
	width: 690px;
	float: left;
	text-align: left;
	padding: 15px 10px 50px 20px;
	}
	
#half {
	position: relative;
	width: 330px;
	text-align: left;
	}
	
#quarter {
	position: relative;
	width: 150px;
	text-align: left;
	}

#twothirds {
	position: relative;
	width: 430px;
	text-align: left;
	}	

#onethird {
	position: relative;
	width: 230px;
	text-align: left;
	}


/* --------------------------- NAV --------------------------- */

#nav {
	position: relative;
	width: 280px;
	background: #C3CAD4;
	float: left;
	text-align: left;
	}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

a.nav:link, a.nav:visited {
	display: block;
	height:30px;
	background: #9CA7B9 url(/images/nav.gif) no-repeat 0 0px;
	font-size: 16px;
	color:#FFF;
	text-decoration: none;
	padding: 10px 5px 0px 35px;
	}
	
a.nav:hover, a.nav:active {
	display: block;
	height:30px;
	background: #9CA7B9 url(/images/nav.gif) no-repeat 0 -40px;
	font-size: 16px;
	color:#020129;
	text-decoration: none;
	padding: 10px 5px 0px 35px;
	}
	
.navon {
	display: block;
	height:30px;
	background: #9CA7B9 url(/images/nav.gif) no-repeat 0 -80px;
	font-size: 16px;
	color: #FFF !important;
	text-decoration: none !important;
	padding: 10px 5px 0px 35px;
	}
	
	
/* --------------------------- LANGUAGE --------------------------- */

#language {
	position: relative;
	width: 720px;
  	height: 40px;
	float: right;
	text-align: left;
	}

#language-buttons {
	position: relative;
	float: left;
	width: 197px;
	text-align: left;
	}
	
#online-sign-in {
	position: relative;
	float: right;
	width: 198px;
	text-align: left;
	}

.english { float: left; width: 93px;  height: 40px; background: url(/images/english.gif) no-repeat 0 0px; }
a.english:link { background: url(/images/english.gif) no-repeat 0 0px; }
a.english:hover { background: url(/images/english.gif) no-repeat 0 -40px; }
.englishon { float: left; width: 93px;  height: 40px; background: url(/images/english.gif) no-repeat 0 -80px; }

.lietuviskai { float: right; width: 104px;  height: 40px; background: url(/images/lieutuviskai.gif) no-repeat 0 0px; }
a.lietuviskai:link { background: url(/images/lieutuviskai.gif) no-repeat 0 0px; }
a.lietuviskai:hover { background: url(/images/lieutuviskai.gif) no-repeat 0 -40px; }
.lietuviskaion { float: left; width: 104px;  height: 40px; background: url(/images/lieutuviskai.gif) no-repeat 0 -80px; }

.sign-in { float: right; width: 58px;  height: 40px; padding-right:10px; background: url(/images/sign-in.gif) no-repeat 0 0px; }
a.sign-in:link { background: url(/images/sign-in.gif) no-repeat 0 0px; }
a.sign-in:hover { background: url(/images/sign-in.gif) no-repeat 0 -40px; }


/* --------------------------- HOURS OF OPERATION --------------------------- */

#hours {
	position: relative;
	float: left;
	text-align: center;
	width:220px;
	margin: 0 auto;
	padding: 20px 0px 20px 20px;
	}

#hours-title {
	position: relative;
	font-size: 18px;
	color: #FFF;
	float: left;
	background: #B19F3B;
	padding: 10px;
	height: 20px;
	width: 220px;
	text-align: left;
	}
	
#hours-content {
	position: relative;
	width: 220px;
	padding: 10px;
	float: left;
	text-align: left;
	background: #FFF;
	}
	
#hours p { 
	margin: 0px 0px 6px 0px;
	}

#day {
	position:relative;
	float:left;
	width:80px;
	text-align:left;
	}

#time {
	position:relative;
	float:right;
	width:80px;
	text-align:right;
	}
	

/* --------------------------- BUTTONS --------------------------- */

.apply-now { float: left; width: 90px; height: 27px; background: url(/images/apply-now.gif) no-repeat 0 0px; }
a.apply-now:link { background: url(/images/apply-now.gif) no-repeat 0 0px; }
a.apply-now:hover { background: url(/images/apply-now.gif) no-repeat 0 -27px; }

.sign-up { float: left; width: 68px; height: 27px; background: url(/images/sign-up.gif) no-repeat 0 0px; }
a.sign-up:link { background: url(/images/sign-up.gif) no-repeat 0 0px; }
a.sign-up:hover { background: url(/images/sign-up.gif) no-repeat 0 -27px; }

.view-our-rates { float: left; width: 120px; height: 27px; background: url(/images/view-our-rates.gif) no-repeat 0 0px; }
a.view-our-rates:link { background: url(/images/view-our-rates.gif) no-repeat 0 0px; }
a.view-our-rates:hover { background: url(/images/view-our-rates.gif) no-repeat 0 -27px; }


/* --------------------------- CLASSES --------------------------- */

.left {float: left;}

.right {float: right;}


/* --------------------------- RULES --------------------------- */

.thick-rule {
	background: url(/images/thick-rule.gif) repeat-x top left;
	width: 100%;
	height: 5px;
	margin: 10px 0px 20px 0px;
	clear: both;
	}
	
.rule {
	background: url(/images/rule.gif) repeat-x top left;
	width: 100%;
	height: 2px;
	margin: 10px 0px 10px 0px;
	clear: both;
	}
	
.thin-rule {
	background: url(/images/thin-rule.gif) repeat-x top left;
	width: 100%;
	height: 1px;
	margin: 0px 0px 10px 0px;
	clear: both;
	}	


/* --------------------------- SPACERS --------------------------- */
	
.ten-space {
	width: 100%;
	height: 10px;
	clear: both;
	}

.twenty-space {
	width: 100%;
	height: 20px;
	clear: both;
	}
	
.thirty-space {
	width: 100%;
	height: 30px;
	clear: both;
	}
	
.forty-space {
	width: 100%;
	height: 40px;
	clear: both;
	}
	
.fifty-space {
	width: 100%;
	height: 50px;
	clear: both;
	}

	
/* --------------------------- COLOURS --------------------------- */	
	
.gold { color: #B19F3B; }

.aqua { color: #5997A1; }

.navy-blue { color: #020129; }

.light-blue { color: #C3CAD4; }

.white { color: #FFF; }

.black { color: #000; }

.dark-grey { color: #333; }

.beige { color: #EEE6CD; }

.pale-blue { color: #9CA7B9; }

	
/* --------------------------- FOOTER --------------------------- */

#footer {
	margin: 0 auto;
	clear: both;
	background: #020129;
	}

#footer_content {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	text-align: left;
	}
	
#footer ul { 
	list-style: none; 
	display: inline; 
	margin: 0px; 
	padding: 0px; 
	}

#footer li { 
	display: inline; 
	margin: 0px; 
	padding: 0px; 
	}