/* 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. */
body {
	background:url(../img/bg.jpg) center repeat-y;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 auto;
	margin-top:0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 122px;
	height: 35px;
	margin-right: 0; /*Set to same as spacing option. */	
	float: left;
	border-bottom:#999 2px solid;

	/*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) */
}
.kwicks li a{font-size:14px; color:#FFF; text-shadow:#999 1px 1px 0px; text-decoration:none; width:100%; height:100%; padding-top:8px; display:block; font-family:Arial, Helvetica, sans-serif, simhei;}
.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: 0px; /*Set to same as spacing option. */	
	float: left;
	border-bottom:#999 2px solid;
}
.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, #kwick_2, #kwick_3, #kwick_4, #kwick_5, #kwick_6, #kwick_7 { 
	background-color:#B01600;
}
#kwick_1:hover, #kwick_2:hover, #kwick_3:hover, #kwick_4:hover, #kwick_5:hover, #kwick_6:hover, #kwick_7:hover { 
	/*background-color:#FFF;*/
	background-color:#C00;
}
#kwick_1:hover a, #kwick_2:hover a, #kwick_3:hover a, #kwick_4:hover a, #kwick_5:hover a, #kwick_6:hover a, #kwick_7:hover a { 
	/*color:#B01600;*/
	color:#FFFEF0;
}