@charset "utf-8";

/*Template Layout*/
body {
	background-color:#bbb;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	line-height:1.5em; /* vertical spacing between your lines of text*/
}
a, a:link, a:visited {
	color:#1b76bd;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
img {
	border:0;
}
#wrapper {
	width:940px;
	margin:0px auto;
	background-color:#FFFFFF;
	border-bottom:3px solid #c5c5c5;
	padding-bottom:10px;
}
#header {
	height:85px;
	width:889px;
	clear:both;
	margin:0px auto;
}
#logo {
	width:174px;
	height:80px;
	float:left;
	margin:0;
	background:#fff url("../images/tower_logo_small.jpg") no-repeat top;
}

/*MENU*/
#menucontainer {
	float:right;
	/* was 505 width for 5 items i.e. 101px each */
	width:404px; /*change this depending if your have more or less buttons*/
	height:45px;
	text-align:left;
	font-size:14px;
	padding-top:23px;
	font-family:"Trebuchet MS", Arial;
}
#menucontainer ul {
	color:#666666;
	padding:0px;
	margin:0px;
}
#menucontainer ul li {
	list-style:none;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	border-left:1px solid #dedede;
}
/* menu a links */
#menucontainer ul li a {
	display:block;
	margin:0px 1px;
	padding:0px;
	padding-top:0px;
	padding-left:7px;
	float:left;
	text-transform:uppercase;
	color:#666666;
	width:91px; /*this makes each button even, change this number if your menu buttons are wider*/
}
#menucontainer ul li a, #menucontainer ul li a:link, #menucontainer ul li a:visited {
	color:#666666;
	text-decoration:none;
}
#menucontainer ul li a:hover {
	color:#1b76bd;
}
#menucontainer ul li a.current {
	color:#1b76bd;
}
/* menu sub span bits */
#menucontainer ul li a span {
	color:#b6b6b6;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	margin:0px;
	padding:0px 12px 0px 0px;
}
#menucontainer ul li a:hover span {
}
/*start banner*/
#banner {
	width:889px;
	height:40px;
	margin:0px auto 20px auto;
	border-top:6px solid #999;
}
.slide_container {
	width:889px;
	height:270px;
}
.slide img {
	position: absolute;
}
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}
ul.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
li.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navigation {
	padding:0px;
	width:150px;
	float:right;
	margin:5px 10px 0 0;
	position:relative;
}
.navigation li {
	list-style:none;
	padding:0px;
	margin:0;
	float:left;
}
.navigation a, .navigation a:link, .navigation a:visited {
	padding: 0px;
	margin:0 5px 0 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#909090 !important;
	display:block;
	background-color:#ffffff;
	border: 1px solid #ababab;
	width:19px;
	height:19px;
	float:left;
}
.navigation a:hover, .navigation a.selected {
	color:#1a77be !important;
}
#banner .menu {
	/*background:url(../images/banner_bottom.gif) no-repeat left top;*/
	width:889px;
	height:34px;
	color:#b3b3b3; /*color of dividers between the links*/
}
#banner a, #banner a:link, #banner a:visited {
	color:#666666;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	text-decoration:none;
}
#banner a:hover {
	text-decoration:underline;
}
#banner .icon {
	float:left;
	margin:5px 0px 0px 5px;
}
ul.submenu {
	list-style:none;
	float:left;
	width:600px;
	margin:10px 0 0 10px;
	padding:0;
}
ul.submenu li{
	list-style:none;
	float:left;
	margin:0px;
	padding:0;
	height:15px;
	border-right:1px solid #CBAD82;
}
ul.submenu li.last{
	border-right:none;
}
ul.submenu li a{
	float:left;
	display:block;
	text-transform:uppercase;
	padding:0 7px;
	margin-top:-3px;
}
#cart {
	width:200px;
	height:44px;
	float:right;
	text-align:right;
	font-size:10px;
	/*border:1px solid red;*/
	background-color:#fff;
}
/*#banner .right {
	width:150px;
	float:right;
	text-align:right;
}*/
#footer {
	border-top:3px solid #c5c5c5;
	width:940px;
	margin:0px auto;
	color:#00d;
	font-size:11px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial;
	clear:both;
	height:30px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#00d;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}
/*Main*/

