/* FONTS */



@font-face {
	  font-family: "Bodoni";
	  src: url(http://www.natsweet.com/media/font/Bodoni-BoldItalic.otf)
		format("opentype");
	  font-style: italic;
}


/* End FONTS */



/* Background */

body {
	  overflow: hidden;
}



#flash_bg {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  }
 
/* End Background */


/* Navigation */

#navigation {
	position:fixed;
	margin-left:30px;
	background:url(http://www.natsweet.com/media/images/trans_gray_bg.png);
	width:140px;
	z-index:500;

}

h2 {
	width:140px;
	height:95px;
	background:url(/media/images/logo_stamp.png) no-repeat top center;
	text-indent:-9000px;
	margin-bottom:15px;
	margin-top:10px;
}

h2:hover {
	background:url(/media/images/logo_stamp.png) no-repeat bottom center;
}


#ribbon_end {
	width:140px;
	height:6px;
	margin-bottom:-6px;
}


#navigation ul {
	list-style-type: none;
	margin-top:10px;
}

#navigation ul li a {
	font-size:small;
	color:#CCC;
	display:block;
	float:left;
	width:120px;
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-shadow: 0 1px 0px #333;
	text-transform: uppercase;
}


#navigation ul li a:hover {
	color:#FFF;
	background-color:#cc2f3e;
	text-shadow:none;
 	}

/* End Navigation */


/* General */

p {
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
	

.clear {
	clear:both;
}

#scrollDiv {
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	overflow:auto;

}

#home {
	height:100%;
	width:100%;
	min-height:530px;

}

h1 {
	position:absolute;
	top:33%;
	width:490px;
	height:169px;
	text-indent:-9000px;
	background:url(http://www.natsweet.com/media/images/natsweet_title.png) no-repeat;
	margin-top:-85px;

}

#home .text_holder {
	padding-left:10px;
	position:absolute;
	top:33%;
	margin-top:90px;
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	width:490px;
	text-shadow: 0 1px 0px #333;
	font-size:20px;
}
#home .text_holder a {
		text-shadow: 0 0px 0px #333;
}
#home .text_holder a:hover {
	color:#FFF;
	background-color:#cc2f3e;
	
}

#who_we_are {
	height:100%;
	min-height:650px;
	background:url(http://www.natsweet.com/media/images/floral_bg2.png);
	width:100%;
	border-top:thin #CCC solid;

}

.who_and_what_holder {
	margin-left:200px;
	width:60%;
	max-width:540px;
	margin-top:20px;
}

.who_and_what_holder p {
	line-height:1.2em;
	font-size:1em;
}


#portfolio {
	padding-bottom:200px;
	background:url(http://www.natsweet.com/media/images/floral_bg.png);
	width:100%;
	border-top:thin #999 solid;
}

#portfolio.thumb_holder {
	float:left;
}

#recent_work {
	margin-left:10px;
	position:absolute;
	top:33%;
	margin-top:210px;
}
.thumb_holder {
	float:left;
	background:url(/media/images/Shadow_Medium.png) no-repeat bottom;
	width:255px;
	height:166px;
	z-index:10;
}
.thumb_holder img {
	border:solid 3px #FFF;
}

.thumb_holder img:hover {
	border:solid 3px #cc2f3e;
}

h3 {
	
	width:229px;
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000;
	text-shadow: 0 1px 0px #CCC;
	z-index:20;
}

.recent_work_p {
	
	width:229px;
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:small;
	color:#000;
	text-shadow: 0 1px 0px #CCC;
	z-index:20;
}

.light_bg {
	position:absolute;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:5px;
	margin-top:79px;
	margin-left:3px;
	width:229px;
	background:url(http://www.natsweet.com/media/images/trans_light_bg.png);
}

#what_we_do {
	height:100%;
	background:url(http://www.natsweet.com/media/images/texture_bg2.png);
	width:100%;
	border-top:thin #CCC solid;
	min-height:650px;

}

#get_in_touch {
	height:100%;
	background:url(http://www.natsweet.com/media/images/texture_bg2.png);
	width:100%;
	border-top:thin #CCC solid;

}


.info_holder {
	padding-left:200px;
	padding-top:50px;
	padding-right:60px;
}


#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:25px;
	color:#CCC;
	z-index:500;
	min-width:800px;
}

#footer_bg {
		background:url(http://www.natsweet.com/media/images/trans_black.png);
		margin-right:15px;
			height:25px;

}
#footer_info_right {
	position:absolute;
	right:0;
	padding-right:25px;
	padding-top:5px;
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:small;
}

#footer_tweet {
	float:left;
	width:100%;
	overflow:hidden;
}
#footer_tweet img {
	padding-top:3px;
	margin-left:3px;
	float:left;
}
#footer_tweet a:before{
	content:attr(title);
	display:none;
}

#footer_tweet a:hover::before{
	display:block;
	background:url(http://www.natsweet.com/media/images/trans_gray_bg.png);
	padding:5px;
	margin-top:-24px;
	position:absolute;
	font-family:Bodoni, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:small;
	color:#CCC;

}

.break {
	height:10px;
}

.break2 {
	height:35px;
}

strong {
	font-size:large;
		text-shadow: 0 1px 0px #CCC;
		font-weight:normal;
}
	
/* End General */

