
/* ----- CSS ----- */

body{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image: url('i/bg_main.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #350038;
color: #fff;
font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
font-size: 1em;
line-height: 150%;
}




/* ----- IDS ----- */


#nav {
		position: fixed;
		top: 0px;
		left: 50px;
		width: 500px;
		height: 30px;
		background: #350038;
		padding: 6px 0px 0px 0px;
		font-weight: bold;
		font-size: 12px;
		}

#nav ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}

#nav ul li {
		display: inline;
		padding: 0px;
		margin-left: 5px;
		margin-right: 5px;
		}

#nav ul li a {
		color: #fff;
		text-decoration: none;
		}

#nav ul li a:hover {
		color: #b380b6;
		text-decoration: none;
		}



#content {
		position: absolute;
		top: 0px;
		left: 600px;
		width: 350px;
		padding: 70px 20px 70px 20px;
		}

.price	{
		font-size: 20px;
		font-weight: bold;
		}

.shopitem {
		padding-bottom: 4px;
		}

form	{
		padding: 0;
		margin-top: -12px;
		}

.small	{
		font-size: 10px;
		}

.clear	{
		clear: both;
		}


hr		{
		height: 1px;
		border: 0px;
		background: #f000ff;
		margin-top: 20px;
		margin-bottom: 20px;
		}

p		{
		text-align: justify;
		margin: 0px;
		padding: 0px 0px 10px 0px;
		}



a:link, a:visited {
		color: #f000ff;
		text-decoration: none;
		}

a:hover {
		color: #b380b6;
		text-decoration: none;
		}

p.photoblock {
		padding-bottom: 15px;
		}


h2		{
		font-size: 1.3em;
		line-height: 1.4em;
		font-weight: bold;
		padding-bottom: 0px;
		margin-bottom: 4px;
		}