#maincontent {
	width:889px;
	margin:0px auto;
}
#maincontent .left { /*main container that holds all the left side content*/
	width:615px;
	float:left;
}
#maincontent .right { /*main container that holds all the left side content*/
	width:234px;
	float:right;
	border-left:#e2e2e2 1px solid;
	padding-left:20px; /*pushes the border away from the content*/
}
/*general*/

hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:18px;
	color:#1a77be;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	color:#1a77be;
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}
h2 a, h2 a:link, h2 a:visited {
	color:#1a77be;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	color:#878787;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
h4 {
	font-size:16px;
	color:#6db1fe;
	font-weight:normal;
	margin-top:0px;
}
.size11 {
	font-size:11px;
}
.image_border {
	margin:5px;
	border:4px solid #e2e2e2;
}
hr {
	border: 0;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	width: 100%;
	clear:both;
}
.size11 {
	font-size:11px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}
/*news*/

.news_box_container {
	width:615px;
	margin-bottom:15px;
}
.news_box_container .image {
	float:left;
	width:130px;
	height:130px;
	margin:0px;
	border:4px solid #e2e2e2;
}
.news_box_container .text {
	float:right;
	width:460px;
	height:112px;
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
}
.news_box_container .text p {
	padding:0px;
	margin:0px;
}
.news_box_container .stats {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	float:right;
	width:460px;
}
/*feature*/

/*.feature {
	width:615px;
	margin-bottom:15px;
	border:4px solid gray;
}*/
#featurebottom {
	float:left;
	width:615px;
	height:20px;
}
.title {
	width:97.5%;
	height:24px;
	background-color:#e2e2e2;
	padding:4px 8px 0px 8px;
	margin:0 120px 7px 0;
	font-family:"Trebuchet MS", Arial;
	font-size:22px;
	color:#1a77be;
}
.feature .image {
	float:right;
	width:250px;
	height:250px;
	margin:0px;
	border:4px solid #e2e2e2;
}
.feature p {
	float:left;
	width:350px;
	height:112px;
	padding:0px 0px;
	font-size:13px;
	line-height:17px;
}

/*right column*/

.side_box {
/*	border-bottom:2px solid #e2e2e2;*/
	padding-bottom:3px;
	margin-bottom:10px;
}
.side_box .title {
	width:220px;
	height:25px;
	background-color:#e2e2e2;
	padding:4px 8px 0px 8px;
	margin-bottom:7px;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#1a77be;
	text-transform:uppercase;
}
.side_box ul {
	color:#666666;
	padding:0px;
	margin:0px;
}
.side_box ul li {
	list-style:none;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	border-left:1px solid #dedede;
/*	width:100%;*/
}
.side_box ul li a, .side_box ul li a:link, .side_box ul li a:visited {
	color:#666666;
	text-decoration:none;
}

.about_me_thumb {
	width:74px;
	height:78px;
	float:left;
	margin:0 7px 0 0;
}
.about_me_text {
	width:148px;
	float:right;
	font-size:11px;
	color:#666666;
}

/* photo thumbs on the right */
ul.photo_thumb{
	list-style:none;
	padding:0;
	margin:0
}
ul.photo_thumb li{
	list-style:none;
/*	padding:4px 2px 0px 2px;		somehow we've lost some space here - this should be the correct padding *** */
	padding:1px;
	margin:0;
	float:left;
}
ul.photo_thumb li img{
	margin:0;
	padding:0;
	display:block;
}
/* tags on the right */
ul.tags{
	list-style:none;
	margin:0;
	padding:0;
}
ul.tags li{
	float:left;
	margin:0;
	padding:3px;
	height:18px;
}
ul.tags li a,
ul.tags li a:link,
ul.tags li a:visited {
	color:#1871b6;
	text-decoration:none;
}
ul.tags li a:hover {
	text-decoration:underline;
}
/*About Page*/

.table {
	border-bottom:1px solid #e2e2e2;
}
.table td {
	padding:3px 8px;
	color:#666666;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#1871b6;
	color:#FFFFFF;
	font-weight:bold;
	height:28px;
	text-align:center;
}
.row1 {
	background-color:#e2e2e2;

}
.row2 {
	background-color:#ededed;

}
ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(../images/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	line-height:normal;
}
/*Portfolio*/

