/* RESET */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* RESET */

body {
	background: url(images/bg.jpg) repeat;
	color: #d5d5d5;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	color: #c12916;
	font-size: 17px;
	margin-bottom: 15px;
}

h2 {
	color: #c12916;
	font-size: 14px;
	margin-bottom: 2px;
}

h3 {
	color: #c12916;
	margin-bottom: 1px;
	font-size: 14px;
}

#container {
	width: 865px;
	height: 676px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bgPaper.png) no-repeat;
	margin-top: 5px;
}

#footer {
	text-align: center;
	margin: 5px auto;
	width: 766px;
}

#socialNetwork img {
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 10px;
}

#footerText {
	color: #fff;
	font-size: 16.5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	float: left;
}

#anchorImage {
	width: 33px;
	background: url(images/anchor.png) no-repeat;
	height: 45px;
	float: left;
}

#contentArea {
	width: 800px;
	height: 230px;
	padding-top: 50px;
	padding-left: 75px;
}

#nav {
	margin-top: 20px;
	float: left;
	background-repeat: no-repeat;
	width: 550px;
}

#nav img {
	margin-right: 15px;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 332px;
	height: 53px;
}

#socialNetworking {
	float: right;
	margin-top: 12px;
	margin-right: 65px;
}

#socialNetworking img {
	margin-right: 15px;
}

#contentFrame {
	width: 440px;
	height: 273px;
	background: url(images/smallFrame.jpg) no-repeat;
	float: left;
	padding: 30px;
}

#homeContentFrame {
	width: 440px;
	height: 273px;
	background: url(images/smallFrame.jpg) no-repeat;
	padding: 30px;
	float: left;
}

#contentFrameMed {
	width: 440px;
	height: 420px;
	background: url(images/medFrame.jpg) no-repeat;
	float: left;
	padding: 30px;
}

#bigContentFrame {
	width: 641px;
	height: 400px;
	background: url(images/bigFrame.jpg) no-repeat;
	float: left;
	padding: 40px;
}

ul {
	margin-left: 20px;
}

li {
	margin-bottom: 20px;
}

a {
	color: #c12916;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	color: #8d1e0f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

p {
	padding-bottom: 15px;
}

.hiddenPic {
	display: none;
}

#artist {
	margin-bottom: 10px;
}

#artist img {
	padding-top: 3px;
}

#artist a {
}

/* @group Shop */

#pods {
	margin-top: 3px;
	margin-left: 29px;
}

#pod1 {
	width: 289px;
	height: 193px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/shop1.jpg);
}

#pod2 {
	width: 289px;
	height: 193px;
	float: left;
	background-image: url(images/shop2.jpg);
}

#pod3 {
	width: 289px;
	height: 193px;
	float: left;
	clear: left;
	margin-right: 10px;
	background-image: url(images/shop3.jpg);
}

#pod4 {
	width: 289px;
	height: 193px;
	float: left;
	background-image: url(images/shop4.jpg);
}



/* @end */

/* @group Nav */

/* @group Home */
#home
{
  width: 70px;
  height: 30px;
  background: url(images/nav/home.png) no-repeat 0 0;
	float: left;
}

#home:hover
{
	background: url(images/nav/home_over.png) no-repeat;
}

#home span
{
  display: none;
}



/* @end */

/* @group Shop */
#shop
{
  width: 62px;
  height: 30px;
  background: url(images/nav/shop.png) no-repeat 0 0;
	float: left;
}

#shop:hover
{
	background: url(images/nav/shop_over.png) no-repeat;
}

#shop span
{
  display: none;
}



/* @end */

/* @group Artists */
#artists
{
  width: 82px;
  height: 30px;
  background: url(images/nav/artists.png) no-repeat 0 0;
	float: left;
}

#artists:hover
{
	background: url(images/nav/artists_over.png) no-repeat;
}

#artists span
{
  display: none;
}



/* @end */

/* @group Services */
#services
{
  width: 90px;
  height: 30px;
  background: url(images/nav/services.png) no-repeat;
	float: left;
}

#services:hover
{
	background: url(images/nav/services_over.png) no-repeat;
}

#services span
{
  display: none;
}



/* @end */

/* @group Tattoo Care */
#faq
{
  width: 62px;
  height: 30px;
  background: url(images/nav/faq.png) no-repeat;
	float: left;
}

#faq:hover
{
	background: url(images/nav/faq_over.png) no-repeat;
}

#faq span
{
  display: none;
}



/* @end */

/* @group Contact */
#contact
{
  width: 95px;
  height: 30px;
  background: url(images/nav/contact.png) no-repeat;
	float: left;
}

#contact:hover
{
	background: url(images/nav/contact_over.png) no-repeat;
}

#contact span
{
  display: none;
}



/* @end */


/* @end */

img {
	border: 0px;
}