html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
    }

html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
    
html{
	overflow-y: scroll;
	overflow-x:hidden;
	background-image: url(http://www.kirklove.com/images/evilordark.jpg);
}

body {
	background-image: url(http://www.kirklove.com/images/evilordark.jpg);
    position: relative;
    width: 100%;
    margin: 0 auto;
    }

p {
    font-size: 1em;
    margin: 1em 0;  /*required for IE's buggy behavior
                      with collapsing margins*/
    }

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    }

#main {
    height: auto;
    padding: 0;
    padding-bottom: 10em;   /*Keeps content above footer. Originally
                           used margin, but a bug in Opera7 seemed
                           to add spurious margin, pushing the
                           footer beyond the viewport even with
                           short content. */
    }





.top{
	width:100%;
	overflow:hidden;
	background: url(http://www.kirklove.com/images/yellowtopbar.png);
	height:26px;
	text-align:right;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 15px;
}

.spacetop{
	width:auto;
	margin-right:15px;
	text-align:right;
	float:right;
	line-height: 26px;
	height:26px;
}

.kL{
	margin-left: auto; 
	margin-right: auto;
	width:858px;
	overflow:hidden;
	height: 99px;
	text-align:right;
	
}

.kLlogo{
	background: url(http://www.kirklove.com/images/KirkLoveLogo.png);
	margin:10px;
	width:204px;
	height:84px;
	overflow:hidden;
	 float:left;
}

.toptext{
	margin-left:310px;
	margin-top:58px;
	width:324px;
	height:5px;
	float:left;
	padding-top:16px;
}

.toptext2font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

.toptextfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#7a7a7a;
	text-decoration:none;
}
.toptextfont:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}
	



.footer{
	overflow:hidden;
	background-image: url(http://www.kirklove.com/images/basebackgroundbar.jpg);
	position:inherit;
	width: 100%;
	height: 135px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top:20px;

}


.footermain{
	width:860px;
	height:135px;
	margin-left:auto;
	margin-right:auto;
}

.footerjoin{
	width:859px;
	height:25px;
	margin-top:3px;
}

.footerjoinleft{
	width:420px;
	height:25px;
	line-height:25px;
	float:left;
	padding-left:10px;
}

.footerjoinright{
	width:250px;
	height:25px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	float:right;
	text-align:right;
	padding-right:10px;
	color:#8e8e8e;
}

.footerlinks{
	width:200px;
	height:86px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}

.forminput{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

.footerdots{
	width:859px;
	height:8px;
	background-image: url(http://www.kirklove.com/images/dotsbar.png);
}

.footerhorzdots{
	width:10px;
	height:74px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	float:right;
	background-image: url(http://www.kirklove.com/images/klhorzdots.png);
}

.footerright2{
	width:116px;
	height:55px;
	margin-top:15px;
	float:right;
}

.footertextspace{
	width:100%;
	height:4px;
}

.footerright1{
	width:59px;
	height:55px;
	margin-top:15px;
	float:right;
}

.footerpink{
	font-size:9px;
	font-weight:800;
	color:#e71085;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.footerteal{
	font-size:9px;
	font-weight:800;
	color:#10bce7;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.footertextgray{
	font-size:8px;
	color:#7a7a7a;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:10px;
}

#menu a {
	display:block;
	width:166px;
	height:14px;
	margin-bottom:1px;
	padding-left:4px;
	font: 10px/1 Arial, Helvetica, sans-serif;
	color:#7a7a7a;
	text-decoration: none;
	text-transform:uppercase;
	text-align: left;
	line-height:14px;
	background-image: url(http://www.kirklove.com/images/kllinksback.png);
}
#menu a:hover {
	background-position: -170px 0px;
	color: #FFFFFF;
}
#menu a:active {
	background-position: -340px 0px;
	color:FFFFFF;
}

.doubledots{
	width:858px;
	height:7px;
	background-image: url(http://www.kirklove.com/klPRO/images/doubleLineDots.png);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
}
	
.teemainholder{
	width:858px;
	height:331px;
	margin-left:auto;
	margin-right:auto;
}
	
.largetee{
	width:299px;
	height:294px;
	float:left;
}

.titletextbox{
	width:auto;
	height:80px;
	float:right;
	text-align:right;
}

.titledarktext{
	font-family:"Century Gothic","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:66px;
	color:#000;
}

.titlegraytext{
	font-family:"Century Gothic", Tahoma, sans-serif;
	font-size:66px;
	color:#a1a1a1;
}

.clearright{
	clear:right;
}

.purchaseitem{
	width:auto;
	height:25px;
	float:right;
	text-align:right;
	padding-right:5px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	line-height:25px;
}

.buyprice{
	width:52px;
	height:25px;
	float:right;
	padding-right:5px;
}

.dottedlinesingle{
	width:417px;
	height:3px;
	float:right;
	margin-top:5px;
	background-image: url(http://www.kirklove.com/klPRO/images/dottedlinesingle.png);
}

.teeinfoboxfaded{
	width:417px;
	height:80px;
	float:right;
	margin-bottom:5px;
	background-image: url(http://www.kirklove.com/klPRO/images/backgroundfadebox.png);
}

.teeinfobox{
	width:417px;
	height:110px;
	float:right;
}


.purchaseitembutton{
	width:273px;
	height:33px;
	float:right;
	margin-top:50px;
}

.infoboldtext{
	font-size:12px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.infotext{
	font-size:12px;
	font-family:"Century Gothic", Tahoma, sans-serif;
}

.rightsideinfo{
	width:280px;
	height:auto;
	float:right;
}

.leftsideinfo{
	width:120px;
	height:auto;
	float:left;
}

.alsoviewed{
	width:858px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	color:#a1a1a1;
	margin-top:3px;
	margin-bottom:3px;
}

.alsoviewedholder{
	width:858px;
	height:191px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}

.alsoviewedbox{
	width:263px;
	height:191px;
	float:left;
	background-image:url(http://www.kirklove.com/klPRO/images/alsoviewedbackground.png);
}

.vertspace{
	width:34px;
	height:10px;
	float:left;
}
.vertspace2{
	width:35px;
	height:10px;
	float:left;
}

.specialsholder{
	width:858px;
	height:191px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

.insidealsoviewed{
	width:255px;
	height:183px;
	margin:4px;
}

.right{
	text-align:right;
}
