/* @override http://www.theonlinegiftgroup.co.uk/general/styles/layoutStyles.css */

body {
	margin: 0;
	text-align: center;
	background: #482e79 url(../images/background.jpg) repeat fixed ;
}


#wrapper {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

/* @group MainSIte */


#contentArea {
	float: right;
	width: 80%;
}

div#pageText {
	background-color: #693c97;
}

#topmenu {
	width: 80%;
	float: right;
}


#frontText {
	background-color: #693c97;
	padding: 10px;
	margin: 5px;
	color: #fff;
}

#leftnavigation {
	width: 20%;
	float: left;
	height: 100%;
	clear: right;
}

#mainImage img {
	padding: 5px;
}

/* @end */

/* @group Menu Styles */

#navigation {
	color: white;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	width: 80%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	background: #693c97 none no-repeat 0 top;
}
#otherSites {
	width: 80%;
	float: left;
	padding-top: 20px;
}

#otherSites div.menuItem {
	width: 100%;
	float: right;
}

#navigation form{
	font: 12px "Helvetica Neue", Arial, Helvetica;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 5px;
}


div.headerClosed{
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	text-decoration: none;
	font: 12px "Helvetica Neue", Arial, Helvetica;
	text-align: center;
}

div.headerClosed a{
	color: #fff;
	text-decoration: none;
	font: 12px "Helvetica Neue", Arial, Helvetica;
	text-align: center;
}

div.headerClosed:hover{
	background-color: #803178;
}

div.headerClosed:hover a {
	color: white;
	background-color: #8a3682;
}

div #blankMenuItem:hover {
	background-color: #8a3682;
}

.headerClosed ul{
	visibility: hidden;
	display:none;
	margin-top: 0px;
	list-style-type: none;
	float: left;
	background-color: #8a3682;
}

div.headerOpen{
	background-color: #8a3682;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	font: bold 12px "Helvetica Neue", Arial, Helvetica;
	text-align: center;
}

div.headerOpen a{
	color: white;
	text-decoration: none;
	font: italic bold 14px "Helvetica Neue", Arial, Helvetica;
	text-align: center;
}
.headerOpen ul{
	visibility: visible;
	list-style-type: none;
	font: 10px Verdana, sans-serif;
	margin-top: 7px;
	text-align: center;
	margin-left: -30px;
}

.headerOpen li{
	margin-top: 5px;
	margin-left: -10px;
	width: 100%;
}

.headerOpen[id] ul{
	margin-left: -25px;
}

.headerOpen ul a{
	color: #fff;
	font: 12px Verdana, sans-serif;

}
.headerOpen ul a:hover{
	color: white;
	text-decoration: underline;
}

.specialoffers {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #f00;
}
.specialoffers a{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #f00;
	text-decoration: underline;
}

.menuItem {
	color: #333333;
	float: right;
	font: 12px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#otherSites div.menuItem div.menuButton {
	width: 100%;
	color: #fff;
}

#otherSites div.menuItem div.menuButton a {
	color: #fff;
}

#otherSites div.menuItem div.menuButton a:hover {
	color: #fff;
	text-decoration: underline;
}

#otherTitle {
	text-align: center;
	color: #999;
}


.menuItem a{
	text-decoration: none;
	color: black;
}

.menuItem a:hover{
	color: #1900ff;
}

.shoppingCartMenuItem {
	color: #333333;
	font: 12px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.shoppingCartMenuItem a{
	text-decoration: none;
	color: #1d8400;
	font-weight: bold;
	font-size: 16px;
}

.shoppingCartMenuItem a:hover{
	color: #1900ff;
}

/* @end */


/* @group GlobalTools */

.floatLeft {
	float: left;
}

.clearAll {
	clear: both;
}

input{
	margin-top: 3px;
}


/* @end */


/* @group fpGallery */

.fpImage {
	border: 1px solid #5d018c;
	background-color: white;
	text-align: center;
	height: 220px;
	width: 250px;
	padding: 2px;
	margin: 2px;
	float: left;
}

.fpImage2 {
	text-align: center;
	height: 220px;
	width: 205px;
	padding: 2px;
	margin: 2px;
	float: left;
}

#itemDetails a:hover{
	color: #693c97;
	text-decoration: underline;
}

