/*
	Joseph Richard Hankin
	http://www.sundarijewellery.co.uk
	2009 - 2010 &#169; Sundari Ltd.
	
	Colour Palette:
		#9be587
		#65b5ff - light blue
		#
*/

/* Reset */

* { 
	margin: 0; 
	padding: 0;
	}

img { 
	border: 0; 
	margin: 0; 
	padding: 0; 
	}

.clearboth { clear: both; }


/* Typography */	

hr {
	background-color: #bdbdbd;
	border: 0 none;
	clear: both;
	color: #bdbdbd;
	height: 1px;
	text-align: center !important;
	width: 100%;
	}

h1 { 
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 10px;
	color: #555;
	}

a {
	color: #65b5ff;
	text-decoration: underline;
	font-weight: normal;
	outline: none;			
	}
	a:hover { text-decoration: none; }

span { color: #65b5ff; }

a.normal { color: #555; }

#route a { color: #555; text-decoration: none; }
#route a:hover { text-decoration: underline; }

/* Structure */

body {
	background: #fff url(http://images.sundarijewellery.co.uk/generalimages/backgradblue.jpg) repeat-x top left;
	font-family: arial, helvetica, sans-serif; 
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #555;
	width: 100%;
	}

#container { 
	background: #fff;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	}
