﻿/*  Carlson Wagonlit Travel
------------------------------
Author: Omni Studios Inc
Contact: info@omnistudios.com
Website: http://omnistudios.com/
------------------------------
*/

@import url(reset.css);

/* body */
body, html { background: #ddd4c0; }

/* wrapper */
#wrapper { background: white url(images/wrapper_bg.png) top right no-repeat; width: 820px; margin: 0 auto; display: inline-block; overflow: hidden; }
#wrapper { display: block; }

/* logos */
#logos { background: url(images/logos.png) top left no-repeat; width: 377px; height: 129px; margin-left: 20px; margin-top: 20px; }
#logos a { display: block; width: 184px; height: 129px; float: left; text-indent: -9999px; }

/* topBar */
#topBar { background: #58a595; width: 820px; height: 35px; margin-top: 20px; }

/* navigation */
#navigation { width: 820px; height: 374px; background: url(images/destinations.jpg) top right no-repeat; margin-top: -122px; }
#navigation ul { clear: both; float: left; margin-left: 40px; margin-top: 80px; width: 260px; list-style: disc; list-style-image: url(images/navigation_bullet.gif); }
#navigation ul li { margin-bottom: 10px; }
#navigation ul li a { font-size: 21px; color: #58a595; font-weight: bold; }
#navigation ul li a:hover { color: #D42E12; }

/* sidebar */
#sidebar { clear:both; background: #dcd6ca url(images/sidebar_top_bg.gif) top left no-repeat; width: 212px; float: left; margin-left: 20px; margin-top: 10px; text-align: center; padding-top: 10px; }
#sidebar img { margin-bottom: 20px; }
#sidebarBtm { background: url(images/sidebar_btm_bg.gif) top left no-repeat; width: 212px; height: 11px; }

/* content */
#content { float: left; width: 588px; }
#content h1 { margin-left: 20px; padding-left: 10px; padding-bottom: 10px; height: 30px; color: white; font-size: 24px; font-weight: bold; background: #4DA392; line-height: 37px; }
#content p { padding: 10px 20px 5px 30px; font-size: 14px; color: #393939; line-height: 20px; }
#content p a { color: #4DA392; text-decoration: underline; }
#content p a:hover { color: #ED1C24; }

/* footer */
#footer { clear: both; background: white; width: 820px; height: 100px; }
