/* Custom css */

/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2008-05-01) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            950 px
    * Number of columns:     3
    * Column width:          310 px
    * Margin width:          10 px
   ======================================

   By default, the grid is 950px wide, with 3 columns 
   spanning 310px, and a 10px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
	width: 800px;
	height: 595px;
	background-color: #FFFFFF;
	margin-top: 0.7%;
	margin-left: 19%;
	margin-right: 19%;	
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(../images/grid_310+10x18.png); 
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3 {float:left;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  {
	width: 15%;
	height: 82.4%;
}
.span-2  { width: 75%;}
.span-3, div.span-3 { width: 100%; margin: 0; }



/* Misc classes and elements
-------------------------------------------------------------- */



/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

a img
{
border:none;
}


#header {
	background-color: #FFFFFF;
	height: 20px;
	width: 100%;
	
	
}




#hornav {
	background-color: #FFFFFF;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right: 18px;
	margin-left: 9px;
	width: 98%;
}

#maincontent {
	background-color: #CC3333;
}

#footer {
	font-size: 8.5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 15px;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	margin-right: 9px;
	margin-left: 9px;
	border-top-width: 1.5px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-bottom: 1px;
}





#navigation {
	font-size: 11.2px;
	color: #000000;
	word-spacing: 60px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 22px;
	text-align: right;
	padding-top: 22px;
	padding-right: 10px;
	margin-right: 9px;
	margin-left: 9px;
	font-weight: bold;
	
	
}




#maintext {
	font-size: 12px;
	color: #999999;
	float: left;
	text-decoration: none;
	list-style-type: none;
		
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}



#left {
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin-left: 9px;
	width: 20%;
	padding-top: 8px;
}



a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #AAAAAA;
	text-decoration: none;
	}

a:active {
	color: #000000;
	text-decoration: none;
}


.currentpage {
	color: #AAAAAA;
}

#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	
}

#logo {
	float: left;
	padding-top: 13px;
	}

#productlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	list-style-type: none;
	padding-top: 10px;
	padding-left: 10px;
}

#mainimage {
	float: right;
	margin-right: 15px;
	margin-top: 25px;
}

#homewares {
	margin-bottom: 10px;
	margin-top: 5px;
}

#jewellery {
	margin-top: 30px;
	margin-bottom: 10px;
}


#productlist2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	list-style-type: none;
	padding-top: 10px;
	
}

#email {
	float: left;
	padding-left: 8px;
}
