/* 
    Document   : booking-select
    Created on : 17-Dec-2009, 15:09:31
    Author     : andy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* CSS Document */

/*-------------------------------------------------------------------
Reset all styles - thanks to Meyerweb and Paul Chaplin
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*-------------------------------------------------------------------
Redefine common base styles
-------------------------------------------------------------------*/

img
{
	border: none;
}

h1
{
	font-size: 16px;
        color: #92ad20;
        margin-bottom: 15px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

ul
{
	list-style-type: none;
	margin: 0px 0px 15px 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 18px;
}

a, a:visited
{
	text-decoration: none;
        color: #92ad20;
}

a:hover
{
	text-decoration: underline;
}

.strong
{
	font-weight: bold;
}

object
{
	/*Firefox 3 outline fix */
	outline:none;
	/*White space fix */
	display:block;
}


optgroup
{
   font-weight: bold;
   font-style: normal;
}


/*-------------------------------------------------------------------
Common Stuff and helpers
-------------------------------------------------------------------*/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.hide
{
	display: none;
}

.left-text
{
	text-align: left;
}

.center-text
{
	text-align: center;
}

.right-text
{
	text-align: right;
}

.italic
{
	font-style: italic;
}

.strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.no-border
{
	border: none !important;
}

.no-margin
{
	margin: 0px !important;
}

/*-------------------------------------------------------------------
Outer stuff and body
-------------------------------------------------------------------*/

body
{
	margin: 0px;
        font-size:62.5%;
	line-height: 19px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-repeat: no-repeat;
	background-position: top center;
        background-color: #aaa2c5;
}

#container
{
    width: 100%;
    font-size: 1.1em;
    background-image: url(/images/book-bak.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    margin: 0px auto;
}

#header
{
    width: 778px;
    height: 314px;
    margin: 0px auto;
    background-image: url(/images/book-header.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#logo
{
    float: right;

}

#page
{
    width: 723px;
    margin: 0px auto;
}

#page-left
{
    width: 373px;
    height: 364px;
    float: left;
    margin-right: 20px;
    background-color: #ffffff;
    padding: 20px 20px;
}

#page-right
{
    width: 280px;
    float: left;
    background-color: #ffffff;
    padding: 20px 0px;
}

.page-right-content
{
    padding: 0px 20px;
}

#page-right li
{
    background-image: url("/images/book-li.gif");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 20px;
}

#page-right p
{
	margin-top: 0px;
	margin-bottom: 6px;
}

#footer
{
    width: 550px;
    margin: 0px auto;
}

.book-btn,
.book-btn-first
{
    display: block;
    width: 244px;
    height: 40px;
    margin: 0px auto;
    background-image: url(/images/book-btn.jpg);
    background-position: top center;
    float: left;
    margin-left: 18px;
}

.book-btn:hover,
.book-btn-first:hover
{
    background-position: bottom center; 
}

.book-btn-first
{
    margin-bottom: 18px;
}


#ul-left
{
    width: 127px;
    float: left;
    margin-right: 13px;
}

#ul-right
{
    width: 100px;
    float: left;
}

#footer
{
    padding-top: 30px;
}

.textmenu {
	text-align:center;
	margin:0;
	padding:0;
	margin-right:20px;
}

.textmenu li {
	font-size:1.0em;
	line-height:1.5em;
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:1px;
	display:inline;
	border-left:1px solid #000;
}

.textmenu a {
	color:#000;
	text-decoration:none;
}

.textmenu a:hover {
	text-decoration:underline;
}

.textmenu li.first {
	border-left:none;
}

.white
{
	color: #ffffff;
}