.portfolio_box {
	width:280px;
	height:280px;
	float:left;
	margin-bottom:30px;
}
.margin_right {  /*this is for the first 2 boxes in each row, if you add it to all of the boxes the spacing on the right makes only 2 per row fit*/
	margin-right:24px;
}
.portfolio_box .image {
	width:261px;
	height:173px;
	border:9px solid #e2e2e2;
	margin-bottom:5px;
}
.portfolio_box .title {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#1a77be;
}
.portfolio_box .description {
	font-size:12px;
	margin-bottom:5px;
}
.portfolio_box .date {
	font-size:10px;
	color:#999999;
	border-top:dashed 1px #e2e2e2;
	border-bottom:solid 2px #e2e2e2;
}
.bottom_bar {
	height:25px;
	clear:both;
	background-color:#e2e2e2;
	margin-bottom:10px;
	text-align:center;
	padding:10px 0 0 0;
}
.buttons {
	width:180px;
	float:right;
	margin-right:160px;
}
.view_all {
	width:110px;
	float:right;
	margin-right:100px;
	margin-top:-3px;
}
/*contact*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
	border:4px solid #e2e2e2;
	margin-bottom:10px;
	color:#666666;
}
.contact_title {
	color:#666666;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #e2e2e2 !important;
	margin:3px 0px;
	padding:4px;
	color:#666666 !important;
}
#contact {
	border:0;
	width:450px; /*this width keeps the form fields in line*/
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#666666;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}
blockquote {
  font:12px/14px italic Times, serif;
  padding:8px;
  background-color:#faebbc;
  border-top:1px solid #e1cc89;
  border-bottom:1px solid #e1cc89;
  margin:5px;
  background-image:url(../images/openquote.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
}
.quotor {
	font-size:10px;
	color:#999999;
	border-bottom:dashed 1px #e2e2e2;
	margin-bottom:10px;
}
/* shopping cart, checkout styling */
#addtocart {
background-color:#fee;
}
#addtocart ul li {
	font-size:10px;
	float:left;
	width:100%;
	border-bottom:1px dashed #bcd;
}
#addtocart ul li img {
vertical-align:middle;
}
#addtocart ul li a,
#addtocart ul li a:link,
#addtocart ul li a:active,
#addtocart ul li a:visited {
	font-size:10px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
}
#addtocart ul li a:hover {
	color:#999;
	text-decoration:underline;
}
/* checkout table */
th {
margin:5px;
padding: 2px;
border:1px solid #633800;
background-color:#633800;
color:#FFFFFF;
font-size: 9pt;
font-weight:bold;
}

/* Sudoku styling... */
.sudoku_cell {
	margin:0px;
	padding: 8px 0px 8px 0px;
			/*t	  r    b    l*/
	border:1px solid #dbcbc1;
	background-color:#e4d8c2;
	color:#000000;
	width: 33px;
	float: left;
}
.sudoku_block_hspacer {
width: 4px;
height: 33px;
float: left;
margin: 0;
background-color:#edd58f;
}
.sudoku_block_vspacer {
width: 331px;
height: 4px;
margin: 0;
clear: both;
background-color:#edd58f;
}
.sudoku_cell_vspacer {
width: 331px;
height: 1px;
clear: both;
margin: 0;
background-color:#edd58f;
}
/* table styles */
.sudoku_table {
	border:3px solid #dbcbc1;
	padding:0;
	margin:0 auto;
}
.sudoku_3cell {
	border:3px solid #edd58f;
	padding:0;
	margin:0;
	text-align:center;
}
.input_cell {
	border: 1px solid #dbcbc1;
	background-color:#e4f8e2;
	color:#444;
	text-align: center;
	width: 36px;
	height: 36px;
	font-size: 18px;
	margin:0;
}
.input_cell_preset {
	border: 1px solid #dbcbc1;
	background-color:#e4d8c2;
	color:#444;
	text-align: center;
	width: 36px;
	height: 36px;
	font-size: 18px;
	margin:0;
}
.input_cell_error {
	border: 1px solid #dbcbc1;
	background-color:#ff7611;
	color:#444;
	text-align: center;
	width: 36px;
	font-size: 18px;
}
/* Sudoku styling ends */

