/*
Design Name: TCL Packaging New Rebrand Design
Design URI: http://www.gcostudios.com/
Description: TCL Packaging's new rebrand design. Built on HTML5 and CSS with built in banner rotator. Copyright 2011.
Author: Jose Guerra
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/***************************************************
 these tags below have to be declared as block level elements
for browsers to render them (E.g - bloody IE!)
****************************************************/

header, nav, footer, section {
	
	display: block;	
		
	
}

/* =Global Elements
-------------------------------------------------------------- */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background: #bad2ea url('img/bg.png') 0 0 repeat-x fixed;
}
ol, ul, li{
	list-style: none;
}
.container_12 {
	background-color: #fff;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	border: 1px solid #aaa;
	padding: 6px;
}
.title {
	border-bottom: 1px dashed #aaa;
}
.purple {
	color: #642d8b;
	color: #000;
}
.purple-light {
	color: #734f9e;
	color: #000;
}

/* =Header
-------------------------------------------------------------- */

header {
	/*border-top: 10px solid #642d8b;
	padding-top: 20px;*/
}
.top-head {
	background: #642d8b;
	color: #fff;
	margin-bottom: 15px;
	padding: 2px 10px 2px 0;
	display: block;
}
.top-head h6 {
	margin: 0;
	text-align: right;
}
.contact {
	color: #734f9e;
}
.tagline {
	color: #642d8b;
}

/* Navigation menu */

nav {
	background: #fff url('img/menubg2.png') 0 0 no-repeat;
	margin: 0 0 10px 0;
	height: 40px;
	/*box-shadow: 0 2px 2px #202020;*/
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}
.menu ul {
	margin-top: 5px;
}
.menu li {
	float: left;
	margin-left: 10px;
}
.menu a {
	color: #fff;
	text-decoration: none;
	padding: 6px 8px;
}
.menu a:hover {
	background-color: #256021;
	color: #fff;
	padding: 7px 8px;
}

/* =Rotating Banner custom code
-------------------------------------------------------------- */

.banner {
	margin-bottom: 20px;
	border: 1px solid #c7c7c7;
}
		h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}
.banner h3 {
	padding-top: 18px;
}
		div#feature_list {
			width: 940px;
			height: 300px;
			overflow: hidden;
			position: relative;
			background-color: #c8b5d6;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 500px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			margin-left: 0;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 55px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background: url('img/banner/arrow.png') 0 -2px no-repeat;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 470px;
			height: 300px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 470px;
			height: 300px;
			margin-left: 0;
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #381d4c;
			-moz-border-radius: 5px;
		}
		
		ul#output li a:hover {
			background: #5d3b77;
		}

/* =Homepage content
-------------------------------------------------------------- */

.boxes img {
	border: 1px solid #aaa;
	padding: 6px;
}
.title-block {
	display: block;
	background-color: #bbb;
	color: #3d3d3d;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.5px;
	padding: 5px 0 5px 10px;
}
.client {
	margin-top: 10px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	line-height: 24px;
	padding: 0 4px 0px 4px;
}

.button {
	background-color: #fff;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #aaa;
}
.button a {
	text-decoration: none;
	background-color: #44863f;
	color: #fff;
	font-size: 12px;
	padding: 6px 12px;
}
.button a:hover {
	background-color: #256021;
	text-decoration: none;
}
.awards {
	margin-top: 20px;
	padding-top: 10px;
}
img.awards-block {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.awards-sidebar {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

/* =Content
-------------------------------------------------------------- */

.gallery {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 15px 5px 15px 30px;
}
.gallery img {
	padding: 4px;
	border: 1px solid #aaa;
	margin: 4px 10px;
}
.sitemap ul li {
	list-style: disc;
}

/* =Product Tabs
-------------------------------------------------------------- */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	/*font-size: 1.2em;*/
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	/*font-size: 1.2em;*/
}
.tab_content li {
	list-style: disc;
}

/* =Sidebar
-------------------------------------------------------------- */

.sidebar {
	border-left: 1px solid #aaa;
	margin-left: 40px;
	padding-left: 20px;
}
img.featured {
	padding: 6px;
	border: 1px solid #aaa;
	margin-top: 10px;
}
img.featured2 {
	padding: 6px;
	border: 1px solid #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebar li {
	display: block;
	padding: 2px;
	margin-left: 0;
}
.sidebar a {
	text-decoration: none;
	color: #642D8B;
}
.sidebar a:hover {
	text-decoration: underline;
}
.sidebar ul a img {
	padding: 4px;
}
.sidebar ul a:hover img {
	background-color: #aaa;
}
.films img {
	border: 1px solid #aaa;
}
.side-left {
	float: left;
	width: 104px;
	margin-right: 10px;
	text-align: center;
}
.side-right {
	float: left;
	width: 104px;
	text-align: center;
}

/* =Footer
-------------------------------------------------------------- */

footer {
	background-color: #999;
	font-size: 10px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	margin-top: 20px;
}
footer a {
	text-decoration: none;
	color: #000;
}
footer a:hover {
	text-decoration: underline;
}
#footer_copy {
	float: left;
	padding: 10px;
}
#footer_menu {
	float: right;
	padding: 10px;
}