@charset "utf-8";
/* CSS Document */

body {
	background-image: url('../images/backgrounds/bg_gradient.jpg');
	background-position: top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 870px;
	margin: auto;
	background-color: #CFCFCF;
	}

#logo {
	float: left;
	margin-left: 13px;
	margin-top: -5px;
	position: relative;
	}
		
#navigation {
	margin-left: 145px;
	padding-top: 160px;
	margin-bottom: -15px;
	}	
	
#buttons {
	width: 695px;
	border-top: none;
	padding-bottom: 5px;
	line-height: 80%;
	padding-left: 10px;
	}
	

#category_thumbnails {
	margin-top: -5px;
	}
	
#creative_packaging {
	margin-left: 10px;
	width: 845px;
	margin: auto;
	margin-bottom: 10px;
	overflow: inherit;
	}	
	
#generic_banner{
	width: 825px;
	height: 230px;
	border: 10px solid #EEE;
	overflow: hidden;
	position: relative;
	margin: auto;
	}
	

/* LINKS ----------------------------------------------------------------------------------------*/
	
	#footer_link {
	color: #333333;
	text-decoration: none;
	}
	
	
	#footer_link:hover {
	text-decoration: underline;
	}
	
	
	
/* FOR LIST VIEW ------------------------*/
	
#go_back {
	font-size: .8em;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 2px;
	margin-right: 15px;
	float:right;
	text-align:right;
	}
	
#go_back:hover {
	background-color: #EEE;
	text-decoration: underline;
	}
	



	

/* TEXT -----------------------------------------------------------------------------------------*/

#title_header {
	letter-spacing: -2.5px;
	font-size: 2.3em;
	color: #333;
	font-weight: bold;
	margin-left: 10px; 
	background-color: #EEEEEE;
	padding: 5px;
	width: 835px;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 0px;
	}


#category_title {
	letter-spacing: -2.5px;
	font-size: 2em;
	color: #333;
	font-weight: bold;
	margin-left: 10px; 
	background-color: #EEEEEE;
	padding: 5px;
	width: 835px;
	margin:auto;
	margin-bottom: 10px;
	}
	
#thumbnail_desc {
	padding-top: 10px;
	vertical-align: top;
	width: 550px;
	font-size: .8em;
	}
	
#package_header {
	padding: 10px;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
	}
	
#package_header:hover {
	color: #fdb813;
}

#creative_package_text {
	font-size: .8em;
	margin: 10px;
	width: 500px;
	}
	
#creative_lid_text {
	font-size: .85em;
	margin: 15px;
	width: 810px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: solid 7px;
	border-color: #3F3F3F;
	background-color: #EEE;
	color: #333;
	}
	
strong_1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	}
/* IMAGES ---------------------------------------------------------------------------------------*/

.icon {
	margin-left: 10px;
	border: none;
	}

#category_thumbnail_image {
	border: 7px solid #EEE;
	margin: 10px;
	cursor: pointer;
	}
	
#category_thumbnail_image:hover {
	border: 7px solid #3F3F3F;
	}


#image_thumbnail {
	border: 7px solid #EEE;
	margin: 10px;
	cursor: pointer
	}
#image_thumbnail1 {
	border: 7px solid #EEE;
	margin: 10px;
	}
	
#image_thumbnail:hover {
	border: 7px solid #3F3F3F;
	}
	
#thumbnail_holder {
	width: 200px;
	vertical-align: top;
	}
	
#tsc_container_div {
	width: 831px;
	min-height: 230px;
	background-image: url('../images/package_design/tropicalsalad.jpg');
	border: solid #3F3F3F 7px;
	background-position:top;
	overflow:inherit;
	margin-bottom:10px;
	background-repeat: repeat-y;
	
	}

#otb_container_div {
	width: 831px;
	min-height: 230px;
	background-image: url('../images/package_design/exploded.jpg');
	border: solid #3F3F3F 7px;
	background-position:top;
	overflow:inherit;
	margin-bottom:10px;
	background-repeat: repeat-y;
	
	}

/* OTHER ----------------------------------------------------------------------------------------*/


#packaging_holder {
	vertical-align: top;
	}




