/*

	

	--

	@file 		system.css
	@version 	1.0.0b
	@date 		2011-04-12 09:12:18 +0100 (Tue, 12 Apr 2011)
	@author 	Pete Luffman <pete@merchantmarketinggroup.com>
	@client 	Puma Energy

	Copyright (c) 2011 Merchant Marketing Group <http://www.merchantmarketinggroup.com>

*/

/* 
	brand colors:
		red: #DA1F26
		green: #0C8040	
*/


@import url("reset.css");


/*********************************************** 
				Tags
***********************************************/


body {
	font-size: 62.5%;
	background: #e2e2e2 url('../../images/bg.png') repeat-x;
	font-family: sans-serif;
	color: #333333;
	}

p:last-child, 
ul:last-child { margin: 0;}

ul { font-size: 1.2em; margin-bottom: 0.8em; }
li  
{
    line-height: 1.5em; 
    margin: 0.6em 0; 
    background: url('../../images/bullet.png') no-repeat 0 0.6em;
    padding-left: 12px;
}

h2 { font-size: 3.2em; font-weight: bold; color: #DA1F26; margin: 0	0 0.5em; }
h3 { font-size: 1.6em; font-weight: bold; color: #000; margin: 0 0 0.5em; }
h4 { font-size: 1.2em; font-weight: bold; color: #000; margin: 0 0 10px; }

p { font-size: 1.2em; margin-bottom: 1em; line-height: 1.5em; }

a { text-decoration: none; color: #DA1F26; }
a:hover { color: #0C8040; }

blockquote { width: 270px; float: right; clear:both; margin: 0 0 0 15px; }
blockquote p { font-size: 2.2em; line-height: 1.4em; margin: 0; }


/*********************************************** 
				Layout
***********************************************/
	
	
/* @group Main */

#wrapper { width: 960px; margin: auto; }

	#header { position: relative; height: 76px; margin: 0 5px 12px; }
	
		#logo {
			position: absolute;
			height: 37px;
			width: 242px;
			top: 37px;
			right: 0px;
			z-index: 100;
			}
		
		#content { width: 550px; margin-right: 15px; padding: 30px 40px; }
			.no-padding { width: 630px !important; padding: 0 !important; }
			.wide { width: 870px !important; }
			
		#side-col { float: left; margin: 0 0 15px; }
			#side-col p { font-size: 1.1em; }
			#side-col .box { float: none;}
		
		#footer { border-top: 1px solid #ccc; padding: 10px 0 10px; margin: 0 5px; clear: both }
			
			#footer p { 
				float: left; 
				font-size: 1.1em; 
				color: #666; 
				margin: 0;
				}
			#footer #footer-nav { float: right; width: 600px; }
				#footer #footer-nav ul { float: right; font-size: 1.1em; margin: 0; }
					#footer #footer-nav li  
					{
					    float: left; 
					    margin: 0 0 0 20px; 
					    background:none; 
					    padding: 0; 
					    }
						#footer #footer-nav a { color: #666; }
						#footer #footer-nav a:hover { color: #000 }			

/* @end */


/* @group Navigation */
	
	#main-nav {
		position: absolute;
		height: 42px;
		width: 954px;
		left: -3px;
		top: 35px;
		background: url('../../images/header.png') no-repeat;
		font-size: 1.4em;
		padding: 2px 0 3px 0;
		margin: 0;
		}
		#main-nav li { 
			float: left; 
			padding: 0 0 0 33px;
			margin: 0 20px 0 -19px;
			background: none;
			}
		#main-nav .active { background: url('../../images/main-nav-active.png') no-repeat 0 0; position:relative; }
		#main-nav .first { margin-left: 3px; padding-left: 17px; }
		#main-nav .first-active { background: url('../../images/main-nav-active-first.png') no-repeat 0 0; }	
			#main-nav a { 
				color: #fff; 
				padding: 10px 10px 9px 0;
				display: block;
				float: left;
				margin-right: -32px;
				position: relative;
				outline: none;
				}
			#main-nav .active a,
			#main-nav .first-active a { background: url('../../images/main-nav-active.png') no-repeat 100% 0;}
				#main-nav a span {
					display: block;
					float: left;
					height: 18px;
					line-height: 18px;
					background: url('../../images/main-nav-divider.png') no-repeat 100% 0;
					padding-right: 25px;
				    cursor:pointer
					}
				#main-nav .active a span,
				#main-nav .first-active a span,
				#main-nav .last a span { background: none; }
	
	#toolbar-nav {
		position: absolute;
		height: 37px;
		width: 300px;
		right: 0px;
		top: 10px;
		}
		#toolbar-nav ul { float: right; display: block }
			#toolbar-nav ul li  
			{
			    margin: 0 0 0 20px; 
			    display: inline; 
			    background: none; 
			    padding: 0; 
			}
			 #toolbar-nav ul li a { color: #666; }
				 #toolbar-nav ul li a:hover { color: #000; }
	
	#sub-nav { 
		display: block; 
		min-height: 30px; 
		border-bottom: 1px solid #D9D9D9; 
		margin: 0 5px 20px; 
		padding: 15px 0 0;
		position: relative; 
		}
		
		#sub-nav #section-head { 
			color: #333;
			font-size: 2.4em; 
			text-transform: uppercase; 
			font-weight: bold; 
			position: absolute;
			left: 0px;
			bottom: 2px;
			margin: 0;
			}
			.news #sub-nav #section-head { left: 25px; } 
			
		#sub-nav ul { 
			font-size: 1.3em;
			float: right; 
			display: block; 
			position: relative; 
			top: 1px; 
			margin: 0;
			}
			#sub-nav li  
			{
			    display: block;
			    float: left; 
			    margin: 0 0 0 2em; 
			    background: none; 
			    padding: 0 
			}
			#sub-nav a { color: #333; float: left; line-height: 30px;  } 
			#sub-nav .active a { background: url(../../images/subnav-active.png) no-repeat center bottom; color: #000 !important;  }
			#sub-nav a:hover { color: #DA1F26; }
	
		#sub-nav .rss-icon { position: absolute; left: 0; bottom: 6px;  }


