/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
}
body {cursor:url(http://www.nikkij.co.uk/media/cursor.cur);}
h1{
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h2{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
h3{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
#paper{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#main_nav{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main_nav ul{
	margin: 0px;
	padding: 0px;
}
#main_nav li{
	list-style-type: none;
	display: inline;
}
#main_nav li a{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 12px;
}
#main_nav li a:hover{
	color: #eebebe;
}
#paper{
	background-image: url(../images/bg_flowers.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 12px;
}
#proud{
	padding: 50px;
	clear:both;
}
#footer{
	font-size: 10px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer #top {color:#FF99CC; font-weight:bold}
#products{
text-align:left;
padding:1px 60px 1px 60px;

}
.box_product_gowns{
	float: left;
	height:200px;
	width: 112px;
	padding: 5px;
}
.box_product{
	float: left;
	height:350px;
	width: 224px;
	padding: 10px;
}
.category_name{
width: 112px;
text-align:center;
}
.category_name a{
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.category_name a:hover{
	color: #EFBDBE;
}
.thumb{
	border: 1px solid #999999;
	width:107px;
	height:107px;
	margin-right:15px;
	float:left;
}
.product_description{
	padding: 20px;
}
.product_description h2{
	color: #797D7E;
}
a.btn
{
background:url(../images/btn_enquire.jpg) top left no-repeat;
display:block;
width:96px;
height:19px;
border:none;
}

a { color:#1e7ec8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */


/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; }
address { font-style:normal; line-height:1.4em;}
cite { font-style:normal; font-size:10px;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }