body, html{
	height: 100%;
	margin: 0;
}

body{
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../img/bg_gradient.jpg') repeat-x;
}

#wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
}


/*****************/
/*   Multi use   */
/*****************/
.clear{
	clear: both;
	padding: 0;
	margin: 0;
	height: 0px;
}

.centered{
	margin: auto;
}

.centered600{
	margin: auto;
	width: 600px;
}

.centered400{
	margin: auto;
	width: 400px;
}

.centered200{
	margin: auto;
	width: 200px;
}

.aligncenter{
	text-align: center;
}

.topmargin{
	margin-top: 30px;
}

.topmargin80{
	margin-top: 80px;
}

.small{
	font-size: 80%;
}

.form_error{
	color: #ff0000;
}

.margin-left80{
	margin-left: 80px;
}

/*****************/
/*   Tags        */
/*****************/
input{
	border: 1px solid #a6a6a6;
}

img{
	border: none;
}

p{
	margin: 0;
	padding: 1em 0;
}

/*****************/
/*  Header View  */
/*****************/
#header{
	margin-bottom: 30px;
	width: 990px;
}

#com_links{
	height: 10px;
	text-align: right;
	padding-top: 20px;
	float: right;
}

#com_links a{
	height: 20px;
	width: 19px;
	padding: 0px;
	margin-left: 8px;
	display: block;
	float: right;
}

#com_links a#flickr_link:link, #com_links a#flickr_link:visited 
{
	background: url(../img/header/flickr.gif);
}

#com_links a#flickr_link:hover
{
	background: url(../img/header/flickr_over.gif);
}

#com_links a#twitter_link:link, #com_links a#twitter_link:visited 
{
	background: url(../img/header/twitter.gif);
}

#com_links a#twitter_link:hover
{
	background: url(../img/header/twitter_over.gif);
}

#com_links a#facebook_link:link, #com_links a#facebook_link:visited 
{
	background: url(../img/header/facebook.gif);
}

#com_links a#facebook_link:hover
{
	background: url(../img/header/facebook_over.gif);
}

#com_links a#rss_link:link, #com_links a#rss_link:visited 
{
	background: url(../img/header/rss.gif);
}

#com_links a#rss_link:hover
{
	background: url(../img/header/rss_over.gif);
}

#com_links a#cart_link{
	position: relative;
	top: -5px;
	margin-right: 20px;
}

/*****************/
/*   Footer	     */
/*****************/

#footer{
	color: #8d8c8c;
	clear: both;
	background: #e6e6e6;
	position: relative;
	padding: 15px 0;
	margin-top: -3.5em;
}

#footer_menu{
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#footer a{
	margin-right: 10px;
	text-transform: uppercase;
}

#footer ul{
	padding: 0;
	margin: 0;
	float: right;
}

#footer li{
	list-style-type: none;
	float:left;
}

#copyright{
	float: right;
}

/*****************/
/*   Main	     */
/*****************/

#main{
	width: 770px;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#main h1{
	font-size: 180%;
	font-weight: lighter;
	color: #48594D;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main h2{
	margin-bottom: 20px;
	font-weight: lighter;
	font-size: 150%;
	color: #595151;
}

#main h3{
	font-weight: lighter;
	font-size: 110%;
	color: #595151;
	margin: 1em 0 0.5em 0;
}

#main h1.red{
	font-size: 380%;
	color: #ff1111;
	font-weight: 100;
	text-transform: uppercase;
}

#flash_content{
	margin-bottom: 3em;
}


/*****************/
/*  Left Column  */
/*****************/
#left_column{
	text-transform: uppercase;
	padding-top: 70px;
	margin: 0 20px 0 0;
	float: left;
}

#left_column ul{
	padding: 0;
	margin: 0 5px;
}
#left_column li{
	list-style-type: none;
	margin: 5px 0;
}
#left_column li ul
{
	margin: 5px 0 12px 5px;
}
#left_column li ul li
{
	margin: 3px;
}

/******************/
/* Pages		  */
/******************/

#page_wrapper{
	margin-left: 7em;
	padding-bottom: 4em;
}

#register_newsletter_view{
	margin: 100px 0 0 0;
	width: 800px;
	height: 550px;
	background-image: url('../img/bg_bags.jpg');
	background-repeat: no-repeat;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
}

#window_content{
	margin: 20px auto;
	background: url('../img/bg_gray_trans.png');
	width: 680px;
	height: 400px;
	padding: 20px;
}

#window_content h1{
	color: #fff;
	font-size: 250%;
	font-weight: bolder;
	border-bottom: 2px solid #fff;
	padding-bottom: 8px;
}

#window_content h2{
	color: #fff;
	font-size: 150%;
	font-weight: bold;
}

#window_content a:link, #window_content a:visited{
	color: #fff;
}

#window_content a:hover, #window_content a:active{
	color: #ff0000;
}

#window_content form{
	padding-top: 40px;
}

#window_content label{
	margin-left: 70px;
	font-weight: bold;
	font-size: 150%;
	width: 70px;
	display: block;
	float: left;
}

#window_content input{
	border: none;
	height: 20px;
	width: 180px;
}

#window_content #start_btn{
	width: 131px;
	height: 131px;
	position: relative;
	margin-top: -120px;
	margin-left: 400px;
}

#window_content p{
	font-size: 110%;
}

#window_content .form_error{
	font-size: 100%;
	margin: 2px 2px 2px 140px;
	padding: 2px;
	font-weight: bolder;
	color: #fff;
}

#window_content #errors{
	position: relative;
	padding-top: 20px;
}

#window_content em{
	font-size: 120%;
	font-style: normal;
}

#window_content #subtitle{
	position: absolute;
	font-weight: lighter;
	padding-top: 50px;
}

#login_view{
	width: 400px;
}

#simplemessage{
	width: 400px;
	margin: auto;
}


