/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 13px/120% "Trebuchet MS", Arial, "Helvetica Neue";
	color: #333;
}

button,
input,
textarea,
select {
	font: normal 12px/120% Verdana, Arial, Helvetica, sans-serif;
}

td, th {
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2845a4;
}
h1 {
	margin: 20px 0 15px;
	font-size: 18px;
	clear: both;
	display: block;
	
}
h2
{
	margin: 25px 0 12px;
	font-size: 16px;
	color: #a71c1c;
}
h3 {
	margin: 25px 0 10px;
	font-size: 15px;
}
h4 {
	margin: 20px 0 10px;
	font-size: 14px;
	color: #a71c1c;
}
h5 {
	margin: 20px 0 10px;
	font-size: 13px;
	color: #000;
}
h6 {
	margin: 15px 0 10px;
	font-size: 12px;
	color: #a71c1c;
}

p {
	margin: 8px 0 0 0;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul>li {
	list-style-image: url(../Image/Frame/Li.gif);
}

ul ul>li {
	list-style-type: url(../Image/Frame/LiLi.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited,
a:active {
	color: #415caf;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: block;
	color: #000;
	background-color: #000;
	border: none;
	clear: both;
	height: 1px;
	margin: 20px 0;
}










/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color:Blue;
}

.WarningMessage {
	color:Maroon;
}

.ErrorMessage {
	color:Red;
}


.ListOddDetailRow td {
	background-color: #fdf2d2;
}

.ListEvenDetailRow td {
	background-color: #fffaeb;
}


a.TextButton,
input.TextButton,
a.Method {
	color: #FFF;
}
a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #000;
	text-decoration: none;
}




/*Skin specific styles */

#Container {
	text-align: center;
	background: url(../Image/Frame/HeaderTop.gif) repeat-x top;
	height: 100%;
	width: 100%;
}

#Wrapper {
	margin: 0 auto;
	width: 895px;
	text-align: left;
}

#Wrapper320 {
	margin: 0 auto;
	width: 300px;
	text-align: left;
}


#Header {
	width: 100%;
	height: 94px;
	background: url(../Image/Frame/Telephone.gif) no-repeat right 15px;
}

#Header img {
	float: left;
	padding-right: 20px;
	display: block;
}


#TopMenu {
	float: right;
	clear: none;
	width: auto;
	padding-top: 59px;
	height: 35px;
}

#TopMenu .Menu {
	width: auto;
	height: 35px;
}

#TopMenu .Line {
	display: none;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	display: block;
	float: left;
	margin-left: 1px;
	width: 86px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: url(../Image/Frame/MenuBg.jpg) no-repeat left top;
}

#TopMenu .Item:hover {
	background-position: -86px top;
}

#TopMenu .Item.Administration {
	width: 96px;
	background: url(../Image/Frame/MenuBgAdmin.jpg) no-repeat left top;
}

#TopMenu .Item.Administration:hover {
	background-position: -96px top;
}

#TopMenu .Item a {
	display: block;
	color: #000;
	text-decoration: none;
}

#TopMenu .Item a:hover {
	color: #FFF;
	text-decoration: none;
}

#TopMenu .Menu .Menu {
	top: 35px;
	width: 215px;
	height: auto;
}

#TopMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #FFF;
	width: 215px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #fff;
}

#TopMenu .Menu .Menu .Item {
	float: none;
	margin: 0;
	border-bottom: solid 1px #FFF;
	padding: 3px 10px;
	width: 195px;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background: none;
	background-color: #ffc20e;
}

#TopMenu .Menu .Menu .Item .Description {
	line-height: 15px;
	font-size: 10px;
	color: #222222;
}

#TopMenu .Menu .Menu .Item:hover {
	color: #000;
	background: none;
	background-color: #ffdc76;
}
#TopMenu .Menu .Menu .Item a:hover {
	color: #000;
}

#TopMenu .Menu .Menu .Menu {
	left: 215px;
	top: 0px;
}

#ContentContainer {
	clear: both;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	min-height: 500px;
}

#Footer {
	clear: both;
	float: left;
	padding: 5px 0;
	border-top: 1px solid #000000;
	width: 100%;
	font-size: 12px;
	color: #999999;
	text-align: left;
}

#BottomMenu {
	width: 100%;
}

#BottomMenu .Menu
{
	display: inline-block;
	position: relative;
}

#BottomMenu .Item
{
	display: inline-block;
	width: auto;
	font-weight: bold;
	vertical-align: top;
	padding-left: 10px;
}

#BottomMenu .Item:first-child
{
	padding-left: 0;
}

#BottomMenu .Item a {
	color: #999999;
	text-decoration: none;
}

#BottomMenu .Item a:hover
{
	color: #000;
}

#BottomMenu .Menu .Menu
{
	display: block;
}

#BottomMenu .Item .Item
{
	display: block;
	padding-left: 0;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
}

#BottomMenu .Menu .Menu.Closed
{
	display: block;
}



#Copyright {
	float: right;
}






