/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 140px;
	height: 45px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin: 0px;
}
.kwicks li a {
	height: 50px;
	text-indent:-9999px;
	display:block;
	}

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 {
	background-image: url(../images/home.gif);
	cursor: auto;
}
#kwick_2 {
	background-image: url(../images/AboutUs.gif);
}
#kwick_3 {
	background-image: url(../images/Portfolio.gif);
}
#kwick_4 {
	background-image: url(../images/PriceSheet.gif);
}
#kwick_5 {
	background-image: url(../images/OtherServices.gif);
}
#kwick_6 {
	background-image: url(../images/Ecommerce_Button.gif);
	background-repeat: no-repeat;
}

#kwick_7 {
	background-image: url(../images/contactus.gif);
}
.kwicklinks {
	background-color: #999999;
	padding: 10px;
	text-indent: -9999px;
}


#Stun_1 {
	background-image: url(../images/WebDesigns.gif);
	cursor: auto;
}

#Stun_2 {
	background-image: url(../images/EffectiveSEO.gif);
	cursor: auto;
}
#Stun_3 {
	background-image: url(../images/ECommerce.gif);
	cursor: auto;
}


.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.KwickBack {
	background-image: url(../images/KwickBack.gif);
	background-repeat: no-repeat;
	width: 825px;
	height: 259px;
	background-position: center top;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Grey Kwick*/

.Greykwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	padding: 0;
	background-color: #CCCCCC;
	margin: 0;
	width: 100%;
}
.Greykwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 231px;
	height: 180px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Greykwicks li a {
	height: 180px;
	text-indent:-9999px;
	display:block;
	}
	
#kwick_Grey1 {
	background-image: url(../images/Ecommerce.gif);
	background-repeat: no-repeat;
}
#kwick_Grey2 {
	background-image: url(../images/EffectiveSEO.gif);
	background-repeat: no-repeat;
}
#kwick_Grey3 {
	background-image: url(../images/WebDesigns.gif);
	background-repeat: no-repeat;
}
