/*
Theme Name: Swift 2006
Theme URI:
Description: Swift Modification
Author: Bestfoot
*/


/*-----------Block Level Elements--------------*/

body {
	margin:0;
	background-image:url(images/bg.gif);
	background-color:#bbbbbb;
	text-align:center;
	}
h1 {
	margin:0;
	font:normal 1.6em Arial, Sans-Serif;
	letter-spacing:-1px;
	color:#7E1712;
	}
h1 a {
	color:#7E1712;
	}

/* Wrapper */

#wrap {
	width:768px;
	margin:0px auto;
	border-left:1px solid #0D130D;
	border-right:1px solid #0D130D;
	}

/* Header */

#header {
	height:120px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}

#header h1
{
	color: #fff;
	font-size: 16pt;
}

.desc
{
	color: #fff;
	font-size: 12pt;
}

/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
    background-color: #4B5A71;
}
div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#EDE6EE;
}
div#navigation li a:link {
    color: #FFF:
}
div#navigation li a:visited {
    color: #C7B6CD;
}
div#navigation li a:hover {
    color: #FFF;
    background-color: #7E1712;
}

/* Content Area */

#content {
	text-align:left;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:12px 10px;
	color: #7E1712;
	background-color:#f5f5f5;
	float: left;
	width: 748px;
	}

#left
{
	width: 570px;
	float: left;
}

#content a {
	color:#7E1712;
	}
#content a:hover {
	color:#4E5D74;
	}
#content a:visited {
	color:#4B5A71;
	}



/* Menu */
/* coffee cup modified */
#menu {
 position: relative;
 float: right;
 width: 150px;
 margin: 0px 0px 0px 10px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 1.0em;
 text-align: left; /* IE hack Part 2 */
 display: inline;
}
#menu ul {
 position: relative;
}
#menu ul li {
 list-style-type: none;
 list-style-image: none;
 color: #7E1712;
}
#menu ul, #menu ul li {
 margin: 0px;
 padding: 0px;
}
#menu ul li ul{
 background: #4B5A71;
 border-top: 1px solid #fff4df;
 margin: 0px 5px 2px 0px;
 padding: 1px 0px 1px 5px;
 color: #FDF7DF;
}

#menu h2 {
 background: #7E1712;
 color: #fff4df;
 margin: 0px 0px 1px 0px;
 padding:  1px 0px 1px 5px;
}
#menu a {
 display: block;
 padding: 2px;
 width: 140px;
 padding-left: 12px;
 border-bottom: 1px solid #fff4df;
 background-color: #4B5A71;
 color: #FDF7DF;
 text-decoration: none;
}
#menu a:visited {
 color: #FDF7DF;
 text-decoration: none;
}
#menu a:hover {
 display: block;
 padding: 2px;
 width: 140px;
 padding-left: 12px;
 border-bottom: 1px solid #fff4df;
 background-color: #C6C1C7;
 color: #7E1712;
 text-decoration: none;
}

/*
The following is the fix
for 3-pixel-jog bug in IE
*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
 /*margin-right: 7px;*/
}
* html #menu {
 height: 1%;
}
/* End hide from IE5/mac */

/* Footer */

#footer {
	height:436px;
	line-height:30px;
        border-bottom: solid #4B5A71 5px;
        font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BECF96;
	clear: both;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color:#D9FF76;
	}