.HomeFeatureBox {
	padding: 2px;
	float: left;
	height: 157px;
	width: 211px;
	margin-right: 11px;
	margin-bottom: 25px;
}
.HomeFeatureBox h1 {
	font-size: 12px;
	color: #000000;
	margin: 5px 0px 0px;
	padding: 0px;
	text-indent: 3px;
}
.HomeFeatureBox h1 a {
	text-decoration: none;
	color: #000000;
}
.HomeFeatureBox li {
	background: url(../Image/Frame/HomeFeatureLi.gif) no-repeat left 4px;
	font-size: 12px;
	list-style-image: none;
	padding-left: 8px;
	color: #000000;
	font-style: normal;
	
}
.HomeFeatureBox ul {
	padding-left: 53px;
	margin: 16px 0px 5px;
	list-style: none;
}
.NoTxtDec,
.NoTxtDec:hover {
 text-decoration: none;
}
.Yellow {
	background: url(../Image/Frame/HomeBoxYellow.jpg);
}
.Blue {
	background: url(../Image/Frame/HomeBoxBlue.jpg);
}
.Green {
	background: url(../Image/Frame/HomeBoxGreen.jpg);
}
.Red {
	background: url(../Image/Frame/HomeBoxRed.jpg);
}
#HomeFeatureBoxes .Red {
	margin-right: 0;
}
.Yellow,
.Blue,
.Green,
.Red {
	background-position: left top;
}
.Yellow:hover,
.Blue:hover,
.Green:hover,
.Red:hover {
	background-position: left -161px;
	cursor: hand;
	text-decoration: none;
}
.Price {
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: right;
	display: block;
	padding-right: 3px;
	overflow: none;
	white-space: nowrap;
}

/* Comparison Chart Styles */

.chartHeading{
	width: 156px;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	padding: 0 0 0 1px;
	font: 13px;
	text-align: center;
	background-repeat: no-repeat;
}
.chartBottom{
	width: 156px;
	height: 58px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0;
	font: 13px;
	text-align: center;
	display: block;
}
.compChart a{
	color: #FFFFFF;
	text-decoration: none;
}
.compChart td{
	height: 27px;
	line-height: 27px;
	border-right: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	vertical-align: middle;
}
.packageItem{
	text-align: center;
}

.greyRow{
	background: #fff2e1;
	width: 300px;
	padding-left: 10px;
	white-space: nowrap;
}
.greyRowAlt {
	background: #ffe6c7;
	width: 300px;
	padding-left: 10px;
	white-space: nowrap;
}
a.info{
    position:relative;
    z-index:24;
    color:#000;
	background: url(../Image/Frame/InfoIcon.gif) no-repeat right center;
	padding-right: 15px;
	white-space: nowrap;
    text-decoration:none}

a.info:hover {z-index:25;}

a.info span {
	display: none;
	white-space: normal;
}

a.info:hover span {
    display:block;
    position:absolute;
    top: -47px; 
	left:150; 
	width: 216px;
	background: url(../Image/Frame/Tooltip.gif) no-repeat left bottom;
    color:#fff;
	padding: 5px 5px 15px 5px;
	font-size: 11px;
	line-height: normal;
}

/* Blue Column */
.blueTop {
	background: url(../Image/Frame/TableBlueTop.gif) no-repeat top left;
}
.blueRow{
	background: #e7f1f9;
	color: #2855ae;
}
.blueRowAlt{
	background: #d2e5f5;
	color: #2855ae;
}
.blueBottom {
	background: url(../Image/Frame/TableBlueBottom.gif) no-repeat;
	background-position: 0 0;
	color: #FFFFFF;
}
.blueBottom:hover {
	background-position: 0 -58px;
}

/* Yellow Column */
.yellowTop {
	background: url(../Image/Frame/TableYellowTop.gif) no-repeat top left;
}
.yellowRow{
	background: #fff2e1;
	color: #ff9d19;
}
.yellowRowAlt{
	background: #ffe6c7;
	color: #ff9d19;
}
.yellowBottom {
	background: url(../Image/Frame/TableYellowBottom.gif) no-repeat;
	background-position: 0 0;
}
.yellowBottom:hover {
	background-position: 0 -58px;
}

/* Green Column */
.greenTop {
	background: url(../Image/Frame/TableGreenTop.gif) no-repeat top left;
}
.greenRow{
	background: #d7ecd2;
	color: #588c48;
}
.greenRowAlt{
	background: #a7d29c;
	color: #588c48;
}
.greenBottom {
	background: url(../Image/Frame/TableGreenBottom.gif) no-repeat;
	background-position: 0 0;
}
.greenBottom:hover {
	background-position: 0 -58px;
}

/* Red Column */
.redTop {
	background: url(../Image/Frame/TableRedTop.gif) no-repeat top left;
}
.redRow{
	background: #ffeae3;
	color: #ba302a;
}
.redRowAlt{
	background: #ffd1c1;
	color: #ba302a;
}
.redBottom {
	background: url(../Image/Frame/TableRedBottom.gif) no-repeat;
	background-position: 0 0;
}
.redBottom:hover {
	background-position: 0 -58px;
}



.WebsiteComponentPrice {
	color: #2845a4;
	float: right;
}