/* @end */


/* @group Languages */
	
	#language-selector{
		 font-size: 1.1em; 
		 width: 90px; 
		 position: absolute;
		 left: 0px;
		 top:8px;
		 display: block;
		 z-index: 99;
		 background:#e2e2e2;
		 }
		 #language-selector li { 
			display: block;
			position: relative;
			border: 1px solid #CCCCCC;
			color: #4D4D4D;
			padding: 0 5px;
			line-height: 18px;
			margin: 0;
			background: url(../../images/select-arrow.png) no-repeat 75px 7px;
			}
			#language-selector li:hover { background-color: #FFF }
				#language-selector li:hover ul { left:-1px; }
					#language-selector li ul { 
					position:absolute;
					left:-99999em;
					top:19px;
					width: 90px; 
					font-size: 1.05em;
					-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
					-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
					box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
					background-color: #fff;
					}
					#language-selector li ul li { border: 0; padding: 0; float: none; background:none } 
					#language-selector li ul li a { padding: 0.2em 5px; display: block; }
					#language-selector li ul li a:hover { background: #DA1F26; color: #FFF } 
    
/* @end */


/* @group News */
		
#news-headline img { float: left; margin: 0px 5px 0px 0px; }
	#news-headline .content { padding: 20px 40px; float: left;}
	#news-headline .content h3 { 
		font-size: 3.2em; 
		font-weight: bold; 
		color: #DA1F26; 
		margin: 0 0 0.3em; 
		}
	#news-headline .content p { font-size: 1.4em; }
	#news-headline .content p.date { font-size: 1.2em; margin: 0 0 0.3em }


