/* 
	Landing Page stylesheet for Simplyvenues.com
	Created by: Bryan Lademann of Shopowstudios.com (c) 2008
*/


/*	* {border:1px solid red} /*

/*	=Reset
-------------------------------------------------- */

*	{
	margin:0;
	padding:0;
	}

img	{
	border:none;
	margin:0;
	
	}

ul	{
	margin:0;
	padding:0;
	}

ul li	{ 
	margin:0;
	padding:0;
	list-style:none;}



/*	=Global 
-------------------------------------------------- */

html, body	{
	height: 100%;
	}
	
body	{
	background: #000 url(../../i/bg.jpg) top left repeat-x ;
	color: #9E5C2E;
	font: 62.5%/2 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	}
	
html>body	{
	font-size: 10px;
	}
	
.clear	{
	clear:both
	}
	
.right	{
	float:right;
	}
	
.left	{
	float:left;
	}
	
.center	{
	margin:0 auto;
	}

.hide	{
	display:none;
	text-indent:-9999px;
	}

img.photo	{
	border: 1px solid #cecece; 
	padding: 8px;
	}




/*	=Typography
	--------------------------------------------------*/


	
	
	
/*	=Headings
	--------------------*/

h1, h2, h3, h4, h5, h6	{ 
	margin:0; 
	padding:0;
	font-family:'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	}


h1		{font-size:3em; line-height:0.666em; margin:0.666em 0;  }
h2		{font-size:1.8em; line-height:1.111em; margin:1.111em 0; }
h3		{font-size:1.4em; line-height:1.428em; margin:1.428em 0 0 0  }
h4		{font-size:1.2em; line-height:1.666em; margin:1.666em 0 }
h5		{font-size:1em; line-height:2em; margin: 2em 0 }
h6		{font-size:0.8em; line-height:2.5em; margin: 2.5em 0 }


/*	=Text Elements
	--------------------*/
	
p	{
	margin: .9em 30px;
	text-align:left;
	font-size:1em;
	line-height:1.8em;
	font-family:'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	}
	
#ftr p	{
	padding: 0;
	}
	
/* For visual style only - use <strong> first */
.bold	{
	font-weight:bold;
	}

/* For visual style only - use <em> first */	
.italic	{
	font-style:italic;
	}

.text-up	{
	text-transform:uppercase;
	}

.text-down	{
	text-transform:lowercase;
	}

acronym	{
	cursor:help;
	border-bottom:1px solid;
	letter-spacing:0.1em;
	}


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


	
#wrap	{
	background: url(../../i/content-bg.jpg) top left no-repeat;
	margin: 0 auto;
	
	width: 1030px; 
	height:700px;
	}
	
#hdr	{	
	background: url(../../i/hdr.jpg) no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 194px;
	width: 1030px;
	}
	
#container	{
	background: url(../../i/content.jpg) top left no-repeat; 
	margin: 0 auto;
	padding: 0 0 0 195px; 
	
	height:445px;
	}
	
	
#ftr	{
	bottom: 0;
	margin: -61px auto;
	height: 20%;
	border-top: 1px solid #2e2e2e;
	background:#1e1e1e;
	color: #DBE2F0; 
	}
	
#ftr p { 
	margin: 1em auto;
	padding: 0  0 0 98px;
	width: 700px;
	font-size: .9em;
	line-height:2em;
	}
	
* html #ftr p	{	
margin: 0 auto;
	padding-left: 210px;
	width: 1000px;
	}


	

/*	=buttons
	--------------------------------------------------*/
	

ul	{ margin-right:2px; padding:0; float:left;  width: 211px;}

li {
	width: 211px;
	}

	
li a	{
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	width: 211px;
	height: 86px;
	}


li p	{
	margin: 0 0 0 1em;
	height: 75px;
	font-size:1.4em;
	}
		
li a#sv	{
	background: url(../../i/btn-sv.jpg) no-repeat;
	}	
	
li a#smp	{
	background: url(../../i/btn-smp.jpg) no-repeat;
	}	
	
li a#es	{
	background: url(../../i/btn-es.jpg) no-repeat;
	}	
		
li a#bbc	{
	background: url(../../i/btn-bbc.jpg) no-repeat;
	}	
	
li a#cps	{
	background: url(../../i/btn-cp.jpg) no-repeat;
	}	
		
li a#sm		{		
	background: url(../../i/btn-sm.jpg) no-repeat;
	}	

li a#sv:hover,
li a#smp:hover,
li a#es:hover,
li a#bbc:hover,
li a#cps:hover,
li a#sm:hover	{
	background-position: 0 -86px; 
	}



	
/*	=Top Nav
	--------------------------------------------------*/

#topnav	{ list-style:none;}
	
/*	=Main Nav
	--------------------------------------------------*/

#nav	{}



/*
	Extra 1
*/

/*
	Extra 2
*/
	
	
	
	
