@charset "utf-8";
/* CSS Document by csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background: #36393c url(images/body.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {width: 800px; margin:auto}

span.c2 {color: yellow}

div.c1 {text-align: left;
 	color: #cccccc;
 	width: 600px; 
 	margin:auto
 	}

div.c1a {text-align: left;
	position: relative;
 	color: #cccccc;
 	width: 600px; 
 	margin:auto
 	}

img.floatLeft { 
    float: left; 
    margin: 0 12px 0 0; 
}

A:visited.conMenuItem3 { color: #009999;} A:hover.conMenuItem3 { color: #ccffff;} 
a.conMenuItem3, a.conMenuItemSelected3 { color:#00ffff; font-size:11px; 
font-weight:bold; line-height:10px; text-decoration:none; } 
.conMenuItemSelected3 
{font-weight:bold;} 

.copyright { color:#999999; font-family:Verdana, 
Arial, Helvetica, sans-serif; text-decoration: none; font-size:9px; padding-top:10px; 
padding-bottom:15px; text-align:center; }


#header {

	height: 160px;
}

.content {margin: 30px 0; height: 230px;}

#footer {padding: 5px; text-align: center;}

img {border: none;}

.seperator {background: url(images/seperator.png) repeat-x; height:2px; width: 100%;}
.separator {
	background: url(images/seperator.png) 
	repeat-x; 
	height:2px; 
	width: 100%;
	padding: 5px;
	position: relative;}

a {color:#fff;}

h2 {
	font-size: 24px;
	color: #00cccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.highlight {
	font-size: 12px;
	color: #ccffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.highlight2 {
	font-size: 13px;
	color: #ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : underline;
}

.big_thumb {
	border: 10px solid #121416; 
	padding:5px; 
	float: left; 
	margin-right: 10px;
	position: relative}

.big_thumb_center {border: 10px solid #121416; padding:1px; float: center; margin-right: 10px;}

.cart {
	border: 0px; 
	padding:1px; 
	float: right; 
	margin-right: 10px;
	margin-top: 25px;
	}
	
	#cart {
	border: 0px; 
	padding:1px; 
	float: right; 
	margin-right: 10px;
	margin-top: 25px;
	}

.info {
	margin-left: 310px;
	margin-top: 25px;
	list-style-type: none;
	font-size: 18px;
	color: #b0b1b2;
}

.info li {border-bottom: 1px dotted #6f7275; padding: 6px;}

.more {margin-top: 30px; float: right;}

.logo {
	margin-top: 19px; 
	margin-left: 29px;
	float: center;
	}
	
	
	
	#footer p { 
margin : 0; 
padding : 10px 0; 
color : #b0b1b2; 
text-align : center; 
font : 90%/0.9 arial, helvetica, serif; 
font-size : 0.9em; 
line-height : 1.0; 
} 
#footer a { 
color : #b0b1b2; 
text-decoration : none; 
} 
#footer a:hover { 
color : #b0b1b2; 
text-decoration : underline; 
} 
	
	
	
	
	
	
	
	

/*----------------------------------------- Glowing Menu styles ---------------------------------------*/

/* Firefox Dotted Outline Fix */
a:active { 
		outline: none; 
}

a:focus { 
		-moz-outline-style: none; 
}
	
/* Menu Body */
ul#menu {
		height:40px;
		background:url(images/menu.png) no-repeat bottom;
		list-style:none;
		padding-top: 0px;
}
	
/* Float LI Elements - horizontal display */
ul#menu li {
		float:left;
}
	
/* Link - common attributes */
ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		height:37px;
		position:relative;
}
	
/* Specify width and background position attributes specifically for the class: "large" */
ul#menu li a.large {
		width:160px;
	}
	
/* Specify width and background position attributes specifically for the class: "medium" */
ul#menu li a.medium {
		width:160px;
		background-position:-160px 0px;
}

/* Specify width and background position attributes specifically for the class: "small" */
ul#menu li a.small {
		width:160px;
		background-position:-320px 0px;
}

/* Specify width and background position attributes specifically for the class: "about" */
ul#menu li a.about {
		width:160px;
		background-position:-480px 0px;
	}
	
/* Specify width and background position attributes specifically for the class: "contact" */
ul#menu li a.contact{
		width:160px;
		background-position:-640px 0px;
}
	
/* Span (on hover) - common attributes */
ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
}
	
/* Span (on hover) - display pointer */
ul#menu li a span:hover {
		cursor:pointer;
}
	
/* Shift background position on hover for the class: "large" */
	ul#menu li a.large span {
		background-position: 0px -37px;
}
	
/* Shift background position on hover for the class: "medium" */
	ul#menu li a.medium span {
		background-position: -160px -37px;
}

/* Shift background position on hover for the class: "small" */
	ul#menu li a.small span {
		background-position: -320px -37px;
}

/* Shift background position on hover for the class: "about" */
	ul#menu li a.about span {
		background-position: -480px -37px;
}
	
/* Shift background position on hover for the class: "contact" */
	ul#menu li a.contact span {
		background-position: -640px -37px;
}
	
		