@charset "UTF-8";

@font-face {
font-family: trojan pro;
font-style:  normal;
font-weight: normal;
}

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, font, img, ins, kbd, q, s, samp, small, strike, 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;
} 

body {
	line-height: 10;
	color: white;
	background: #000000 url(../imges/background.png) no-repeat top center;
	margin: 0;
	padding: 0;
}
 
ol, ul { 
	list-style: none; 
} 

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: "" ""; 
}

fieldset,img, abbr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*------------------------------------------------------------------------------------
      Global Styles
    ------------------------------------------------------------------------------------*/

body {
	font: 100% Helvetica, Arial, Verdana;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.png);
}

p {
	font-size: 0.75em;
	line-height: 1;
	color: #94938e;
	padding-bottom: 12px;
	margin: 0;
}

a {
	color: #94938e;
	text-decoration: none;
}

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


/*------------------------------------------------------------------------------------
      Header
    ------------------------------------------------------------------------------------*/
	
#header {
	height: 100px;
	border-bottom: 1px solid #606060;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
}

.logo {
	float: left;
	margin-top: 20px;
}

.logo_print {
	display: none;
}
	
	
/*------------------------------------------------------------------------------------
      Navigation
    ------------------------------------------------------------------------------------*/

.menu {
	float: right;
	list-style: none;
	margin-top: 75px;
	padding: 0px 0 0 0;
}

.menu li {
	float: left;
	font-size: 0.69em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.menu a {
	color: #94938e;
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #d9d8d0;
	font-weight:bold;
	text-decoration: none;
	background:url(../images/menu_hover.png) no-repeat center;
	background:transparent;                                  
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000005);
}    
	
	
		
	
/*------------------------------------------------------------------------------------
      Page Structure
    ------------------------------------------------------------------------------------*/
	
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background:url(images/carrot original.jpg) no-repeat center;                              
}

#banner {
}

.banner_strip {
	height: 175px;
	background: url(images/banner_strip_background.jpg) no-repeat;
	margin-bottom: 10px;
}

#blocks {
	height: auto;
	background-color:#000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#blocksgetcakes {
	height: 35em;
	margin: 25px 0 10px 0;
	background-image: url(../images/bg_getcakes.png);
}

#blocksgetbigcakes {
	height: 30em;
	margin: 25px 0 10px 0;
	background-image: url(../images/bg_getbigcakes.png);
}


.homeslogan {
    font: 1.1em Arial, Verdana;
	color:white;
	display: inline;
	background: url(../images/block_background.jpg) no-repeat #1e1f1f;
	background:transparent;                                  
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000005);
    zoom: 1;
	width: 250px;
	height: 50em;
	margin: 0;
	padding: 10px 20px;
}

.blog {
	display: inline;
	float: right;
	background: url(/images/block_background.jpg) no-repeat #1e1f1f;
	background:transparent;                                  
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000005,endColorstr=#99000005);
	zoom: 1;
	width: 250px;
	height: 28em;
	margin-right: 15px;
	padding: 10px 20px;
}

.about {
	display: inline;
	float: left;
	background: url(/images/block_background.jpg) no-repeat #1e1f1f;
	width: auto;
	height: 28em;
	margin: 0;
	padding: 10px 20px;
}

#column1, #column2, #column3 {
	display: inline;
	float: left;
	width: 285px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#column4 {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
}

#preview {
	display: inline;
	float: left;
	width: 610px;
	margin-bottom: 10px;
	padding: 0 20px;
	height:570px;
}

#flashPreview {
	display: inline;
	float: left;
	width: 560px;	
	margin-bottom: 10px;
	padding: 0 45px;
	height:570px;
}

#printPreview {
	display: none;
}

.intro {
	clear: both;
	padding: 0 20px;
}

#content {
	clear: both;
}

#footer {
	border-top: 1px solid #606060;
	margin: 20px 0;
	padding: 10px 20px;
	clear: both;
}


/*------------------------------------------------------------------------------------
      Headings
    ------------------------------------------------------------------------------------*/

/*Sifr*/
h1 {
	font-size: 1.2em;
	font-weight:bold;
	font: "Trajan Pro";
	color: #ebeba5;
	text-align: left;
	text-transform: uppercase;
	padding-top: 20px;
}

/*Sifr*/
h2 {
	font-size: 1.63em;
	color: #4c4d4c;
	text-align: left;
	text-transform: uppercase;
	
}

/*Sifr*/
h3 {
	font-size: 1.63em;
	color: #d9d8d0;
	line-height: 1.25em;
	text-align: left;
	padding-bottom: 10px;
}

h4 {
	font-size: 0.88em;
	color: #d9d8d0;
	font-weight: normal;
	padding-bottom: 2px;
}

h5 {
	font-size: 0.75em;
	color: #d9d8d0;
	font-weight: normal;
	padding-bottom: 10px;
}

h6 {
	font-size: 0.75em;
	color: #d9d8d0;
	font-weight: normal;
}
	
	
/*------------------------------------------------------------------------------------
      Text Styles
    ------------------------------------------------------------------------------------*/
	
#blocks a, #content a {
	color: #d9d8d0;
	padding: 2px 0;
	text-decoration: none;
}

#blocks a:hover, #content a:hover {
	color: #ebeba5;
	padding: 2px 0;
	text-decoration: none;
}

#blocksgetcakes a, #content a {
	color: #d9d8d0;
	font-weight:bold;
	padding: 2px 0;
	text-decoration: none;
	background: #000000 url(../images/bg_getcakes.jpg) no-repeat;
}



#content ul {
	list-style-image: url(/images/tick.png);
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 15px;
}

#content li {
	font-size: 0.75em;
	line-height: 1.38em;
	color: #94938e;
	margin: 0;
}



/*------------------------------------------------------------------------------------
      Footer
    ------------------------------------------------------------------------------------*/
	
#footer p {
	font-size: 0.69em;
	color: #73726e;
	margin: 0;
}

	
	
.footer_menu {
	float: right;
	list-style: none;
	padding: 0;
}

.footer_menu li {
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.footer_menu a {
	color: #73726e;
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: normal;
}

.footer_menu a:hover {
	color: #94938e;
	text-decoration: none;
}  
	
/*------------------------------------------------------------------------------------
      Misc.
    ------------------------------------------------------------------------------------*/

.tagline {
	width: 610px;
	margin-bottom: 10px;
}

.item {
	float: left;
	display: inline;
	margin: 20px;
}

.right {
	text-align: right;	
}

.download {
	display: inline;
	float: right;
	margin-bottom: 10px;
	padding: 0 20px;
}

.clearfloat { 
	clear:both;
}

.imghide {
	display: none;
}

#map {
	width: 610px;
	height: 475px;
	margin-bottom: 10px;
}

