/* CSS Document */

body {
background-color:#6f2a56;
color:#000;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:100%;
}

h2 {
	font-size:150%;
}

h3 {
	font-size:120%;
}


#wrapper {
width:970px;
margin:0px auto;
}

#outter_wrapper {
width:950px;
margin:25px auto;
border:4px solid #528a13;/*dark green*/
}

#inner_wrapper {
width:910px;
margin:10px;
border:3px solid #6fbe1a; /*light green*/
padding:7px;
}

#inner_wrapper a, #inner_wrapper a:link {
	color:#fff;
	text-decoration:none;
}
	
#inner_wrapper a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#inner_wrapper a:hover, #inner_wrapper a:active, #inner_wrapper a:focus, {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}


#content {
background-color:#fff;
padding:4px 10px;
margin:25px;
}

#left {
	float:left;
	width:200px;
	position:relative;
}

#right {
	float:left;
	width:600px;
	padding:0px 15px;
	border-left: 2px solid #6fbe1a; /*light green*/
	position:relative;

}
	

#header {
border-bottom:4px solid #8a4b91;/*lavendar*/
text-align:center;
margin-bottom:15px;
padding-top:7px;
}

#nav {
text-align:center;
padding:7px;
font-size:90%;
}

#footer_collage {
border-top:4px solid #8a4b91;/*lavendar*/
	text-align:center;
	padding-bottom:7px;
}

#footer {
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
color:#ccc;
padding:1px 0px;
text-align:center;
}




#footer a, #footer a:link {
color:#ccc;
text-decoration:underline;
}

#footer a:visited {
color:#6fbe1a;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#6fbe1a;
text-decoration:none;
}

#content a, #content a:link {
color:#6d1000;
text-decoration:none;
}

#content a:visited {
color:#528a13;/*dark green*/
text-decoration:none;
}

#content a:hover, #content a:active, #content a:focus {
color:#528a13;/*dark green*/
text-decoration:none;
}

.bold {
font-weight:bold;
}

.border_right {
border-right:2px solid #6fbe1a;/*light green*/
}

.clearit {
	clear:both;
}

.green_dark {
	color: #528a13;/*dark green*/
}

  .home {
  background-color:#ffffff;
  border:1px solid #6fbe1a; /*light green*/

  }


.italic {
	font-style:italic;
}

.large {
font-size:125%;
}

.margin {
margin:100px 0px 15px 0px;
}
.purple {
color:#8a4b91; /*darek purple*/
}

.red {
color:#990000;
font-weight:bold;
}


.small_caps {
		font-variant:small-caps;
}

.small {
	font-size:80%;
}

.tablecell {
	background-image:url(images/bg_tablecell.png); background-color:#6f2a56; 
	background-repeat:repeat-x; 
	color:#666;
	font-weight:bold;
	padding-left:10px;
}

.white {
color:#fff;
}


/* store stuff -----------------------*/

/*Product image link
-------------------------------------*/

.prodimage a:link img {
background-color: #6f2a56; /*purple*/
border: 4px solid #6f2a56; /*purple*/
}

.prodimage a:hover img {
background-color: #5e9f16; /*lime*/
border: 4px solid #5e9f16; /*lime*/
}

/*Product description
-------------------------------------*/
.proddescription {background-color: #fff;
/*background-image: url("images/bg_tablecell.png");
background-repeat: repeat-x;
*/
color: #666666;
font-weight: bold;
padding-left: 10px;}

div.prodprice {
	text-align: left;
	}
	
	div.prodname {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}




