/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       style.css																	********
****		DESCRIPTION:    CSS for Tom Kimmel  											********
****		CREATION DATE:  01/30/2008																********
****		LAST MODIFIED:  04/02/2008																********
****																															********
/*************************************************************************
/*************************************************************************


/* GLOBAL STYLES --------------------------------------------------- */

	body { margin:0px; background:url(../images/bg_red.gif) #660000; font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color:#fff;}
	body.pop { margin:15px; background:url(../images/bg_red.gif) #660000; font-family:Arial, Helvetica, sans-serif;	font-size:12px;	color:#fff;}

	#wrapper { position:relative; z-index:10; top:0px; left:0px; margin:0px 0px 20px 0px; background:url(../images/bg_red_top.gif) repeat-x; }
	#container { position:relative; z-index:20; top:0px; left:0px; width:760px; margin:auto; }
	#container_store { position:relative; z-index:20; top:0px; left:0px; width:900px; margin:auto; }
	
	img {	border: none;}
	td { vertical-align:top;}
	
	a:link, a:visited {	color:#ffcc00; text-decoration:none;}
	a:hover {	color:#fff; text-decoration:underline;}

	#top_right { float:right; width:260px; text-align:left; padding-top:25px; }
	#top_right #div { float:left; margin-right:70px; }
	
	#logo { padding-top:20px; }

/* MENU STYLES --------------------------------------------------- */

	#menu { float:right; text-align:left; background:url(../images/bg_menu.png) no-repeat; width:205px; height:420px; font-size:16px; padding:25px 6px 10px 7px; }
		#menu a:link, #menu a:visited {	color:#fff; }
		#menu a:hover {	color:#fff; }
		#menu .storenav	{color:#ffcc00;}
	.button { padding:10px 0px 5px 10px; }
	.button .storenav { padding:10px 0px 5px 10px; color:#ffcc00;}
	.hover { padding:10px 0px 5px 10px; background-image:url(../images/bg_roll.png); cursor:pointer; }
	.submenu { font-size:12px; padding:0px 0px 5px 20px; }
	.menudiv { text-align:center; padding:0px; }

/* TEXT STYLES --------------------------------------------------- */

	h1{	font: normal 24px Georgia, Times, serif; color: #fff; margin:0px 0px 10px 0px;}
	h2{	font: bold 16px Georgia, Times, serif; color:#fff; margin:20px 0px 10px 0px;}
	h3{ font-size:13px; font-weight:bold; color:#fff; margin:10px 0px 5px 0px;}
	h4{ font-size:14px; font-weight:bold; color:#fff; margin:0px 0px 5px 0px; padding-bottom:1px; border-bottom:1px dashed #a66d6d;}
	h5{ font-size:13px; font-weight:bold; color:#fff; margin:0px 0px 5px 0px;}

/* MAIN CONTENT AREA --------------------------------------------------- */

	#home { background:url(../images/tom2.jpg) no-repeat; width:423px; height:423px; float:right; margin:0 77px 0 0; padding:20px; }
	#hometest { background:url(../images/tom_home2.jpg) no-repeat; width:423px; height:423px; float:right; margin:0 77px 0 0; padding:20px; }
	#hometest2 { background:url(../images/tom_home3.jpg) no-repeat; width:423px; height:423px; float:right; margin:0 73px 0px 0; padding:20px; }
	#homeText { width:190px; margin-top:0px; }
	#homeTexttest { width:415px; margin-top:0px; text-align:right; }

	#page { width:500px; padding:0px 20px 20px 20px; float:right; }

	#page_store { width:650px; padding:10px 30px 20px 0; float:right;}
	
	#nextShow { background:url(../images/bg_ns.png) no-repeat; width:430px; height:120px; float:right; margin:0 109px 0 0; padding:15px; }
	#signup { float:right; background:url(../images/bg_signup.png) no-repeat; width:155px; height:75px; padding:10px 5px; margin:30px 25px 0px 0px; text-align:center; }
	
	
	ul { margin:0px 0px 20px 15px; padding:0px;}
	li { margin:0px; padding:5px 0px 0px 0px;	list-style:disc outside;}
	
	.pad15L { padding-left:15px; }

	.divider { font-size:4px; margin:10px 0px 5px 0px; border-bottom:1px dashed #a66d6d;}

/* FOOTER --------------------------------------------------- */

	#photo { font-size:9px; float:right; padding-right:75px; }

	#footer { font:10px Arial, Helvetica, sans-serif; margin:25px 10px; width:760px; }
	#footer a { color:#9bac22; }

