/**************************************
CSS 100% Height 2 Column Layout 
>>>> IMPORTANT <<<<<<<<
 Set Width of layout with Wrapper
 all other div's 100% width
www.imthewebguy.com
***************************************/

html,body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #E6E8D7;
	background-image: url(../images_ui/pageBack.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Define layout width here*/
#wrapper {
	width:1000px;	
	padding:0px;
	margin: 0px auto;
}

/* Header and Menu */
#head {
	padding:0px;
	width:100%;
	position:relative;
	background-color:#85429F;
	height: 165px;
	background-image: url(../images_ui/AIF-Header-Purple3.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head #link {
	position: relative;
	width: 685px;
	float: left;
}

#head #address {
	position: relative;
	width: 300px;
	float: left;
}

#menu {
	padding:0px;
	margin: 0px auto;
	color:#FFFFFF;
	background-color:#000000;
	font-size : 150%;
	position:relative;	
	width:100%;	
}
/***Container and  Column Divs *******/
#content {
	width:100%;	
	margin: 0px auto;
	background-color: none;
	overflow: hidden;  
}
#content div#contentLeft, div#contentMid, div#contentRight{
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}
     
#contentLeft {
	position:relative;
	background-color:#E3F0C6;
	float:left;
	width:200px;
	padding:0px;
	margin:0px;
}

#contentMid {
	position:relative;
	background-color:#FFF;
	float:left;
	width:800px;		/* set to 60% for 3 columns*/
	padding:0px;
	margin:0px;
}
/* Optional to design*/
#contentRight {
	background-color:#cccccc;
	float:left;	
	width:20%;		
	padding:0px;
	margin:0px;
}

#footer {
	position:relative;
	clear: both;
	background-color: #879900;
	border: 1px solid #d3d3d3;
	width:99%;
	color: #FFF;
	font-size: 65%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: right;
}

#navbutton{
	background-color: none;
	margin:0px
}
#navbutton ul{
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	list-style-type: none;
}
#navbutton li{
	margin: 0 0 3px 0;
}
/* WIDTH must be adjusted for Block to function*/
#navbutton a {
	display: block;
	width: 172px;
	background-color: #C89FD5;
	border: 1px solid #4f316e;
	background-image: url(../images_ui/InsideBevPurple250px.png);
	background-repeat: no-repeat;
	background-position: -20px -14px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 25px;
	}
#navbutton a:link, #navbutton a:active, #navbutton a:visited {
	color: #4f316e;
	text-decoration: none;
	}
#navbutton a:hover {
	color: #637600;
	text-decoration: none;
	background-color: #DDE789;
	border: 1px solid #728200;
	background-image: url(../images_ui/InsideBevGrnArrow250px.png);
	background-position: -15px -10px;
	
}
#wireservices {
	width: 99%;
	border: 1px solid #AEB67C;
	background-color: #FFF;
	background-image: url(../images_ui/productTitleBackPur.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#wireservices p.wiretop {
	color: #FFF;
	margin: 2px;
	text-align: center;
}
#floatLeft {
	float: left;
}
#productSpotlight {
	float: left;
	width: 200px;
	margin-left: 50px;
	height: 250px;
	background-color: #879900;
	/* [disabled]background-repeat: no-repeat; */
}

#productSpotlight, #productSpotlight2, #productSpotlight3{
	
		-moz-box-shadow:5px 5px 10px 2px rgba(65,34,72,0.5);
		-webkit-box-shadow:5px 5px 10px 2px rgba(65,34,72,0.5);
	box-shadow: 5px 5px 10px 2px rgba(65,34,72,0.5);
}


.productSpotBackReg {
	background-image: url(../images_ui/productTitleBackBlk.png);
	background-position: left top;
	border: 1px solid #879900;
	background-repeat: no-repeat;
}
.productSpotBackOver {
	background-image: url(../images_ui/productTitleBackPur.png);
	background-position: left top;
	border: 1px solid #636;
	background-repeat: no-repeat;
}
#productSpotlight2 {
	float: left;
	width: 200px;
	margin-left: 50px;
	height: 250px;
	background-color: #879900;
}
#productSpotlight3 {
	float: left;
	width: 200px;
	margin-left: 50px;
	height: 250px;
	background-color: #879900;
}
#contentBackround {
	width:800px;		/* set to 60% for 3 columns*/
	padding:0px;
	margin:0px;
	background-image: url(../images_ui/Floral-Background3.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#mainLeftUl {
	width: 325px;
	float: left;
}
#footerLinks {
	position:relative;
	clear: both;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: none;
}
#footerLinks a {
	color: #879900;
	text-decoration: none;
}

