/* - - - - - - - - - - - - - - - - - - - - -

Title : muku jewellery css
Author : Simon Humphreys
URL : www.muku.co.uk/jewellery

Description : contemporary hand made jewellery. Mai Sakuma - Devinity, Manchester Craft Centre, the Northern Quarter.

Created : 02/09/2006
Modified : 19/08/2007

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{

}
html{
margin: 0px;

}
body{
margin: 0px;
border: 0px;

}

/* ----- IDS ----- */

#wrapper{
	width:100%;


margin: 0px;
background-image: url(../images/header.gif);
background-position: center top;
background-repeat: no-repeat;
position: absolute;
height: 100%;
}
#container{
width:650px;
margin-right: auto;
margin-left: auto;

}
#header{
padding-top: 100px;
margin-bottom: 40px;
}
#primaryContent{
width:400px;
margin-left: 10px;
}
#secondaryContent{

}
#navigation{
	float: right;
	width: 150px;
	margin-right: 10px;
}
#footer{
margin-left: 10px;
margin-right: 240px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #333333;
margin-top: 20px;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}

/* ----- HEADINGS ----- */

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	text-align: right;
}
h3{
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
}
h4{
font:;
font-size:;
font-weight:;
color:;
margin:;
padding:;
}

/* ----- PARAGRAPHS ----- */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	padding-bottom: 10px;
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
margin:;
padding:;
background-color:;
font:;
color:;
}
blockquote p{
}
cite{
font:;
color:;
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
margin:;
padding:;
background-color:;
border:;
font-size:;
overflow:;
}
code{
font-size:;
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
list-style:;

list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:


}
li p{
}
ol{
width:;
margin:;
padding:;
}
ul{
width:;
margin:;
padding:

}
ol li{

}
ul li{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#navigation li{


}

#navigation ul{

}

#navigation ul li{

}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
border:;
}
img a{
border:;
text-decoration:;
}
img a:hover{
border:;
}

/* BREAK */

hr{
/* display:none; */
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
font:;
color:;
text-decoration:;
border-bottom:
	color: #000000;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:hover{
color:;
background-color:;
border-bottom:;
	color: #FFFFFF;
	background-color: #000000;
}
a:visited, a:active, a:focus{
color:;
background-color:;
border-bottom:;
}
a:visited{
color:;
background-color:;
border-bottom:}
a:active{
color:;
background-color:;
border-bottom:;
}
a:focus{
color:;
background-color:;
border-bottom:;
}

p a{
}
cite a{
}
li a{

}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
width:;
margin:;
padding:;
frame:;
text-align:;
}
caption{
font:;
color:;
position:;
text-align:;
display:;
}
thead{
font:;
color:;
text-align:;
background-color:;
margin:;
padding:;
}
tbody{
font:;
color:;
text-align:;
background-color:;
margin:;
padding:;
}
tfoot{
font:;
color:;
text-align:;
background-color:;
margin:;
padding:;
}
tr{
font:;
color:;
background-color:;
}
tr .alt{
font:;
color:;
background-color:;
}
th{
}
td{
width:;
margin:;
padding:;
}

/* ----- FORMS ----- */

form{
width:;
margin:;
padding:;
}
fieldset{
border:;
width:;
margin:;
padding:;
}
legend{
font:;
color:;
margin:;
padding:;
}
label{
margin:;
padding:;
font-size:;
font-family:;
}
input{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
textarea{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
input, textarea{
}
select{
border:;
margin:;
padding:;
font-size:;
font-family:;
}
optgroup{
font:;
}
option{
font:;
}

/* ----- DEFINITIONS ----- */

dl{
font-size:;
margin:;
padding:;
}
dt{
color:;
margin:;
padding:;
}
dd{
color:;
margin:;
padding:;
}