#news-bar { padding: 0 10px 0 12px; margin-bottom: 16px; width: 928px; }
	#news-bar h3 {
		color: #DA1F26;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1.6em;
		line-height: 36px;
		background: url('../../images/divider-white.png') no-repeat 100% 0;
		padding-right: 28px;
		float: left;
		margin: 0 3px 0 0;
		}
	#news-bar ul {
		float: left;
		width: 787px;
		height: 36px;
		overflow: hidden;
		margin-bottom: 0;
		}
		#news-bar ul li  
		{
		    line-height: 36px; 
		    margin: 0; 
		    background: none; 
		    padding: 0; 
		}
		#news-bar ul li a { color: #333;}
		#news-bar ul li a:hover { color: #DA1F26;}
	
	#news-bar .rss-icon { margin-top: 9px; float: left }


/* @end */


/* @group Misc */

#slider { position: relative; }

.home #slider{ position: absolute;right: 0px;top:0px; width: 655px}
	.home #slider .mask {
		height: 295px;
		width: 212px;
		background: url(../../images/slider-mask.png) no-repeat right 0; 
		position: absolute;
		z-index: 99;
		}
.news #slider { margin-top: -10px; padding: 10px}
	
#feature-global {
	width: 210px;
	min-height: 266px;
	padding: 40px 20px 0 320px;
	background: #fff url('../../images/feature-globe.png') no-repeat;
	}
	#feature-global h3 {
		font-weight: bold;
		font-size: 2.5em;
		color: #333;
		margin-bottom: 0.7em;
		text-transform: uppercase;
		}
	#feature-global p { font-size: 1.4em; margin-bottom: 1.4em; color: #000; }
	
/* @end */


/* @group Sitemap */

#sitemap { font-size: 14px; font-weight: bold; }
	#sitemap li { background: none; padding-left: 0; }
	#sitemap ul { font-size: 13px; margin-top: 8px; font-weight: normal; }	
		#sitemap ul li { 
			padding-left: 12px; 
			background:  url('../../images/bullet.png') no-repeat 0 0.6em;
		}
		#sitemap ul ul { font-size: 12px; }

/* @end */


/* @group Images & Graphics */

#news-images { position: relative; min-height: 100px; padding: 10px 0 0; }

#news-images #filter-images {
	position: absolute;
	right: 0px;
	top: -44px;	
	height: 20px;
	}
	#news-images #filter-images label { 
		float: left; 
		display: block; 
		font-size: 1.2em;
		margin-right: 10px;
		line-height: 1.9em;
	}
	#news-images #filter-images input { float: left; margin-left: 10px; }
	#news-images #filter-images select { width: 173px; float: left; }

#news-images #image-list { font-size: 1em; }
	#news-images #image-list li.last { margin-right: 0; }
	#news-images #image-list li {
		float: left;
		border-bottom: none;
		margin: 0 20px 20px 0;
		padding-bottom: 10px;
		width: 202px;
		padding: 0;
		background: none;
		}
		#news-images #image-list li .img { height: 120px; overflow: hidden; margin-bottom: 10px; } 
		#news-images #image-list li h3 { margin-bottom: 0.3em; }
		#news-images #image-list li p { margin-bottom: 0.5em; }
		#news-images #image-list li a {
			font-size: 1.2em;
			height: 17px;
			line-height: 18px;
			display: block;
		}
		#news-images #image-list li a span { color: #4D4D4D; }
		
/* @end */

/* @group Global Locations */

#map { margin: 25px; } 

/* @end */

/*********************************************** 
			Common classes
***********************************************/

/* @group Grid */

.grid-3 { width: 110px; }
.grid-5 { width: 190px; }	
.grid-8 { width: 310px; }
.grid-10 { width: 390px; }
.grid-14 { width: 550px; }
.grid-24 { width: 950px; }

/* @end */


/* @group Boxes */

