/* CSS Document */
/*
=================================
	Design Expressions Stylesheet 
	Version 1.0.2
	Author: Sarah Simonelli
	Date: 04/13/2008
	Updated: 07/01/2008
---------------------------------
	CONTENTS: 
	=1	Global Styles
	=2	Navigation Bar
	=3	Icon Bar
	=4	Main Content
	=5	Header
	=6	Footer
	=7  Iciniti Specific Styles
=================================
*/

/* =1
=================================
	Global Styles
=================================
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
}

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

body {
	background-image: url(../images/branding/background-page-rpt-x.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border:  0px;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	color: #CC6600;
	font-style:italic;
	margin-left: 30px;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 18px; 
	color: #CC6600; 
	font-style:normal; 
	margin-left: 30px;
	margin-bottom: 10px;
}

h3 {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 14px; 
	color: #000000; 
	font-style:normal; 
	margin-left: 30px;
	font-weight: bold;
	margin-bottom: 5px;

}

.marginLeft {
	margin-left: 20px;
}

.marginLeft25 {
	margin-left: 25px;
}

table {
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* =2
=================================
	Navigation Bar
=================================
*/

.navigation {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 280px;
	height:621px;
	background-image:url(../images/branding/lft-bar-top.png);
	background-repeat: no-repeat;
	z-index: 100;
}

.logo {
	position: absolute;
	top: 0px;
	left: 45px;
	border: 0px;
}

.navTop {
	position:relative; 
	top: 80px; 
	left: 15px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 12px;
	font-weight: normal;
}

.navTop span {
	margin-left: 60px;
}

.navigation p {
	position:relative; 
	top: 80px; 
	left: 15px;
	width: 230px; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	line-height: 125%;
}

.navLink1 {
	font-size: 14px; 
	font-weight:bold; 
	color:#CC6600; 
	text-decoration: none;
	margin-left: 10px;
}

.navLink2 {
	font-size: 12px; 
	font-weight:bold; 
	color:#000000; 
	text-decoration: none;
	margin-left: 20px;
}

.navLink3 {
	font-size: 11px; 
	font-weight:bold; 
	color:#000000; 
	text-decoration: none;
	line-height: inherit;
	margin-left: 25px;
}

.navImage {
	position: absolute;
	top: 420px;
	left: 13px;
	border: 0px;
}

.QuickCart {
	position: relative;
	top: 80px;
}

/* =3
=================================
	Icon Navigation
=================================
*/

.icons {
	position:absolute; 
	top: 50px;
	left:330px; 
	display: block;
	height: 60px;
}

.icons a:hover {
	background-color: #98B847;
}

.icons a span {
	display: none;
}

.icons a:hover span {
	display: block;
	position: absolute;
	top: -35px;
	left: 0px;
	z-index: 200;
	font-size: 18px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}


/* =4
=================================
	Main Content Area
=================================
*/

.mainContentTopper {
	position: absolute;
	top:110px;
	left: 310px;
	width: 575px;
	height:25px;
	background-image:url(../images/branding/content-area-top.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

.mainContent {
	position: absolute;
	top:135px;
	left: 310px;
	width: 575px;
	background-image: url(../images/branding/content-area-bg-rpt-y.gif);
	background-repeat: repeat-y;
	z-index: 100;
}

.mainContent a {
	color: #CC6600; text-decoration: none;
}

.mainContent a:hover {
	color: #000000; text-decoration: underline;
}

.mainContent h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 30px;
	color: #CC6600;
	font-style:italic;
	margin-left: 30px;
	margin-bottom: 10px;
}

.mainContent h2 {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 18px; 
	color: #CC6600; 
	font-style:normal; 
	margin-left: 30px;
	margin-bottom: 10px;
}

.mainContent h3 {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 14px; 
	color: #000000; 
	font-style:normal; 
	margin-left: 30px;
	font-weight: bold;
	margin-bottom: 5px;

}

.mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	line-height: 115%;
	margin-left: 30px;
	margin-right: 25px;
	margin-bottom: 8px;
}

