@charset "utf-8";
/* JimShoes - Homepage Layout */

/* -----[ HTML TAGS ]------------------------------------------------------------------------------- */

BODY 							{	background-image: url("../multimedia/images/homepage/layout/background_1x350.jpg");
									background-position: top;
									background-repeat: repeat-x;
									background-color: #000000;
									margin: 0px 0px 0px 0px;	/* Top Right Bottom Left */
									padding: 0px 0px 0px 0px; }
									
IMG								{	border:none; }
									
#Body1							{	padding: 0px 0px 36px 0px; }

#Footer							{	width: 960px; }
									
/* -----[ CONTENT ]--------------------------------------------------------------------------------- */

.bg_box1_content_fade			{	background-image: url("../multimedia/images/homepage/content/box1_content_fade.jpg");
									background-position: top;
									background-repeat: repeat-x; }

.bg_box1_header_middle			{	background-image: url("../multimedia/images/homepage/content/box1_header_middle.gif");
									background-position: top;
									background-repeat: repeat-x; }
									
.bg_box1_silhouettes			{	background-image: url("../multimedia/images/homepage/content/box1_silhouettes.jpg");
									background-position: bottom center;
									background-repeat:no-repeat; }

/* -----[ A LINKS ]--------------------------------------------------------------------------------- */

A:link 							{	color: #12FF00;
									text-decoration: none; }  		/* for unvisited links */
A:hover 						{	color: #12FF00;
									text-decoration: underline; }
A:visited 						{	color: #12FF00;
									text-decoration: none; } 		/* for visited links */
A:active 						{	color: #12FF00; } 				/* when link is clicked */
