/*

**	Inspirasian Creations CSS 
**	Author: Mike Le
**	Revision: v1.0 July 2007

*/

/*
**	@Global Layout
*/


body {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #333;
	
	}
.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
	}
.fluid .container {
	width: 90%;
	}
#header {
	background: url(../images/bg_page.gif) top repeat-x #fff;
	height: 180px;
	position: relative;
	}	
#main-panel {
	margin: 0;
	padding: 0;
	margin-left: 215px;
	width:700px;
	}
	
	
/*
**	@Global Styles
*/
img {
	border: 0;
	}
a {
	text-decoration: none;
	color: #5B799D;
	}
a:hover {
	color: #a70000;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5B799D;
	}
h1 {
	margin:0px;
	padding-top:20px;
}
h3 {
	font-size: 150%;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	}
h3 em {
	font-weight: bold;
	color: #A70000;
	font-style: normal;
	}
h4 {
	font-size: 130%;
	}
h5 {
	font-size: 110%;
	}
h6 {
	font-size: 90%;
	}
hr {	
	display: none;
	}
.text-input {
	background: url(../images/bg_textentry.gif) top repeat-x #fff;
	padding: 4px;
	border: 1px solid #ccc;
	}
.button {
	vertical-align: top;
	}
table, thead, tr, td, th {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	}

/*
**	@header
*/
#logo {
	width: 404px;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_logo.gif) top left no-repeat;
	}
#logo h1 {
	position: absolute;
	bottom: 20px;
	left: 0;
	height: 60px;
	width: 200px;
	padding: 0;
	margin: 0;
	}
#logo h2 {
	display: none;
	}
#logo .slogan {
	background: url(../images/bg_slogan.gif) top left no-repeat;	
	width: 236px;
	height: 91px;
	position: absolute;
	top: 25px;
	left: 200px;
	}
#product-search {
	position: absolute;
	right: 0;
	top: 85px;
	text-align: right;
	width: 300px;
	}
#phone-number {
	position: absolute;
	bottom: 37px;
	left: 460px;
	width: 200px;
	}
#phone-number h4 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 160%;
	line-height:100%;
	}	
#phone-number h3 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 100%;
	line-height:100%;
	}		
	
/*
**	@Courtesy Menu
*/
#courtesy-menu {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 730px;
	}
#courtesy-menu a {
	color: #112C4D;
	font-size: 100%;
	}
#courtesy-menu a:hover {
	color: #a70000;
	}

/*
**	@Main Menu
*/

#main-menu {
	background: url(../images/bg_menu.gif) top left repeat-x #560000;
	height: 30px;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: 215px;
	}	
.menu-images {
	position: absolute;
	height: 30px;
	top: 0;
	left: 0;
	}
#main-menu a:hover {
	margin-bottom: 2px;
	}
	
	
/*
**	@Secondary Menu
*/

#secondary-menu {
	width: 200px;
	float: left;
	padding-bottom: 30px;
	}
#secondary-menu ul {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	}
#secondary-menu li {
	list-style: none;
	border-bottom: 1px solid #E0E5EC;
	}
#secondary-menu li.end {
	border-bottom: none;
	}
#secondary-menu a {
	display: block;
	}
#secondary-menu a:hover {
	background: url(../images/bg_rightpanel.gif) top left repeat-y;
	}	
#secondary-menu h3 {
	font-size: 170%;
	margin: 0;
	padding: 0 0 10px;
	}		
	
/*
**	@Feature Products
*/
#feature-products {
	width: 675px;
	float: left;
	padding-left:25px;
	}
#feature-products #description {
	/*color: #5B799D;*/
	font-size:14px;
	padding:10px 100px 10px 50px;
	border-bottom: 1px #5B799D solid;
	border-top: 1px #5B799D solid;
	margin-bottom: 15px;
	}
#feature-products .item {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	height:195px;
	background: url(../images/dots.gif) bottom left repeat-x;
	padding-top:0px;
	margin-bottom:10px;
	text-align:center;
}
#feature-products #vline {
	position:relative;
	width:5px;
	height: 175px;
	background: url(../images/dots.gif) repeat-y;
	float:left;
	top: 5px;
}
#feature-products #catvline {
	position:relative;
	width:5px;
	height: 205px;
	background: url(../images/dots.gif) repeat-y;
	float:left;
	top: 5px;
} 
#feature-products .catitem {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	height:225px;
	background: url(../images/dots.gif) bottom left repeat-x;
	padding-top:0px;
	margin-bottom:10px;
	text-align:center;
}
#secondary-features {
	clear:both;
	position: relative;
	width: 520px;
	height: 320px;
	left: 75px;
	}
