﻿/*
	DragonLights.Net Global CSS File
	Written by Matthew Firth
	© 2007 Pleasantville Distribution All Rights Reserved 
*/

/* Global Stuff */

body 
{
	 background-color:#535353;
	 color: white;
}

.hide
{
	 visibility:hidden;	
}

a:link 
{
	text-decoration: none;
	color:White;
	outline: none;	
}
a:visited 
{
	text-decoration: none;
	color:White;	
}
a:active 
{
	text-decoration: none;
	color:White;	
}
a:hover 
{
	text-decoration: none;
	color:White;		
}

a:hover
{
	color: #ff002a;
}

a
{
	text-decoration: none;	
	border: none;
	outline: none;
}

img
{
	text-decoration: none;	
	border: none;
}

input
{
	outline:none;	
}

#MainContainer
{
	 margin-left: auto;
	 margin-right: auto;
	 width: 100%;
}

ul
{
	list-style-image:none;
	list-style-position:outside;
	/*list-style-type:none;*/
}

.clearfix:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 


.Required
{
	font-size: 14px;
	font-weight: bold;
	color:Red;
	font-family:Tahoma;	
}

.CenterText
{
	text-align:center;
}
/* End Global Stuff */

/* Random Utils */
.floatL
{
	 float:left;	
}

.floatR
{
	 float:right;	
}


/* End Random Utils */

/* Header */

#HeaderTop
{
	background-image: url("/DragonLights/Images/Home/HeaderTop.jpg");
	width: 760px;
	height: 93px;	
	margin-left: auto;
	margin-right: auto;
}

#HeaderBottom
{
	background-image: url("/DragonLights/Images/Home/HeaderBottom.jpg");
	width: 760px;
	height: 31px;	
	margin-left: auto;
	margin-right: auto;
}

	#HeaderBottom #HeaderMenu
	{
		width: 669px;
		height: 21px;	
		font-family: Tahoma;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0 0 8px;

	}
	
	#HeaderBottom #MiniCart
	{
		width: 70px;
		height: 23px;	
		font-family: Tahoma;
		font-size: 10px;
		font-weight: bold;
		color: Black;
		font-weight: bold;
		line-height: 7px;
		margin: 5px 0 0 0;
	}

/* End Header */

/* Begin Footer */

#FooterContainer
{
	background-image: url("/DragonLights/Images/Home/Footer.jpg");
	width: 760px;
	height: 97px;	
	margin-left: auto;
	margin-right: auto;		
}

#FooterContainer #Footer
{
	margin: 8px 0 0 16px;
	font-family: Tahoma;
	font-size: 14px;
}

#LinksContainer
{
	width: 760px;
	height: 20px;	
	margin-left: auto;
	margin-right: auto;			
}

#LinksContainer #FooterLinks
{
	width:100%;
	text-align: center;
}


/* End Footer */

#prdType
{
	margin-right:auto;
	margin-left:auto;
	width:760px;
	height: 135px;
	margin-top:5px;
	
}

#prdText
{
		margin-right:auto;
	margin-left:auto;
	width:760px;
	height: 120px;
	margin-top:15px;
}

#prdText #Welcome
{
	margin: 6px 0 0 10px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;

}

#SelectTypeHeader
{
		margin-right:auto;
	margin-left:auto;
	width:760px;
	height: 28px;
	margin-top:5px;
}

#SelectTypeHeader h1
{
	margin: 6px 0 0 10px;
	font-family:Tahoma;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;

}

#prdText h2
{
	margin: 6px 0 0 10px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;

}

#prdText p
{
	margin: 12px 12px 10px 11px;
	font-family:Tahoma;
	font-size: 12px;

}

.TopBottom5px
{
	margin:5px 0 5px 0;
}