.mainContent ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	line-height: 115%;
	margin-left: 35px;
	margin-right: 25px;
	margin-bottom: 8px;
}


.featuresList {
	font-size: 12px;
	margin-left: 17px;
	line-height: 150%;
}



.pullOutBox {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color:#FFFFFF; 
	float:right; 
	width:235px; 
	background-color:#CC6600; 
	display:block; 
	padding: 5px 15px 5px 5px; 
	margin-left: 5px; 
	text-align:center;
}

.mainContentBottom {
	position: relative;
	top:30px;
	width: 575px;
	height:30px;
	background-image:url(../images/branding/content-area-bottom.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

.floatImageLeft {
	display: block; 
	float: left; 
	margin-right: 25px; 
	margin-left: 30px;

}

.floatImageRight {
	display: block; 
	float: right; 
	margin-left: 15px;
	margin-top: 15px;
	width:150px; 
	height: 93px;

}

.collectionPosition {
	display: block;
	position: relative;
	top: -8px;
	left: 20px;
}

.iconFloatRight {
	display: block;
	float: right;
	margin-right: 30px;
}

/* =5
=================================
	Header
=================================
*/

.header {
	position: absolute; 
	top: 3px; 
	left: 310px; 
	width: 560px; 
	text-align: right;
	color: #999999;
}

.header a {
	font-size: 11px;
	color: #000000;
}

/* =6
=================================
	Footer
=================================
*/

#footLinks {
	text-align: center;
	font-size: 12px;
	clear: both;
}

/* =7
=================================
	Iciniti Specific Style
=================================
*/

.CAPTION_view_cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color:#000000;
	border-bottom: 1px #000000 solid;
	
}

#img1 {
	float: left;
	border: 0px;
	margin: 0px 10px 5px 10px;
}

.itemDetailContainer{
	width: 535;
	margin: 0 auto;
}

.itemShortDescription {
	width: 355;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

.quickCartTable {
	width: 230px; 
	border: #9fbc56 1px solid;
	padding: 5px;
}

.CAPTION { 
	min-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9fbc56;
	background-color: #F2F2F2;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-bottom: #C1DB75 1px solid;
	border-left: #F2F2F2 1px solid;
	vertical-align: middle;
	background-image: url(../images/branding/sm_gradient.gif);
	background-position: top; 
	background-repeat: repeat-x;

}

.CAPTION2 {
	min-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	background-color: #F2F2F2;
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-bottom: #C1DB75 1px solid;
	border-left: #F2F2F2 1px solid;
	vertical-align: middle;
	background-image: url(../images/branding/sm_gradient.gif);
	background-position: top; 
	background-repeat: repeat-x;

}

.EVEN {
	background-color:#EEF8D1;
}

.ODD {
	background-color:#FFFFFF;
}

.wordSearch {
	margin: 10px 200px;
}

.itemPictureUC {
	margin-left: 25px;
}

.price {
	font-weight: bold;
}

.center {
	text-align: center;
	margin: 0 auto;
}

hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: center;
	
}

#hr2 {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;

}

#loginform {
	width: 500px;
	margin-left: 25px;
}



#registrationTable {
	width: 525px;
	margin-left: 35px;
	padding: 5px;
}

#orderform {
	width: 525px;
	border: 0px;
	margin-left: 25px;
}

.TABSELECTED { 
	background-image:url(../images/branding/tabFocus.jpg); 
	width:144; 
	font-weight:bold; 
	padding-left: 10px;
	height: 47px;
	background-repeat: no-repeat;
	cursor: hand;

}
	
.TABNORMAL { 
	background-image:url(../images/branding/tab.jpg);
	width:144; 
	height: 47px;
	padding-left: 10px;
	background-repeat: no-repeat;
	cursor: hand;

}

/* Classes Specific to ItemPictureLeft.ascx User Control */

.price {
	font-weight: bold;
	margin-bottom: 10px;
}