﻿html
{
	height: 99%;
	width: 99%;
}

body /* Default Site Style */
{
	margin: 0;
	color: #555555;
	font-size: small;
	font-family: Tahoma;
	text-decoration: none;
	background-color: #ffffff;
	background-image: url( '../../Client/Images/SiteStyle/bg.png' );
	background-repeat: repeat;
	src: url([../../Client/Fonts/tahoma.ttf]);
	src: url([../../Client/Fonts/twcenmt.ttf]);
	src: url([../../Client/Fonts/ARENC.TTF]);
	src: url([../../Client/Fonts/ARENCL.TTF]);
	src: url([../../Client/Fonts/Pokemon Hollow.ttf]);
	src: url([../../Client/Fonts/Pokemon Solid.ttf]);
}

A:link, A:visited /* hyperlink style */
{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

A:Hover /* hyperlink hover style */
{
	cursor: pointer;
	text-decoration: underline;
}


.Home1
{
	text-align: center;
}

.Home2
{
	text-align: right;
}

.Home3
{
	text-align: left;
}


/* Html Content Style - Start */

.HomeTextTitle /* Large, Bold */
{
	font-size: 175%;
	font-family: Pokemon Solid;
	text-align: center;
}


.ClientCopy /* Content Style */
{

}

.BoldStyle /* Bold & Black */
{
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 105%;
}

.StrapStyle /* Bold & Pink */
{
	font-weight: bold;
	color: #CE3063;
}

.PageContent 
{

}

.HtmlContent /* Text Style */
{
}

/* Html Content Style - End */





/* Start of Header */

#Header
{
	width: 927px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.MainLogoStyle
{
	text-align: center;
}

.BannerStyle
{
	float: right;
}



/* End of Header */





/* Start of Site Structure */

#Container
{
	height: 1500px;
	margin: 0 auto;
	width: 85%;
	margin-top: 10px;
	background-color: White;
	overflow: scroll;
}

#ContentDiv
{
}
.ContactUsForm
{
	padding: 5px;
}

#ContactDetails
{
	font-family: Tahoma;
	font-size: 75%;
}

#ContactWelcome
{
	padding-bottom: 15px;
}

#ContactLeftCol
{
	float: left;
}

#ContactRightCol
{
	float: right;
}

#ContactResults
{
	font-weight: bold;
	font-size: 75%;
}

.textBoxLabel
{
	text-align: right;
	font-family: Tahoma;
}

.chkUrgent
{
	font-size: 75%;
}


#ContentPanel /* Center ClientPanel Container */
{
	width: 99%;
}

.LineSeparate
{
	font-family: Tahoma;
}


/* Address Float */

.AddressStyle
{
	width: 250px;
	display: block;
	float: right;
	height: auto;
	font-size: 86%;
	padding-top: 4px;
	padding-right: 46px;
	padding-left: 10px;
	text-align: center;
	color: White;
}

/* End of Site Structure */





/* Start of RadMenus */

.HorizontalMenu /* TopMenu */
{
	width: 100%;
	height: 10%;
	background-color: Yellow;
	font-size: 110%;
	font-weight: bold;
}

.RedMenu .rmText /* Black Link */
{
	color: red;
}


.PinkPointer /* SideMenu Arrows */
{
	padding-left: 10px;
	color: #CE3063;
}

/* End of RadMenus */





/* Start of ClientPanel or Our Clients Tab */

.repeaterList
{
	width: 400px;
	height: 250px;
	margin-top: 20px;
	margin-left: 50px;
}

.ContainerElements
{
	display: block;
	float: left;
	width: 100%;
	height: 25px;
}

.ClientPanelRight
{
}

.ClientPanelImage
{
	margin-right: 2px;
	float: left;
	display: block;
}

.ClientPanelLink
{
	float: left;
	color: #CE3063;
	cursor: pointer;
	text-decoration: underline;
}

.ClientPanelDescription
{
	float: right;
	width: 50%;
}

.ClientPanel .PageTitle
{
	margin-left: 50px;
	margin-top: 25px;
}

/* End of ClientPanel or Our Clients Tab */






/* Start of Affiliates Rotator */

#AffiliatesRotatorContainer
{
}

.AffiliatesRotator
{
	text-align: center;
	margin-left: 6px;
}

.AffiliatesRotatorImage
{
	cursor: pointer;
	margin-top: 6px;
	float: left;
}

.AffiliatesRotatorText
{
	font-size: 80%;
	height: 6px;
	margin-left: 6px;
	text-align: center;
	vertical-align: top;
	width: 253px;
}

#Rotator
{
	background-image: url( '../../Client/Images/SiteStyle/rotatorbg.jpg' );
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 1px;
	margin-top: -10px;
}

/* End of Affiliates Rotator */






/* Start of Footer Style */

#Footer /* Container */
{
	bottom: 5px;
	width: 100%;
	background-color: White;
}

#FooterLeft /* FooterLeft */
{
	position: absolute;
	display: block;
	cursor: pointer;
}

.PowerButtonStyle /* ecomtastic gif */
{
	float: left;
}

.DeveloperButtonStyle /* ntiresystems gif */
{
	float: right;
}

#ContactNotices /* FooterCentre */
{
	position: absolute;
	display: block;
	text-align: center;
	font-size: 75%;
	font-family: Tahoma;
	width: 100%;
}


#FooterRight /* FooterRight */
{
	display: block;
	cursor: pointer;
}

/* End of Footer Style */






/* Rotating Testimonials */

.TestimonialQuotes
{
}

.dropcontent /* Testimonial Snippets Text */
{
	font-size: 80%;
	width: 91%;
}

.droptitle /* Testimonial Snippets Title */
{
	font-weight: bold;
	text-align: right;
	background-color: Transparent;
}

.LeftQuote
{
	float: left;
	margin-right: 25px;
	margin-left: 35px;
	width: 21px;
	background-color: Transparent;
}

.RightQuote
{
	width: 21px;
	margin-top: -10px;
	padding-left: 82%;
	background-color: Transparent;
}