/* Portfolio SidePanel styles */
#PortfolioPanel {
	float: right;
	width: 219px;
	padding-left: 25px;
	margin-left: 25px;
}
#PortfolioPanel h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
}
#PortfolioPanel p {
	padding: 0;
	line-height: normal;
	margin: 0;
	display: block;
	text-align: center;
}
#PortfolioPanel p.caption {
	font-size: 11px;
	color: #000;
	padding-bottom: 15px;
}
#PortfolioPanel img {
	background: url(../Image/Frame/PorfolioImageBorder.jpg) left top;
	padding: 6px 10px 22px;
}

#PortfolioPanel img:hover {
	background: url(../Image/Frame/PorfolioImageBorder.jpg) left bottom;
}



/* Portfolio Panel styles */
.PortfolioPanelBig {
	float: left;
	width: 430px;
	min-height: 450px;
	padding-bottom: 20px;
	clear: both;
}
.PortfolioPanelBig a,
.PortfolioPanelBig img,
#PortfolioPanel img,
#PortfolioPanel a
{
	border: none;
}
.PortfolioPanelBig.Right{
	margin-left: 35px;
	display: inherit;
	clear: none;
}
.PortfolioPanelBig h2 {
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	font-size: 14px;
	color: #000;
	display: block;
}
.PortfolioPanelBig p {
	line-height: normal;
	display: block;
	}
.PortfolioPanelBig img {
	background: url(../Image/Frame/PorfolioImageBorderBig.jpg) left top;
	padding: 8px 9px 29px;	
}

.PortfolioPanelBig img:hover {
background: url(../Image/Frame/PorfolioImageBorderBig.jpg) left bottom;	
}

.PortfolioPanelBig img.NoBtn {
	background: url(../Image/Frame/PorfolioImageBorderBigNoBtn.jpg) no-repeat left top;
	padding: 8px 9px 29px;	
}

.PortfolioPanelBig img.NoBtn:hover {
background: url(../Image/Frame/PorfolioImageBorderBigNoBtn.jpg) no-repeat left top;	
}

.PortfolioPanelBig .Icons {
	float: right;
}
.PortfolioPanelBig .Icons img {
	padding: 1px;
	height: 30px;
	background: none;
}
.PortfolioPanelBig ul {
	padding: 0;
	margin: 5px 0 0 15px;
	display: block;
}





/* Template Panel styles */
.TemplatePanelBig {
	float: left;
	width: 430px;
	padding-bottom: 20px;
	clear: both;
}
.TemplatePanelBig a,
.TemplatePanelBig img,
#TemplatePanel img,
#TemplatePanel a
{
	border: none;
}
.TemplatePanelBig.Right{
	margin-left: 35px;
	display: inherit;
	clear: none;
}
.TemplatePanelBig h2 {
	margin: 10px 0 0 10px;
	font-size: 14px;
	display: block;
}
.TemplatePanelBig p {
	line-height: normal;
	display: block;
	}
.TemplatePanelBig img {
	background: url(../Image/Frame/PorfolioImageBorderBig.jpg) left top;
	padding: 8px 9px 29px;	
}

.TemplatePanelBig img:hover {
background: url(../Image/Frame/PorfolioImageBorderBig.jpg) left bottom;	
}

.TemplatePanelBig img.NoBtn {
	background: url(../Image/Frame/PorfolioImageBorderBigNoBtn.jpg) no-repeat left top;
	padding: 8px 9px 29px;	
}

.TemplatePanelBig img.NoBtn:hover {
background: url(../Image/Frame/PorfolioImageBorderBigNoBtn.jpg) no-repeat left top;	
}

.TemplatePanelBig .Icons {
	float: right;
}
.TemplatePanelBig .Icons img {
	padding: 1px;
	height: 30px;
	background: none;
}
.TemplatePanelBig ul {
	padding: 0;
	margin: 5px 0 0 15px;
	display: block;
}








/* Newsletter Styles */

.NewsletterContainer {
	width: 100%;
	height: 100%;
	text-align: center;
}
.NewsletterContainer td {
	padding: 0;
	margin: 0;
}

.NewsletterPage {
	text-align: left;
	padding: 20px 0;
}

.NewsletterHeader {
	text-align: right;
	vertical-align: bottom;
}

.NewsletterFooter {
	font-size: 10px;
	color: #CCC;
	text-align: left;
}

.NewsletterFooter a {
	color: #999;
}


div.Testimonials
{
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 4px solid #EFEFEF;
	width: 175px;
}
div.Testimonials div
{
	margin-top: 20px;
}
div.Testimonials div:first-child
{
	margin-top: 0;
}

#Products
{
	width: 100%;
}
#Products .Header,
#Total
{
	margin: 20px 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #a71c1c;
}
#Products .Total
{
	font-weight: bold;
}
#Products td
{
	border-bottom: #f4f4f4 1px solid;
}
#Products .PricePerItem,
#Products .Savings,
#Products .Quantity,
#Products .Total
{
	width: 70px;
	text-align: right;
}
#Products select
{
	margin-left: 30px;
}