.secondary-feature {
	width: 260px;
	height: 160px;
	padding-left:10px;
	}
.s1 {
	position: absolute;
	background: url(../images/bg_s1_2.gif) top left no-repeat;	bottom: 160px;
	right: 260px;
	}
.s2 {
	position: absolute;
	/*background: url(../images/bg_s2.gif) top left no-repeat;*/
	background: url(../images/bg_rightpanel.gif) top left repeat-y;
	bottom: 160px;
	height: 163px;
	left: 260px;	width:250px;
	}
.s3 {
	position: absolute;
	/*background: url(../images/bg_s3.gif) top left no-repeat;*/
	background: url(../images/bg_rightpanel.gif) top left repeat-y;
	top: 160px;
	right: 260px;
	}

.s4 {
	position: absolute;
	background: #fff;
	top: 160px;
	left: 260px;
	padding:0px;
	}

.secondary-feature h4 {
	display: none;
	}
.secondary-feature ul {
	padding: 0;
	margin: 0;
	padding-top: 30px;
	}
.secondary-feature li {
	list-style: none;
	}
.s2 ul {
	padding: 0;
	margin: 0;
	padding-top: 30px;
	padding-left: 140px;
	}
.linkbox {
	width:25%;
	float:left;
	/*background: url(../images/bg_rightpanel.gif) top left repeat-y;*/
	background-color:#DFF1FF;
	padding: 3px 1% 3px 1%;
	margin-bottom:5px;
	margin-right:5px;
}
.linkbox a {
	color:#5B799D;
}

/*
**	@Feature Announcements
*/
	
#feature-announcements {
	margin-left: 520px;
	background: url(../images/bg_rightpanel.gif) top left repeat-y;
	}
.announcement {
	padding: 10px;
	background: url(../images/bg_rightpanelseparator.gif) bottom left no-repeat;
	}
#feature-announcements .item {
	float: left;
	width: 120px;
	padding-top:10px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: center;
	height: 190px;
	/*background: url(../images/bg_rightpanel.gif) top left repeat-y;*/
	background: url(../images/bg_rightpanelseparator.gif) bottom left no-repeat;
}
#feature-announcements .item #title {
	line-height: normal;
}
	
/*
**	@Popular Products
*/
#popular-products {
	width:600px;
	margin-bottom: 60px;
	padding-left:50px;
	}
#popular-products h3{
	background: url(../images/bg_popular.gif) bottom left repeat-x ;
	margin-bottom:10px;
}
#popular-products .item {
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: normal;
	height:195px;
	background: url(../images/dots.gif) bottom left repeat-x;
	padding-top:0px;
	margin-bottom:10px
}
#popular-products .item #title {
	line-height: normal;
	
}
#popular-products #vline {
	position:relative;
	width:5px;
	height: 175px;
	background: url(../images/dots.gif) repeat-y;
	float:left;
	top: 5px;
} 

/*
**	@Footer
*/

#footer {
	clear: both;
	background: url(../images/bg_footer.gif) top repeat-x #fff;
	height: 180px;
	position: relative;
	}	
#footer h4 {
	display: none;
	}
#footer .slogan {
	background: url(../images/bg_slogan_footer.gif) top left no-repeat;	
	width: 411px;
	height: 91px;
	position: absolute;
	top: 0;
	left: 0;
	}
#footer h6 {
	padding-top: 110px;
	font-size: 100%;
	color: #37577D;
	}

.wide {
	width:250px;
}
#navlink {
	text-align:left;
	padding-left:150px;
}
.labeldiv {
	width:150px;
	text-align:right;
}
.labeldiv {
	width:150px;
	text-align:right;
	float:left;
	padding-top:8px;
	padding-right:5px;
}
.inputdiv {
	float:left;
	width:200px;
	padding-top:8px;
	text-align:left;
}
.inputdiv input {
	width:200px;
}

.inputdiv .select {
	width:200px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5B799D;
	font-size: 150%;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	clear:both;
}
.error {
	color:#FF0000;
	font-size:16px;
}
.saleprice {
	color:#990000;
	font-weight:bold;
}
#buttonRow {
	width:600px;
}
#btnRight {
	float:right;
}
.paginationClass {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	display:block;
	clear:both;
}


	