#footerLeft {
	float: left;
	height: 200px;
	width: 400px;
	position: relative;
	border: none;
	background-image: url(../images_ui/FooterGradientLtGray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
#footerText {
	float: left;
	height: 200px;
	width: 300px;
	position: relative;
	border: none;
	background-color: #FFF;
	background-image: url(../images_ui/FooterGradientLtGray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerLinks a:hover {
	color: #636;
	text-decoration: underline;
}
#InsideMenu {
	/*left: 935px;
	top: 2px;
	right: 0px;*/
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#InsideMenu a img {
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
	margin: 0px;
	padding: 0px;
}
#InsideMenu  a:hover img{
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.01;
}
#Slideshow1 img, #Slideshow2 img, #Slideshow3 img {
	height: 200px;
	width: 200px;
	border: 0px;
}
#Slideshow1, #Slideshow2, #Slideshow3 {
	background-color: #FFF;
	height: 200px;
	width: 200px;
}
.pquote {
	font-size: 85%;
	color: #666;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#productDetail {
	float: left;
	width: 235px;
	margin-left: 25px;
	height: 405px;
	background-color: #8C47A2;
	background-repeat: no-repeat;
	border: 1px solid #636;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.productDetailBack {
	background-image: url(../images_ui/productTitleBackBlk.png);
	background-position: left top;
	border: none;
	background-repeat: no-repeat;
}

#productDetailTitle {
	color: #FFF;
	font-size: 65%;
	font-weight: bold;
	text-align: center;
	height: 19px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#productDetailImage {
	height: 210px;
	background-color: #fff;
	text-align: center;
}
#productDetailImage img {
	margin-right: auto;
	margin-left: auto;
	border: none;
	text-align: center;
	padding: 5px;
	
}
#productDetailText {
	height: 108px;
	font-size: 65%;
	background-color: #fff;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #535353;
}
.txtTinyDesc  {
	font-size: 88%;
	background-color: #fff;
	color: #666;
}

#productDetailPrice {
	height: 15px;
	font-size: 70%;
	background-color: #fff;
	margin: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #780;
	border: none;
	text-align: right;
}



#productDetailOptions {
	height: 35px;
	background-color: #C298D1;
	padding: 0px;
	margin: 0px;
}
#productDetailOptions a  img{
	border: 1px solid #A352A3;
	filter:alpha(opacity=70);
	opacity:.7;
	-moz-opacity:.7;
	padding-top: 1px;
}
#productDetailOptions a:hover img {
	border: 1px solid #fff;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

#productDetailOptions #prodView{
	float: left;
	position: relative;
	width: 60px;
}
#productDetailOptions #prodPrice {
	float: left;
	position: relative;
	width: 110px;
	color: #FFF;
}

#productDetailOptions #prodBuy{
	float: left;
	position: relative;
	width: 60px;
}
#productAlternateText {
	height: 332px;
	font-size: 70%;
	background-color: #fff;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #636;
}


table.pagingButton TD A {
	font-size: 10px;
	WIDTH: 50px;
	margin-bottom: 1px;
	display: block;
	text-align: center;
	margin-top: 1px;
	border: 1px solid #BC9BDD;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #FFF;

	}
.pagingButton TD a:link {
	color: #879900;
	text-decoration: none;
	/*border: 1px solid #4f316e*/
	}
.pagingButton TD a:active {
	color: #879900;
	text-decoration: none;
	/*border: 1px solid #4f316e*/
	}	
.pagingButton TD a:visited {
	color: #879900;
	text-decoration: none;
	/*border: 1px solid #4f316e*/
}
.pagingButton TD a:hover {
	color: #879900;
	text-decoration: none;
	background-color: #ffffff;
	/*border: 1px solid #4f316e*/
}
#tinySearch {
	font-size: 65%;
	background-color: #fff;
	color: #910091;
	padding: 3px;
}

select#productSort {
	font-size: 99%;
	color: #636;
}
#tinyViewing {
	font-size: 70%;
	background-color: #fff;
	color: #879900;
	padding: 3px;
}
#topTitles {
	float: left;
	width: 525px;
	border: none;
}
#sortTable {
	float: left;
	width: 250px;
	border: none;

	
	}
.opacity50{
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	}
	
	#productAlternateImage {
	height: 342px;
	font-size: 70%;
	background-color: #fff;
	margin: 0px;
	color: #636;
	padding: 0px;
}

