@charset "utf-8";
/* Coffee 2 Go */

/* colours
------------------------------------- 
background: ddc199
nav bg: 766040
nav text: f5e4cb
orange border: dc873a
header text orange: c56b1a
body text navy: 3d3d5a
link blue: 3c68bb
footer bg: bba27f
footer brown text: 4d3d25
design tag orange: dc873a

------------------------------------- */


/* basics
-----------------------------------------*/
body {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ddc199;
	color: #3d3d5a;
}

a { color: #3c68bb; text-decoration: underline; }
a:hover, a:focus { color: #dc873a; }

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}


/* header 
----------------------------------------*/

.header {
	background: #dec29a;
	width: 960px;
	padding:0;
	margin: 0;
}

.header h1.logo {
	margin: 0;
	padding:0;
	width: 320px;
	height: 150px;
	float:left;
	background: url(../images/logo.jpg) no-repeat;
}

.header h1.logo a {
	color: #130fe6;
	width: 320px;
	height: 150px;
	text-decoration: none;
	font: 18px Georgia, Times, serif;
	text-indent: -9999em;
	display: block;
}

.header .animation {
	width: 320px;
	height: 150px;
	overflow: hidden;
    display:block;
    float:left;
}

.header .animation img {
	border: none;
	display: block;
	margin: 0 auto;
}



/* nav bar styles
-------------------------------------- */
.nav {
	width: 920px;
	background: #766040;
	clear:both;
	padding: 0 20px;
	margin: 0;
	height: 38px;
	position: relative;
	border-bottom: 7px solid #dc873a;
	border-top: 3px solid #dec29a;
}

.nav ul {
	width: 920px;
	list-style: none;
	margin:0;
	padding: 0;
	color: #f5e4cb;
	font: 14px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.nav li {
	float:left;
	display:block;
	position:relative;
	margin: 0 50px 0 0;
	padding:0;
}

.nav li.last {
	margin-right: 0px;
}

.nav li a {
	color: #f5e4cb;
	text-decoration: none;
}

.nav li a:hover {
	color: #dc873a;
}


/* footer
--------------------------------------*/

.footer {
	width: 800px;
	clear:both;
	margin: 15px 0 6px 0;
	padding: 12px 80px;
	color: #4d3d25;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: transparent url(../images/footer-bg.gif) no-repeat center top;
}

.footer .sizeUp { font-size: 13px; }

.footer a { color: #c56b1a; text-decoration: none;}

.footer a:hover { color: #3c68bb; text-decoration: underline; }

/* subfooter (typically address/company details)
---------------------------------------------------------*/

.designTag {
	font-size: 11px;
	text-align: center;;
}

.designTag a {
	color: #dc873a;
}

.designTag a:hover {
	color: #3c68bb;
}

      
.slide-out-div {
	padding: 15px 10px 0 10px;
	width: 280px;
	background: #ecdac0 url(../images/side-form-bg.jpg) repeat-x left top;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	color: #f5e4cb;
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
    -moz-box-shadow: 2px 5px 5px 2px #a38e70;
    -webkit-box-shadow: 2px 5px 5px 2px #a38e70;
}      

.slide-out-div ul {
    margin: 0.5em  0 0 1.5em ;
}

.slide-out-div h3 {
	font-weight: bold;
	color: #F7C882;
}

.slide-out-div p {
	line-height: 1.5 !important;
}

.slide-out-div label {
	color: #FFD9A0;
}

.slide-out-div fieldset div {
	background: #bba27f;
}

.slide-out-div fieldset div.noBG {
	background: none;
}

/* content formatting
--------------------------------------------*/


.content {
	width: 920px;
	background: #fff;
	padding: 20px;
	clear:both;
	overflow: auto;
	color: #3d3d5a;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.content .column {
	width: 650px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #c56b1a;
	font-weight: bold;
}


/* sidebar
-------------------------------------------*/

.content .sidebar {
	width: 245px;
	float:right;
	margin: 0 0 0 20px;
	padding: 0;
}

/* menus
----------------------------------*/

table.menuboard {
    background: #f2e7d7;
}

.menuboard td {
    text-align: center;
}

.menuboard td.desc {
    text-align: left;
}

dl.menu { margin-left: 0; line-height: 1.7; }

.menu dt { font-size: 14px; color: #dc873a; }

.menu dd { font-style: italic; margin-right: 1.5em; }

.menu dd.indented { margin-left: 3em; }

.menu .dotted { border-bottom: 1px dotted #ddd; }

.menu span.price {
    float:right;
    font-weight: bold;
    font-style: italic;
    color: #3d3d5a;
    font-size: 12px;
    width: 100px;
    text-align: right;
}



/* newsletter signup area
--------------------------------------------

.newsletterSignup {
	clear:both;
	background: #64a890;
	color: white;
	width: 860px;
	padding: 0 50px 22px 50px;
	overflow: auto;
	font-size: 12px;
}

.newsletterSignup h4 {
	font: 18px "Century Gothic", "Apple Gothic", "Trebuchet MS", Verdana, Geneva, sans-serif;
	color: #fdfe98;
	display:block;
	float:left;
	margin: 4px 0 0 0;
	padding: 0;
	width: 335px;
}

.newsletterSignup label {
	float:left;
	width: 80px;
	margin: 7px 0 0 35px;
	font-weight: normal;
}

.newsletterSignup input.text {
	width: 180px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 2px 40px 0 20px;
}

.newsletterSignup input.submit {
	width: 120px;
	margin: 2px 0 0 30px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #64a890;
}

.newsletterSignup .validationHolder {
    margin: 2px 0 2px 0;
    height: 22px;
    position:relative;
}

.newsletterSignup .validationHolder span {
    padding: 0;
    margin: 0;
    width: 460px;
    border: 2px solid #FBC2C4;
    background: #FBE3E4;
    color: #64a890;
	text-align: center;
	font: 12px/14px Arial, Helvetica, sans-serif;
	display:block;
	clear:both;
	position:absolute;
	top:0;
	left: 200px;
}



*/




/*-------------- end template structure styles -------------
************************************************************
---------------- start universal styles ------------------*/





/* paging 
----------------------------------------------------*/
.content .paging {
	clear:both;
}
.content .paging ul {
	text-align:center;
	list-style: none;
	margin:0;
	margin-top: 40px;
	padding:0;
}

.content .paging ul li {
	display:inline;
	margin: 0 18px;
	font-weight: bold;
}




/* horizontal rules
------------------------------------------------- */

.hr {
height: 1px;
width: 700px;
margin: 20px auto;
border-bottom: 1px solid #d89349;
clear: both;
}

.hr hr {
	visibility: hidden;
	margin: 0;
	padding:0;
}




/* news details 
--------------------------------------------------*/

.content .newsHeadline {
   display: block;
    margin: 5px 15px 15px 15px;
    border-bottom: 1px dotted #3c68bb;
    padding: 10px;
    overflow: auto;
}

.content .newsHeadline div {
    margin: 0 0 1.5em;
}

.content a.newsLink {
	color: #f5e4cb;
	display: block;
	width: 250px;
	background: #bba27f;
	margin: 8px 0 0 0;
	padding: 2px;
	border-bottom: 2px solid #dc873a;
	text-decoration: none;
}
.content a.newsLink:hover {
	color: #3c68bb;
	border-bottom: 2px solid #3c68bb;
}

.content .newsImageContainer {
    width: 600px;
	margin: 10px auto;
}

.content .newsImageContainer .big {
    display: block;
    width: 550px;
    padding: 25px;
    background: #bba27f;
    margin: 10px auto 5px auto;
}
.content .newsImageContainer .thumbs {
    display:block;
    width: 590px;
    margin: 0;
    padding: 5px;
    background: #bba27f; 
    overflow-y: auto;   
    position:relative;
}

.content .newsImageContainer .big a {
    cursor: default;
}

.content .newsImageContainer .thumbs a {
    outline: none;
}

.content .newsImageContainer a img {
    border: none;
}

.content .newsImageContainer .big img {
    display: block;
    margin: 0 auto;
}
.content .newsImageContainer .thumbs img {
    display: block;
    margin: auto 5px;
    float:right;
    border: 1px solid #fff;
    background: white;
}

.content .newsImageContainer .thumbs span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 150px;
    font: 12px normal "Century Gothic", "Apple Gothic", Verdana, Arial, sans-serif;
    text-transform: uppercase;
	background: white;
	padding: 2px;
	-moz-opacity:.65;
	opacity:.65;
	filter:alpha(opacity=65);
	color: #777777;
}



/* contact info styles 
--------------------------------------------------*/

.sideMap {
	width: 400px;
	float:right;
	height: 300px;
}

#map {
	width: 398px;
	height: 298px;
	border: 1px solid #f1f1f1;
}



.contactInfo {
    margin-bottom: 15px;
    padding:1.4em; 
}

.contactInfo div {
    position: relative;
    margin:0 0 15px 0;
}

.contactInfo label {
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 15px;
}

.contactInfo p {
	text-align: left;
	clear:left;
	margin-left: 215px;
}


.contactInfo div ul {
    margin: 0 0 0 215px;
    padding: 0;
    list-style-type: none;
    clear:none;
}







