/* ==============================================================
Filename: default.css
Template: Arnel's Squeeze Page
Author: Chris Schmitz
Contact: chris@beperceived.com
Date Created: May 6th, 2009
Media: Screen
-----------------------------------------------
Notes: The styling information for www.mensworkoutguide.com
============================================================== */

/* ================ 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, sans-serif;
	vertical-align: baseline;
}

/* =============== Layout =================== */


/* =============== 
 =General Styles= 
=============== */


body {
	background:url("images/background.jpg") repeat-x;
	color:#000;
	text-align:center;
	line-height:1;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:941px;
}


/* ==============
 =Header Styles=
============== */

#header {
	height:152px;
	margin:20px 0px 0px 0px;
	width:941px;
}

#shadow {
background:transparent url("images/shadow.png") no-repeat;
height:8px;
margin-bottom:-8px;
position:relative;
width:941px;
z-index:5;
}

/* ====================
 =Main Content Styles=
==================== */

#content1 {
	background:transparent url("images/content1.png") no-repeat;
	height:471px;
	margin-bottom:-5px;
	width:941px;
}

#content2 {
	background:transparent url("images/content2.png") no-repeat;
	height:250px;
	margin-bottom:10px;
	width:941px;
}

#content3 {
	background:transparent url("images/content3.png") no-repeat;
	height:249px;
	width:941px;
}

#arrow {
	background:transparent url("images/arrow.gif") no-repeat;
	height:189px;
	margin:55px 0px -20px 20px;
	width:279px;
}

/* ==============
 =Column Styles= 
============== */


.leftColumn {
	float:left;
	width:568px;
}

.rightColumn {
	float:right;
	margin:20px 25px 0px 10px;
	text-align:left;
	width:320px;
}

#videos {
	margin:0px 0px 0px 50px;
	width:941px;
}

.videoColumn {
	float:left;
	margin:0px 80px 0px 0px;
	width:219px
}

/* ==============
 =Footer Styles=
============== */

#footer {
color:#888;
	margin:0px 0px 10px 0px;
}

/* =============== Typeography ============== */

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

h2 {
	color:#FAC220;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin:15px 35px 15px 35px;
}

#content2 h2 {
	text-align:left;
	padding:10px 0px 0px 13px;
}

#content2 p {
	color:#111111;
	font-weight:bold;
	margin:2px 0px 0px 0px
}

#content3 h2 {
	color:#000;
	margin:18px 0px 18px 45px;
	text-align:left;
}

#content3 .leftcolumn p {
	color:#000;
	width:490px;
}

.leftColumn p {
	color:#000;
	margin:10px 0px 10px 45px;
	text-align:left;
}

.rightColumn h2{
	color:#000;
	margin:0px 0px 5px 0px;
}

/* =============== Misc ===================== */

/* ==============
 =Form Stylings= 
============== */

.infoSubmit {
	background:#FCE5A0;
	color:#000;
	height:52px;
	margin: 25px 0 5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 10px 2px 10px;
	width:320px;
}

#content3 .infoSubmit {
	margin-top:25px;
}

input[type=text] {
	background-color:#fff;
	color:#000;
	font-size:1em;
	font-weight:bold;
	padding:2px;
	width:255px;
}

input:focus {
	background-color:#E2E2E2;
}

/* ======
 =Clear= 
====== */

.clearForMeNow {
	clear:both;
}