/* ==============================================================
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:#ffffff;
	text-align:center;
	line-height:1;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:903px;
}


/* ==============
 =Header Styles=
============== */

#header {
	height:130px;
	margin:20px 0px 0px 0px;
	width:903px;
}

#bar {
	background:transparent url("images/bar.jpg") no-repeat;
	height:4px;
	margin:10px 0px 10px -10px;
	position:relative;
	width:923px;
}

/* ====================
 =Main Content Styles=
==================== */

#content1 {
	background:transparent url("images/content1.png") no-repeat;
	height:471px;
	margin-bottom:-5px;
	width:903px;
}

#content2 {
	background:transparent url("images/content2.png") no-repeat;
	height:250px;
	margin-bottom:10px;
	width:903px;
}

#content3 {
	background:transparent url("images/content3.png") no-repeat;
	height:249px;
	width:903px;
}

#arrow {
	background:transparent url("images/arrow.gif") no-repeat;
	height:189px;
	margin:70px 0px -20px 20px;
	width:279px;
}

/* ==============
 =Column Styles= 
============== */


.leftColumn {
	float:left;
	width:550px;
}

.rightColumn {
	float:right;
	margin:20px 15px 0px 10px;
	text-align:left;
	width:320px;
}

#videos {
	margin:0px 0px 0px 50px;
	width:903px;
}

.videoColumn {
	float:left;
	margin:0px 80px 0px 0px;
	width:219px
}

/* ==============
 =Footer Styles=
============== */

#footer {
	margin:0px 0px 10px 0px;
}

/* =============== Typeography ============== */

p {
	font-size:.8em;
	line-height:1.2;
}

h2 {
	color:#073F7A;
	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:#073F7A;
	font-weight:bold;
	margin:2px 0px 0px 0px
}

#content3 h2 {
	color:#ffffff;
	margin:18px 0px 18px 45px;
	text-align:left;
}

.leftColumn p {
	color:#ffffff;
	margin:10px 0px 10px 45px;
	text-align:left;
}

.rightColumn h2{
	color:#ffffff;
	margin:0px 0px 25px 0px;
}

/* =============== Misc ===================== */

/* ==============
 =Form Stylings= 
============== */

.infoSubmit {
	background:#1F4C7D;
	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;
}

input[type=text] {
	background-color: #fff;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	width: 255px;
}

input:focus {
	background-color: #AEC6E1;
}

/* ======
 =Clear= 
====== */

.clearForMeNow {
	clear:both;
}