.box {
 	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	float: left; 
	margin: 0 5px 15px;
	position: relative; 
	}	
	.box h4 {
		background: #0c8040 url('../../images/box-heading.png') repeat-x 0 bottom;
		border-bottom: 3px solid #DA1F26;
		color: #fff;
		font-weight: bold;
		font-size: 1.6em;
		text-transform: uppercase;
		padding: 7px 10px;
		}
	.box .intro-text { font-size: 2.2em; line-height: 1.4em; color: #000 }
	.box .box-btm { display: none; }
	.box .img-wide { margin: -10px -10px 10px }
	.box .content { padding: 10px;}
	.box .content h4 { margin: -10px -10px 10px;}

.feature-box { min-height: 305px;}	
	.feature-box p { font-size: 1.1em; }

.product img { height: 115px; float: left;}
.product .content { float: left; width: 150px; padding: 10px 25px;}
	.product .content h2 { font-size: 1.6em;}
	.product .content p { font-size: 1.1em; line-height: 1.4em; }
	
.banner { min-height: 220px; }
	.banner .content { 
		padding: 25px 40px 10px; 
		position: relative; 
		z-index: 100;
		float: left;
		}
	
	.home .banner { height: 295px;  }
	.products .banner { background: #FFF url(../../images/banner-products.jpg) no-repeat right bottom }

.row { margin: 0 0 15px; clear: left;}	
	.row .box { margin-bottom: 0; }

.col { width: 275px; float: left; margin: 15px 20px; }
	.col h2 { color: #666666; text-transform: uppercase; font-size: 1.6em }

/* @end */


/* @group Buttons */

.btn,
.btn span { background: url(../../images/btn.png) no-repeat; }

.btn { 
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 25px; 
	text-shadow: 0px 1px 1px #000;
	font-size: 1em;
	margin: 0 0 0 -3px;
	position: relative;
	}
	.btn:hover { color: #FFF;  }
	.btn span { 
		padding: 2px 25px 5px 0; 
		display: block; 
		background-position: right 0; 
		line-height: 23px;  
		}

.btn-small,
.btn-small span { background-image: url(../../images/btn-small.png) }

.btn-small { padding: 0 0 0 18px; margin: 0 0 0 -3px; }
	.btn-small span { padding: 2px 18px 4px 0; line-height: 18px; }

.btn-large,
.btn-large span { background-image: url(../../images/btn-large.png) }
	
.btn-large { padding: 0 0 0 54px; margin: 0 0 0 -6px; font-size: 1.2em;	}
	.btn-large span { padding: 4px 54px 7px 0; line-height: 31px; }

/* @end */


/* @group Lists */

.link-list { font-size: 1.3em;  }
	.link-list li { 
		line-height: 1.3em; 
		border-bottom: 1px solid #E6E6E6; 
		margin: 0; 
		padding: 0.5em 0;
		background: none;
		}
	.link-list li:last-child { border: none} 
	.link-list .date { font-size: 0.85em; }

.article-list { font-size: 1em; }
	.article-list li { line-height: 1.3em; margin: 1.5em 0; background: none; padding: 0; }
		.article-list li h3 {  margin: 0 0 0.2em; font-size: 1.6em; }
		.article-list li p { font-size: 1.1em; overflow: hidden; }
		.article-list li img { float: left; margin: 0 10px 0 0}
		.article-list .date { font-size: 1.1em; margin: 0 0 0.6em; }

/* @end */


/* @group Misc classes */

.date { font-size: 1.1em; color: #808080; }
.article-image { float: right; margin: 0 0 20px 15px; }
	 
.rss-icon {
	display: block;
	width: 18px;
	height: 18px;
	background: url('../../images/rss.png') no-repeat;
	}

.no-text { text-indent: -100000px; overflow: hidden; font-size: 0px; }

.clear { clear: both }

.clear-fix { height: 1%;	}
	.clear-fix:after {
	    content: " ";
	    display: block;
	    height: 0;
	    clear: both;
	    overflow: hidden;
	    visibility: hidden;
		}


.hidden { position:absolute; left:-9999px; font-size:0; }	

/* @end */
	
