html { height: 100%; min-height: 100%; }

body.aurora {
		
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	
	margin: 0px;
	
	background-image: url(../Media/Site/Background/PageBackground.png);
	background-repeat: repeat-x;
	background-color: #333333;
	background-attachment: scroll;
	
	color: #FFFFFF;
	
}


/* Defining Divs - used for initiating relative positions with a starting reference point */
.divBody {
	
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	
}

.divSite {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	/*height: 100%;*/
	height: auto;
	background-color: transparent;
	background-image: url(../Media/Site/Background/SiteBackgroundTransparent.png);
	background-repeat: repeat-y;
	/*
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	*/
	z-index: 10;
	
}


/* Import custom font */
@font-face {
	font-family: "Calibri";
	src: url(../Media/Site/Fonts/Calibri.ttf) format("truetype");
}


/* Tag Styling */
p { margin-top: 2px; margin-bottom: 8px; font-size: 12px; }

p.ProductDescriptionHeading {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 20px;
}

p.headingSmallForm {
	
	font-size: 13px;
	font-weight: bold;
	
	color: #666666;
	
}

h1.Main { font-family: "Calibri", Verdana, Arial, sans-serif; font-size: 36px; color: #EAEAEA; margin: 1px; font-weight: bold; margin-left: 3px; text-transform: uppercase; }
h2.Main { font-family: "Calibri", Verdana, Arial, sans-serif; font-size: 20px; color: #333333; margin: 1px; font-weight: bold;  margin-top: -26px; margin-left: 0px; text-transform: uppercase; }



/* General Links */
a:link, a:active, a:visited {

	color: #990000;
	text-decoration: none;
	
}

a:hover {

	color: #DD0000;
	text-decoration: none;
	
}


/* Div Styling */
div.Main {
	

	margin-top: 20px;
	margin-bottom: 0px;
	
	position: relative;
	top: 0px;
	left: 20px;
	
	background-color: white;
	/*height: 100%;*/
	height: auto;
	
	width: 960px;
	
	border: 1px solid white;
		
	color: #333333;
	
}

/*
div.LeftSideShadow {
		
	margin-top: 20px;
	margin-bottom: 20px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-image: url(../Media/Site/Background/LeftSideShadow.png);
	background-repeat: repeat-y;
	width: 20px;
	height: auto;
	
}


div.RightSideShadow {
	
	margin-top: 20px;
	margin-bottom: 20px;
	
	position:absolute;
	top: 0px;
	left: 982px;
		
	background-image: url(../Media/Site/Background/RightSideShadow.png);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
	
}
*/

div.DottedLine {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	overflow: hidden;
	
	border-top: 1px dotted #999999;
}

div.Header {
	
	position: relative;
	
	top: 0px;
	left: 0px;
	z-index: 999;
	height: 106px;
	width: 1000px;
	
}


div.HeaderLogo {
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	height: 106px;
	width: 290px;
	
	
}


div.HeaderTopMain {
	
	font-family: "Calibri", Verdana, Arial, sans-serif; 
	font-size: 19px; 
	color: #FFFFFF; 
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	
	position: absolute;
	top: 0px;
	left: 290px;
	
	width: 660px; /* -10px for the padding */
	height: 69px;
	
	background-color: #CC0000;
	background-image: url(../Media/Site/Background/HeaderRedTop.jpg);
	background-repeat: no-repeat;
	
	padding-top: 40px;
	
}


div.TopMenu {
	
	position: absolute;
	top: 69px;
	left: 290px;
	
	width: 670px;
	height: 29px;
	
	border-top: 1px solid #858585;
	border-bottom: 1px solid #B87171;
	
	background-image: url(../Media/Site/Background/TopMenuStrip.png);
	background-repeat: repeat-x;
	background-color: #000000;
	
	line-height: 29px;
	
	font-size: 11px;
	font-weight: bold;
	color: white;
	z-index: 999;
}


	div.TopMenu ul {
		
		list-style: none;
		padding: 0px;
		margin: 0px;
		margin-top: 0px;
		margin-left: 0px;
		
		width: 100%;
		
	}
	
	div.TopMenu li {
		
		float: left;
		margin: 0px 8px;
		font-weight: bold;
		font-family: "Calibri", Verdana, Arial, sans-serif;
		font-size: 14px;
		
		color: white;
		
	}
	
	div.TopMenu li.Seperator {

		margin: 0px 8px;
		
		color: #666666;
		font-size: 14px;
		font-weight: normal;
		
	}
	
	div.TopMenu a:link, div.TopMenu a:active, div.TopMenu a:visited {
		
		color: white;
		text-decoration: none;
		
	}
	
	div.TopMenu a:hover {
		
		color: #858585;
		text-decoration: none;
		
	}
	
	
	
div.HeaderBottomMain {
	
	position: absolute;
	top: 99px;
	left: 290px;
	
	width: 670px; 
	height: 6px;
	
	background-image: url(../Media/Site/Background/HeaderRedBottom.jpg);
	background-repeat: repeat-x;
	
	
}	
	
	
div.MainPicture {
	
	position: relative;
	top: -1px;
	left: 0px;
	z-index: 0;
	width: 960px; 
	height: 170px;
	
}


div.SemiTransparentPictureStrip {
	
	position: relative;
	top: -36px;
	left: 0px;
	
	width: 960px;
	height: 36px; 
	
	background-image: url(../Media/Site/Background/SemiTransparentPictureStrip.png);
	background-repeat: no-repeat;
	z-index: -20;
}


div.SemiTransparentPictureStripText {
	
	position: relative;
	/*top: 212px;*/
	top: -100px;
	left: 100px;
	
	width: 850px;
	height: 64px;
		
	overflow: hidden;
	
	font-family: "Calibri", Verdana, Arial, sans-serif; 
	font-size: 68px; 
	color: #FFFFFF; 
	font-weight: bold;
	letter-spacing: -5px;
	text-transform: lowercase;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
	
	border: 0px solid red;
	z-index: -10;
}


div.SiteBody {
	
	position: relative;
	top: 276px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background-color: #DDDDDD;
	

	
	
}

div.BottomShadow {
	height: 22px;
	width:1000px;
	position: relative;
	top: 0px;
	left: 0px;
	
	background-image: url(../Media/Site/Background/BottomShadow.png);
	background-repeat: no-repeat;
	background-color: #333333;
	
}


td.SiteColumn1 {
	
	/*
	position: relative;
	top: 286px;
	left: 0px;
	*/
	padding: 10px;
	padding-right: 5px;
	
	
	width: 285px;
	height: 100%;
	
	background-color: transparent;
	
}

td.SiteColumn2 {
	
	/*
	position: relative;
	top: 286px;
	left: 285px;
	*/
	
	padding: 10px;
	padding-left: 5px;
	
	width: 675px;
	height: 100%;
	
	background-color: transparent;
	
}


div.LeftSideCategoryHeader {
	
	position: relative;
	top: 0px;
	left: 0px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	width: 250px; /* +20 for padding = 270 */
	height: 29px;
	
	background-image: url(../Media/Site/Background/TopMenuStrip.png);
	background-repeat: repeat-x;
	background-color: #000000;
	
	line-height: 29px;
	
	font-size: 11px;
	font-weight: bold;
	color: white;
	
	margin-bottom: 10px;
		
}

div.RightSideSearchHeader {
	
	position: relative;
	top: 0px;
	left: 0px;
	
	margin-top: 0px;
	margin-left: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	width: 640px; /* +20 for padding = 660 */
	height: 29px;
	
	background-image: url(../Media/Site/Background/TopMenuStrip.png);
	background-repeat: repeat-x;
	background-color: #000000;
	
	line-height: 29px;
	
	font-size: 11px;
	font-weight: bold;
	color: white;
	
	margin-bottom: 10px;
		
}



div.SiteHeadings {
	
	position: relative;
		
	top: 0px;
	left: 0px;
	
	border: 0px solid red;
	
	/*width: 530px;*/
	width: 100%;
	height: auto;
	
	padding-top: 0px;
	padding-bottom: 4px;
	
	z-index: 100;
	
}


dl.BulletList {
	margin-top: 9px;
}

dl.BulletList dd.BlackLink {
	
	background-image: url(../Media/Site/Icon/Bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	
	margin-top: 3px;
	padding-left: 15px;
	margin-left: 0px;
	
	
}

dl.BulletSubList dd.BlackLink {
	
	background-image: none;
	background-repeat: no-repeat;
	background-position: left;
	
	margin-top: 3px;
	padding-left: 25px;
	margin-left: 0px;
	
	
}

	.BlackLink a:link {
		color: #333333;
		text-decoration: none;
	}
	
	.BlackLink a:active {
		color: #333333;
		text-decoration: none;
	}
	
	.BlackLink a:visited {
		color: #333333;
		text-decoration: none;
	}
	
	.BlackLink a:hover {
		color: #990000;
		text-decoration: none;
	}



div.ThemeCloud {
	
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
	padding: 5px;
	
	width: 258px;
	text-align: center;
	
	margin-top: -4px;
	
	
}


div.InActionPhoto {
	
	float: left; 
	width: 127px; 
	height: 95px; 
	
	border: 1px solid #333333;
	
	overflow: hidden;
	
}


input.TextField {
	
	border: 1px solid #D0DBE5;
	padding: 2px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	width: 200px;
	font-weight: normal; 
	
	color: #CCCCCC;
	
}

select.TextField {
	
	border: 1px solid #D0DBE5;
	padding: 1px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	font-weight: normal; 
	
	color: #333333;
	
}


button.Search {
	
	background-image: url(../Media/Site/Background/SearchButtonBackground.png);
	background-repeat: repeat-x;
	
	border: 1px solid white;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	
}


div.Footer {
	
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 940px;
	height: 70px;
	
	margin-left: 10px;
	margin-right: 10px;
	
	border-top: 1px dotted #999999;
	
}


	div.FooterLogo {
		
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		
		height: 55px;
		width: 200px;
		
		text-align: right;
		
		background-color: transparent;
		
	}
	
	
	div.FooterText {
		
		float: left;
		margin-right: 10px;
		
		height: 55px;
		width: 600px;
		
		
		background-color: transparent;
		
	}

		
		div.BottomLinks ul {
			
			list-style: none;
			padding: 0px;
			margin: 0px;
			margin-top: 0px;
			margin-left: 0px;
			
			
		}
		
		div.BottomLinks li {
			
			float: left;
			/*margin: 0px 8px;*/
			margin-left: 0px;
			margin-right: 8px;
			margin-top: 0px;
			margin-bottom: 0px;
			font-weight: bold;
			font-family: Arial,Verdana,Helvetica,sans-serif;
			font-size: 11px;
			
			color: #333333;
			
		}
		
		div.BottomLinks li.Seperator {
	
			margin-left: 0px;
			margin-right: 8px;
			margin-top: 0px;
			margin-bottom: 0px;
			
			color: #666666;
			font-size: 11px;
			font-weight: normal;
			
		}
		
		div.BottomLinks a:link, div.BottomLinks a:active, div.BottomLinks a:visited {
			
			color: #333333;
			text-decoration: none;
			
		}
		
		
		div.BottomLinks a:hover {
			
			color: #990000;
			text-decoration: none;
			
		}
		
		
	span.Copyright {
		
		font-size: 10px;
		color: #999999;
		
	}
	
	
div.ProductBox {
	
	float: left; 
	width: 323px; 
	height: 380px;
	
	margin: 2px;
	
}


div.ImageBox {
	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	
	height: 178px; 
	width: 321px; 
	background-color: transparent; 
	


	
}


div.ImageBoxMain {
	
	border: 1px solid #333333;
	
	height: 178px; 
	width: 321px; 
	background-color: transparent; 
	
	/*overflow: hidden;*/

}


div.ImageMainContainer {
	width: 321px;
	height: 178px;
	overflow: hidden;
}


div.ImageBoxThumb {
	
	float: left;
	
	margin: 3px;
	
	border: 1px solid #333333;
	
	height: 57px;
	width: 103px; 
	background-color: transparent; 
	
	overflow: hidden;
	
	

}

img.myImage {
	
	/*border: 1px solid #333333;*/
}

div.ImageBoxThumbEmpty {
	
	float: left;
	
	margin: 3px;


	
	border: 1px solid #DDDDDD;
	
	height: 57px; 
	width: 103px; 
	background-color: #EEEEEE; 
	
	

}


div.ProductImageSpacerTop {
	
	background-image: url(../Media/Site/Background/TopMenuStrip.png);
	background-repeat: repeat-x;
	background-color: #000000;
	
	float: left;
	
	height: 4px;	
	width: 327px; 
	
	margin-left: 3px; 
	margin-top: 3px; 
	margin-bottom: 0px;
	
}

div.ProductImageSpacerBottom {
	
	background-image: url(../Media/Site/Background/TopMenuStrip.png);
	background-repeat: repeat-x;
	background-color: #000000;
	
	float: left;
	
	height: 4px;	
	width: 327px; 
	
	margin-left: 330px; 
	margin-top: 1px;
	margin-bottom: 0px;
	
}



button.ForRent {
	
	background-image: url(../Media/Site/Background/SearchButtonBackground.png);
	background-repeat: repeat-x;
	
	border: 1px solid black;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	
	width: 150px;
	height: 20px;
	
}

button.ForSale {
	
	background-image: url(../Media/Site/Background/ToBuyButtonBackground.png);
	background-repeat: repeat-x;
	
	border: 1px solid black;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	
	width: 150px;
	height: 20px;
	
}

div.ForSale {
    
    background-image: url(../Media/Site/Background/ToBuyButtonBackground.png);
    background-repeat: repeat-x;
    
    border: 1px solid black;
    color: white;
    font-weight: bold;
    font-size: 11px;
    /*padding: 1px;*/
    /*padding-left: 15px;*/
    /*padding-right: 4px;*/
    text-align: center;
    padding-top: 0px;
    padding-bottom: 2px;
    
    width: 150px;
    height: 20px;
    
    cursor: pointer;
    
}

div.ImageCaption {
	
	background-image: url(../Media/Site/Background/TopMenuStrip.png);
	background-repeat: repeat-x;
	background-color: #000000;
	
	width: 100%; 
	height: 23px; 
	line-height: 23px; 
	
	color: white; 
	text-align: center; 
	font-weight: bold;
	font-size: 10px;
	
	border: 1px solid black; 
	
	margin-left: -1px;
	
}


div.PriceBox {
	
	float: right; 
	
	width: 220px; 
	
	/*
	background-color: #EAEAEA;
	border: 1px solid #CFCFCF;
	*/
	
	text-align: right;
	
	padding: 5px;
	
}




#jsddm
{	
	margin: 0;
	padding: 0
	
}
	
	#jsddm li
	{	
		float: left;
		list-style: none;
		font: 12px Arial,Verdana,Helvetica,sans-serif;
		font-weight: bold;
		margin: 0 8px;
	}

	#jsddm li a
	{	
		display: block;
		background: transparent;
		padding: 7px 5px 12px;
		text-decoration: none;
		border-right: 0px solid white;
		/*width: 70px;*/
		/*color: #EAFFED;*/
		white-space: nowrap
	}
	
	#jsddm li.Seperator {
		padding-top: 7px;
	}

	#jsddm li a:hover
	{	
		background: transparent;
	}
		
		#jsddm li ul
		{	
			margin: -5;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid white;
			width: 180px;
			z-index: 10;
			
		}
		
		#jsddm li ul li
		{	
			float: none;
			display: inline;
		}
		
		#jsddm li ul li a
		{	
			width: auto;
			background: #242424;
			padding-top: 5px;
		}
		
		#jsddm li ul li a:hover
		{	
			background: #7F1616
		}

.body-txt {        
    margin-top: 20px; 
}

.body-input {    
    font-size: 12px;    
    border: 1px solid #dddddd;    
    height: 15px;    
}

.body-select{    
    font-size: 12px;    
    border: 1px solid #dddddd;            
}

.body-text{    
    font-size: 12px;    
    border: 1px solid #dddddd;            
}

.body-button{    
    font-size: 12px;    
    border: 1px solid #dddddd;            
    width: 100px;
    padding: 5px;    
    
}