#itemDetails a{
	font: 12px "Helvetica Neue", Arial, Helvetica;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#productImages div.productImage img {
	width: 90%;
	border-color: black;
	border-width: 1px;
}
#productImages div.productImage {
	text-align: center;
	color: #fff;

}

div.productImage {
	background-position: 50px;
	width: 46%;
	float: right;
	margin: 5px;
} 
/* for explorer only */
#inner[id] {
	position: static;
}


/* @end */

/* @group itemView */

.itemView {
	border: 1px solid #5d018c;
	padding: 5px;
	margin-bottom: 10px;
	background-color: white;
}

#itemImage img {
	/* width: 100%;  */
}

.itemView #itemImage {
	margin-right: 10px;	
	text-align: center;
	
}


.itemView p.name {
	font-weight: bold;
	font-size: 14px;
}

.itemView label {
	color: #693c97;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.itemView p {
	color: black;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
}

.itemView p.stocknote {
	color: #1700d8;
	font-weight: bold;
}		

.itemView p.productnote {
	color: #1700d8;
	font-weight: bold;
}

.itemView .itemLink {
	font-weight: bold;
	text-align: right;
}
/* @end */


/* @group itemGallery */

.itemGallery {
	width: 90%;
	border: 1px solid #5d018c;
	padding: 5px;
	margin-bottom: 10px;
	background-color: white;
}

.itemGallery #itemImage {
	float:left;
	margin-right: 10px;
	min-width: 250px;
	text-align: center;
}

.itemGallery #itemDetails {
	float: right;
	width: 60%;
}

.itemGallery p.name {
	font-weight: bold;
	font-size: 14px;
}

.itemGallery label {
	color: #693c97;
	font: bold 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

.itemGallery p {
	color: #8a3682;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;


}

/* @end */

/* @group Text Styles */

h1 {
	color: #fff;
	font: bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
}

h2 {
	color: #fff;
	font: bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
}

h2.pagetitle {
	color: #fff;
	font: bold 16px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
}

h3 {
	color: #fff;
	font: bold 15px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin-bottom: -10px;
}

#frontText p {
	color: #fff;
	text-align: center;
}

p {
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
}

#productImages div.productImage p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}


/* @end */


/* @group Search */

#search {
	color: #fff;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	top: 1px;
	clear: right;
}

#welcome {
width: 49%;
	float: left;
	text-align: center;
}

#productImages {
	float: right;
	width: 49%;
	text-align: center;
}

#welcome img {
	width: 90%;
	text-align: center;
	margin-bottom: 20px;
}



/* @end */

/* @group MenuItems */



img#logo {
	float: left;
	margin-top: 20px;
}

#topnavigation a {
	color: #fff;
	text-decoration: none;
}

#topnavigation a:hover {
	color: #ebe3ff;
	text-decoration: underline;
}

#masonic div.menuButton:hover {
	background-color: #76001a;
}
#general div.menuButton:hover {
	background-color: #979a1b;
}
#newAge div.menuButton:hover {
	background-color: #693c97;
}

.menuButton2 {
	height: 100%;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #693c97;
	vertical-align: middle;
	clear: right;
}
.menuButton {
	height: 100%;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #8a3682;
	vertical-align: middle;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: right;
}

.menuButton2:hover {
	background-color: #8a3682;
}

.menuButton:hover {
	background-color: #693c97;
}


/* @end */

/* @group copyright */

#copyright {

	color: #f8f7f2;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	padding: 5px 5px 5px 10px;
	color: #fff;
	font: 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	position: relative;
	bottom: 0;
	float: left;
	display: block;
	width: 100%;
}

.copytext {
	position: relative;
	left: 0;
	float: left;
}

#copyright a{
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
}

#copyright a:hover{
	color: #999;
	text-decoration: underline;
	font-weight: bold;
}

#topbuttons {
	padding: 20px 4px 4px;
	text-align: right;
}


#pageText p a {
	color: #fff;
}

#pageText p a:hover {
	color: #ccc;
}

#maintext

{
	text-align: center;
	background-color: #8a3682;
	color: #fff;
}

#search form {
	top: 0;
}

/* @end */

