﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:#000;
    font-size:12px;
    line-height:16px;
    font-family:Arial;
}

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

a:hover
{
    text-decoration:none;
	color:#0075a4;
}

img
{
    border:0px;
}

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

h1
{
}

h2
{
    font-size:18px;
    color:#9836ad;
    margin:0px 0px 10px 0px;
}

h3
{
    font-size:12px;
    color:#ae58af;
}

.style3
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:5px;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:826px;
    margin:0 auto;
    height:auto;
}

#layout
{
    float:left;
    width:796px;
    height:auto;
    margin-top:2px;
    margin-bottom:15px;
    padding:0px 15px 30px 15px;
    background:#e9ecef;
}

		/*---------------------header---------------------*/
		
#header
{
    width:826px;
    margin:0px;
}

#header-top
{
    width:826px;
    height:70px;
    background:URL(../../images/header-top-bg.jpg) no-repeat;
    padding-bottom:10px;
}

#header-top a
{
    width:141px;
    height:26px;
    position:relative;
    top:20px;
    left:20px;
}

#header-flash
{
    float:left;
    width:826px;
    padding-bottom:10px;
}

.contact-form
{
    font-family:Verdana;
    font-weight:bold;
    margin:5px 0px 5px 0px;
    display:block;
    padding:0px;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:526px;
}

#leftcol-left
{
    float:left;
    width:256px;
    background:URL(../../images/content-bg.gif) repeat;
    padding-bottom:0px;
}

#leftcol-right
{
    float:right;
    width:256px;
    background:URL(../../images/content-bg.gif) repeat;
    padding-bottom:0px;
}

#content-rightcol
{
    float:right;
    width:256px;
    background:URL(../../images/content-bg.gif) repeat;
    padding-bottom:0px;
}

#nav_car a
{
    background-image:URL(../../images/by-car.jpg);
    height:90px;
    display:block;
    cursor:pointer;
}

#nav_car.active a
{
    background-image:URL(../../images/by-car_d.jpg);
}

#nav_train a
{
    background-image:URL(../../images/by-train-and-bus.jpg);
    height:90px;
    display:block;
    cursor:pointer;
}

#nav_train.active a
{
    background-image:URL(../../images/by-train-and-bus_d.jpg);
}

#nav_map a
{
    background-image:URL(../../images/map-downloads.jpg);
    height:90px;
    display:block;
    cursor:pointer;
}

#nav_map.active a
{
    background-image:URL(../../images/map-downloads_d.jpg);
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:826px;
    background:URL(../../images/footer-bg.jpg) no-repeat;
    height:115px;
    text-align:center;
    color:#e5e6e8;
    padding-top:15px;
    font-size:10px;
}

#footer a
{
    color:#e5e6e8;
}

.footer-links
{
    margin-top:7px;
}

.footer-links a
{
    margin:0px;
    padding:0px;
}

.footer-links a:hover
{
	text-decoration:underline;
}

.oby
{
    display:block;
    padding-top:10px;
    color:#939598;
}

.oby a
{
    color:#939598 !important;
}
