@charset "UTF-8";

/*Reset styles - Thanks Eric Meyer */

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,

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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/*background: transparent;*/ /*commented to allow mootools tool tips to work in IE*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;

	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/************************************ start basic styles *************************************/

body {
	font: tahoma;
	font-size:14px;
	line-height:18px;
	color:#21400d; 
	background:url(../images/tour_de_cure_header.jpg) top center no-repeat;
}

smallfont {
	font: tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:8px;
	line-height:18px;
	color:#21400d; 
}

h2 {
color:#048240;
}

#page_wrapper { 
width:100%;
float:left;
}

#inner_contaner { 
width:1024px; 
margin:0 auto;
}


#header {
width:1100px;
height:311px;
xbackground:blue;}

#header ul { 
padding:235px 0 0 195px; 
width:1024px;
float:left;}

#header ul li {
float:left; 
display:block;
padding:3px 3px;
background:#fff; 
margin:0 2px 0 2px;}

#header ul li a{ color:#099fd7; text-decoration:none; font-size:12px;}




/************************************ start advanced styles *************************************/
/*Create  the columns mate here, 3 column layout = 1000px wide*/
#leftlhs {
width:130px;
float:left;
text-align:left;
}

#lhs {
width:624px;
float:left; 
}


#rhs {
width:270px;
float:left;
margin:0 0 0 0;
}



/* Gallery page */

body#gallery_page #lhs{ width:1000px;}

#gallery {float:left;}

#gallery li{float:left; padding:10px;}



/* Footer Styles*/

#footer {
width:100%;
background:url(../images/footer_bg.jpg) bottom center no-repeat; 
height:130px; 
float:left;
}

#footer ul {
width:1000px; 
margin:0 auto 0 auto;
}

#footer ul li {
float:left;
}

#footer h4 {
font-size:8px;
color:#ffffff; 
width:100%; 
display:block; 
float:left; 
text-align:center;
border:dotted;
}

#footer h5 {
width:1000px; 
margin:8px auto; 
font-weight:bold; 
color: fff;         /*#0c607f;*/
}


        /***********My Ticker******************************/
     	#ticker-container {
        position:relative;
        overflow:hidden;
        width: 180px;
        height: 100px;
        background-color: #ffffff;
        background-repeat: repeat;
        padding: 2px;
        border: Defaultpx dotted ;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: tahoma;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: tahoma;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
        #ticker ul li a:hover {
            font-family: tahoma;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }
    strong {font-weight: bold;}    