/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------------------
   MAIN DEFINITIONS
   ---------------------------------------------------------------------------------------*/

BODY, TD {
	font-family: Arial, sans-serif, Verdana;
	font-size: 11px;
	line-height: 12px;
	font-weight: 400;
	
	color: #000000;
	
	/*background: #ffffff;*/
}


BODY {
	margin: auto;
	padding: auto;
	background: #000000;
}

P {
	margin: 0;
	padding: 0;
}

IMG {border: 0px;}





/* -----------------------------------------------------------------------------------------
   BUTTONS (normal, over, selected)
   ---------------------------------------------------------------------------------------*/

A {
	color: #292929;
	text-decoration: none;
	font-weight: 700;
}

A:hover, A:focus, A.selected {
	color: #ffffff;
	font-weight: 700;
}


A.enter_page {
	display: block;
	height: 368px;
	width: 320px;
	background: url(img/enter_doom.gif) no-repeat;
}
a.enter_page:hover, a.enter_page:focus {
	background: url(img/enter_page_over.gif) no-repeat;
}


A.doom_enter{
	display: block;
	height: 250px;
	width: 320px;
	background: url(img/box_footer3.jpg) no-repeat;
}
a.doom_enter:hover, a.doom_enter:focus {
	background: url(img/box_footer3_over.jpg) no-repeat;
}


/* -----------------------------------------------------------------------------------------
   MAIN FRAMES (layout-positions)
   ---------------------------------------------------------------------------------------*/

#frame_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;	
}

#frame_page {
	position: relative;	
	width: 976px;
	height: auto;	
	margin: auto;
	margin-top: 30px;
	text-align: left;
	/*background: #ffffff;*/
}

#frame_head {
	width: 100%;
	height: auto;
	min-height: 156px;	
	background: url(img/header.jpg) no-repeat;
}

#frame_main {
	width: 100%;
	height: auto;	
	background: #f0f0f0;
	background: url(img/content_bg.gif) repeat-y;	
}

#frame_bottom {
	width: auto;
	height:250px;	
	background: url(img/content_bg.gif) repeat-y;
	/*background: #ffffff;*/
}

#frame_footer {	
	width: 960px;	
	height: 24px;
	margin-left: 8px;	
}


/* -----------------------------------------------------------------------------------------
   content im frame (layout-positions)
   ---------------------------------------------------------------------------------------*/

 #box_content_inner {
	width: 960px;
	height: auto;
	min-height: 400px;
	margin-left: 8px;
	background: #000000;
}

 #box_enter_doom {
	width: 320px;
	height: 400px;	
	background: #ffffff;
	/*float: left;*/
}

 
 #box_footer1 {
	width: 320px;
	height: 250px;
	margin-left: 8px;
	background: #ffffff;
	float: left;
}

 #box_footer2 {
	width: 320px;
	height: 250px;
	background: #ffffff;
	float: left;
}


 #box_footer3 {
	width: 320px;
	height: 250px;
	background: #ffffff;
	float: left;
}


#box_menu_footer {
	width: 950px;
	padding-top: 6px;
	line-height: 11px;
	margin-left: 12px;
	text-align: right;	
}
