/*
======================================================
	>>TABLE OF CONTENT<<
	- Reset styles
	- Basic styles/Typography
	- Global layout
	- Global Tools
	- Global navigation
	- Local navigation
	- Content
	- Frontpage alternative content
	- Password site
	- Page footer

   	>>COLORS<<
   	Body BG:    	#fff
   	Main Text:      #333
   	Links:          #
   	Links hover:	#
   	Header:        	#
   	Hairlines:		#d6d6d6

	>>INFO<<
   	Client: 		Pulz Jeans
   	
   	Developer:  	Midt Marketing
					Dalgasgade 11
					7400 Herning
					Denmark
		
					Tel: +45 . 96 26 34 00
					Email: kontakt_at_midtmarketing.dk
					Web: www.midtmarketing.dk
======================================================
*/
/*
======================================================
>>	Reset styles (http://meyerweb.com/eric/tools/css/reset/)
======================================================
*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.holly:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.holly {display:inline-block;}
/* Hide from IE Mac \*/
.holly {display:block;}
/* End hide from IE Mac */
/*
======================================================
>>	Basic styles/Typography
======================================================
*/
body {
	font-family: Georgia, "Times New Roman", Times, serif ;
	background: #fff;
	margin-top: 0px;
    text-align: center;
    color: #333;
}

h1 {
	font-size: px;
	color: #333;
}

h2 {
	font-size: 25px;
	font-weight: normal;
	color: #333;
	margin-bottom: 30px;
}

h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
}

a {
	color:#555;
}

a:hover{
	color:#000;
}

p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px;
}

ul, ol {

}

li {

}
/*
======================================================
>>	Global layout
======================================================
*/
#layout_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#global_header {
	height: 130px;
	/*border-bottom: #d6d6d6 1px solid;*/
}
#global_header .container_12 {
	position: relative;
	height: 130px;
}
.frontpage_aug2010 #global_header{
	display: none;
}
#global_logo {
	position: absolute;
	left: 10px;
}
#global_logo a {
	background: transparent no-repeat 0 0 url(../graphics/pulz_jeans_logo.gif);
	width: 56px;
	height: 88px;
	display: block;
	text-indent: -9999px;
	margin-top: 27px;
}

/*
======================================================
>>	Global navigation
======================================================
*/
#global_nav {
	position: absolute;
	bottom: 11px;
	left:130px;
}
#global_nav li {
	float: left;
	padding-right: 20px;
}
#global_nav a {
	text-decoration: none;
	font-size: 15px;
	display: block;
	margin: 0;
	padding: 0 1px 10px 1px;
	/*border-bottom: #fff 4px solid;*/
}
#global_nav a:hover, #global_nav a#activeitem{
	/*border-bottom: #333 4px solid;*/
	font-weight: normal;
	color: #000;
}

/*
======================================================
>>	Global Tools
======================================================
*/
#global_tools {
	margin-left: 10px;
	float: left;
}
#global_tools li {
	float: left;
	padding-right: 20px;
}
#global_tools a {
	text-decoration: none;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 7px 1px 0 1px;
	/*border-top: #fff 3px solid;*/
	color: #555;
}
#global_tools a:hover,
#global_tools a#activeitem {
	/*border-top: #333 3px solid;*/
	color: #000;
}
/*
======================================================
>>	Local navigation
======================================================
*/
#local_nav {
	
}

/*
======================================================
>>	Content
======================================================
*/
#frontpage {
	height: 100%;
}
#frontpage #local_wrapper {
	height: 70%;
}
.frontpage_aug2010 #local_wrapper {
	height: 100%!important;
}
#frontpage #local_content {
	height: 100%;
}
#frontpage #flash {
	height: 100%;
}

#standard,
#slideshowpro,
#colum_2,
#colum_3,
#colum_4 {
	padding-top: 35px;
	padding-bottom: 45px;
	text-align: left;
}
#standard .text,
#colum_2 .grid_12 .text,
#colum_4 .grid_12 .text {
	float: left;
	width: 300px;
}
#colum_3 .grid_12 .text {
	float: left;
	width: 320px;
}
#standard .photo,
#colum_2 .grid_12 .photo,
#colum_4 .grid_12 .photo {
	float: right;
}
#colum_3 .grid_12 .photo {
	float: left;
}
#colum_2 .grid_12 .photo,
#colum_3 .grid_12 .photo,
#colum_4 .grid_12 .photo {
	margin-bottom: 30px;
	*padding-bottom: 25px;
}

.download_item {
	padding-bottom: 20px;
}
.citat {
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	color: #777;
}

/*
======================================================
>>	Frontpage alternative content
======================================================
*/
#alternativ_content {
	width:960px;
	margin: 0 auto;
}

#alternativ_content #global_logo{
	position: relative;
}

#alternativ_content #global_nav{
	position: relative;
}

#alternativ_content #text{
	clear: both;
	text-align:left;
}
/*
======================================================
>>	Password site
======================================================
*/
.field {
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 5px;
	font-size: 14px;
	line-height: 12px;
	height: 29px;
	margin: 0;
	vertical-align: top;
}
.button {
	font-weight: bold;
	font-family: Georgia,"Times New Roman", Times, serif;
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 12px;
	height: 29px;
	margin: 0;
	vertical-align: sub top;
        cursor: pointer;
}
input.botton:hover {
	background: #333;
	color: #fff;
}



/*
======================================================
>>	Page footer
======================================================
*/
#page_footer {
	height: 30px;
	/*border-top: #d6d6d6 1px solid;*/
}
.frontpage_aug2010 #page_footer {
	display: none;
}
#mm {
	float: right;
	font-size: 12px;
	color: #d6d6d6;
	padding-top: 2px;
	padding-right: 10px;
}
#mm p {
	font-size: 12px;
}
#mm a {
	color: #d6d6d6;
	font-size: 12px;
}
#mm a:hover {
	color: #333;
	text-decoration: none;
}