/* General puzzle styling */
#puzzle {
	border:1px dashed #bcd;
	text-align:center;
}
#puzzle form {
	border:1px dashed #bcd;
	text-align:center;
	margin:0 auto;
}
#puzzle table {
	margin:0 auto;
}
#game_banner {
	text-align:center;
}
.blurb img {
	text-align:center;
}
#checkout {
	width:80%;
	margin:0 auto;
	border:1px solid #afc;
}
.gamedetails {
	width:100%;
	float:left;
}
.gamedetails img {
	float:left;
	margin:0 auto;
	width:40%;
}
.gamedetails p {
	float:right;
	width:50%;
}
.gamedetails h3 {
	text-align:center;
}
.gamedetails_right {
	width:100%;
	float:left;
}
.gamedetails_right img {
	float:right;
	text-align:center;
	margin:0 auto;
	width:40%;
}
.gamedetails_right p {
	float:left;
	width:50%;
}
.gamedetails_right h3 {
	text-align:center;
}
.review {
border-bottom:1px dashed #aaa;
font-size:12px;
}
.review img {
	display:block;
	margin:0 auto;
}
#loginform table {
	width:100%;
/*	border:1px solid #232;*/
}
#loginform th {
/*	border:1px solid red;*/
	background-color:#eef;
	height:15px;
	text-align:left;
	color:#444;
	border:0;
}
#loginform td {
	width:140px;
}
#loginform input {
	float:right;
	width:90%;
	border:1px solid #bbc;
}
#loginform #submit {
	float:right;
	width:102px;
}
#loginform form {
/*border:1px solid red;*/
padding:0;
margin:0;
}
.side_box td {
font-size: 9pt;
}
.side_box ul li {
	border:0;
}
/* Checkout page */
#emptycart {
	width:150px;
	height:70px;
	float:right;
/*	border:1px dotted gray;*/
	text-align:right;
}

#paypalorder {
	width:100%;
	height:60px;
	float:left;
	margin:0 auto;
/*	border:1px solid red;*/
	text-align:center;
}
.paypalform {
/*	border:1px solid black;*/
	float:left;
	margin:0 auto;
	width:100%;
	text-align:center;
}
/* siteFeature CSS */

/* ----------------------------------------------------------------------
	In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
	Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */
#preFeature{width:600px; height:265px; overflow:hidden; border-left:1px solid #000000;}
	#preFeature *{padding:0px; margin:0px; border:none;}
	#preFeature div{width:24.8%; height:99.25%; float:left; background:#606060; color:#ffffff; font-size:11px; line-height:15px; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000;}
	#preFeature div.clear{float:none; clear:both; width:auto; border:none;}
	#preFeature div h3{font-size:1.1em; padding:0.5em 1em; font-weight:normal;background:#333333;}
	#preFeature div p{font-size:1em; margin: 0.5em 1em 1em 1em;}
	#preFeature div img{width:100%; display:block;}
	#preFeature div a:link{font-size:1em; margin:1em; color:#00ccff; text-decoration:none;}
	#preFeature div a:visited{font-size:1em; margin:1em; padding:0.25em; color:#00ccff; text-decoration:none;}
	#preFeature div a:hover{background:#333333;}

/* ----------------------------------------------------------------------
	The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
	As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy.
	FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */
#siteFeature{position:relative; overflow:hidden;}
	#siteFeature *{padding:0px; margin:0px; border:none;}
	#siteFeature h3{color:#c4d6f0;}

	#siteFeature #imgBgContainer{position:absolute;}
		#siteFeature.left #imgBgContainer{right:0px;}
		#siteFeature.right #imgBgContainer{left:0px;}
			#siteFeature #imgBgContainer div{position:absolute;}


	#siteFeature #txtBoxContainer{position:absolute; height:100%; width:100%; color:#ffffff; font-size:12px; line-height:16px;}
			#siteFeature.left #txtBoxContainer{right:0px;}
			#siteFeature.right #txtBoxContainer{left:0px;}
		#siteFeature #txtBoxContainer div{position:absolute; overflow:hidden;}
		#siteFeature #txtBoxContainer div span{display:block; width:100%; height:100%; position:absolute; background:#000000;}
		#siteFeature #txtBoxContainer div div{}

		#siteFeature #txtBoxContainer div div h3{font-size:24px; line-height:24px; margin:25px 0px 15px 0px;}
		#siteFeature #txtBoxContainer div.horizontal div h3{font-size:24px; line-height:normal; margin:5px 0px 0px 0px;}
		#siteFeature.left #txtBoxContainer div div h3{padding:0px 0.5em 0px 0.5em;}
		#siteFeature.right #txtBoxContainer div div h3{padding:0px 0.5em 0px 0.5em;}
		#siteFeature.right #txtBoxContainer div.horizontal div h3{padding:0px 0.5em 0px 0.5em;}

		#siteFeature #txtBoxContainer div div p{margin:0px 0px 15px 0px;}
		#siteFeature #txtBoxContainer div.horizontal div p{width:320px; margin:0px 0px 0px 0px;}
		#siteFeature.left #txtBoxContainer div div p{padding:0px 1em 0px 1em;}
		#siteFeature.right #txtBoxContainer div div p{padding:0px 1em 0px 1em;}
		#siteFeature.right #txtBoxContainer div.horizontal div p{padding:0px 1em 0px 1em;}

		#siteFeature #txtBoxContainer div div a:link,
		#siteFeature #txtBoxContainer div div a:visited{background:#345594; color:#ffffff; padding:2px 5px 2px 5px; text-decoration:none; margin:0px 0px 0px 1em;}
		#siteFeature #txtBoxContainer div div a:hover{background:#5d77a9; color:#ffffff;}
		#siteFeature #txtBoxContainer div.horizontal div a:link{position:absolute; right:25px; bottom:10px; /*IE6|7*/ *bottom:5px;}
		#siteFeature #txtBoxContainer div.horizontal div a:visited{position:absolute; right:25px; bottom:10px; /*IE6|7*/ *bottom:5px;}

		#siteFeature.left #txtBoxContainer div{right:0px;}
		#siteFeature.left #txtBoxContainer div.horizontal div{left:25px; height:100%;}

		#siteFeature.right #txtBoxContainer div.horizontal{left:0px; bottom:0px;}
		#siteFeature.right #txtBoxContainer div{left:0px;}
		#siteFeature.right #txtBoxContainer div.horizontal div{left:0px; height:100%; width:100%;}


	#siteFeature #tabContainer{position:absolute; border-top:1px solid #cccccc;}
		#siteFeature.left #tabContainer{left:0px; border-left:1px solid #cccccc;}
		#siteFeature.right #tabContainer{right:0px; border-right:1px solid #cccccc;}
			#siteFeature #tabContainer a:link,
			#siteFeature #tabContainer a:visited{display:block; width:100%; background:#ffffff; border-bottom:1px solid #cccccc; font-size:11px; text-decoration:none; position:relative;}
			#siteFeature #tabContainer a:hover{background:#e7eef7;}
			#siteFeature #tabContainer a:active{outline:none;}
			#siteFeature #tabContainer a:focus{outline:none;}
			#siteFeature #tabContainer a.selected{background:transparent;}
/* ----------------------------------------------------------------------
	The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
	Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
			#siteFeature #tabContainer a h4{padding:1em 1em 0px 1em; color:#345bab; position:relative; /*IE6|7*/ *padding:10px 11px 0px 11px;}
			#siteFeature #tabContainer a p{padding:2px 1em 0px 1em; color:#3a3a3a; position:relative;}


			#siteFeature #tabContainer a span{display:none;}
			#siteFeature #tabContainer a.selected span{overflow:hidden; display:block; position:absolute; top:0px;}
			#siteFeature #tabContainer a.selected span span{background:#c4d6f0; height:100%;}
				#siteFeature.left #tabContainer a.selected span{left:0px;}
				#siteFeature.right #tabContainer a.selected span{right:0px;}
			#siteFeature #tabContainer a span img{height:100%; position:absolute; top:0px;}
				#siteFeature.left #tabContainer a span img{left:0px;}
				#siteFeature.right #tabContainer a span img{left:0px;}

/* sitemap styling */
#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#sitemap li {
	list-style-type: none;
}

ul#sitemap > li {
	margin-bottom:10px;
}

#sitemap ul li {
	list-style-image: url(../images/sitemap/l2_normal.gif);
}

#sitemap ul ul li {
	list-style-image: url(../images/sitemap/l3_normal.gif);
}

#sitemap ul li.firstfollow {
	list-style-image: url(../images/sitemap/l2_first_follow.gif);
}

#sitemap ul li.last {
	list-style-image: url(../images/sitemap/l2_last_item.gif);
}

#sitemap ul ul li.firstfollow {
	list-style-image: url(../images/sitemap/l3_first_follow.gif);
}

#sitemap ul ul li.last {
	list-style-image: url(../images/sitemap/l3_last_item.gif);
}
