/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */

@font-face {
	font-family: 'MuseoSlab';
	font-weight: normal;
	font-style: normal;
	src: url('../Font/museo_slab_500-webfont.eot');
	src: url('../Font/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../Font/museo_slab_500-webfont.woff') format('woff'),
		 url('../Font/museo_slab_500-webfont.ttf') format('truetype'),
		 url('../Font/museo_slab_500-webfont.svg#webfontL5Pe4k0P') format('svg');
}

@font-face {
	font-family: 'MuseoSlab';
	font-weight: normal;
	font-style: italic;
	src: url('../Font/museo_slab_500italic-webfont.eot');
	src: url('../Font/museo_slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../Font/museo_slab_500italic-webfont.woff') format('woff'),
		 url('../Font/museo_slab_500italic-webfont.ttf') format('truetype'),
		 url('../Font/museo_slab_500italic-webfont.svg#webfontJfeZV90b') format('svg');
}






/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
	line-height: 150%;
	color: #666;
	background-color: #fff;
}

button,
input,
textarea,
select {
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}

td, th {
	vertical-align: top;
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'MuseoSlab', Arial, sans-serif;
	font-weight: normal;
	line-height: 115%;
}
h1 {
	padding-top: 20px;
	font-size: 24px;
	color: #666;
}
h2
{
	padding-top: 15px;
	font-size: 20px;
	color: #666;
}
h3 {
	padding-top: 15px;
	font-size: 16px;
	color: #444;
}
h4 {
	padding-top: 12px;
	font-size: 14px;
	color: #444;
}
h5 {
	padding-top: 12px;
	font-size: 13px;
	color: #444;
}
h6 {
	padding-top: 12px;
	font-size: 12px;
	color: #444;
}

p {
	margin: 0;
	padding: 6px 0 0 0;
}

ul,
ol {
	margin: 0;
	padding: 6px 0 0 30px;
}

li {
	margin: 0;
	padding-top: 3px;
}

a,
a:link,
a:visited,
a:active {
	font-style: italic;
	text-decoration: none;
	color: #222;
}

h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a,
h3 a:link,
h3 a:visited,
h3 a:active {
	font-style: inherit;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 99%;
	color: #666;
}





/* 
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: Green;
}

.WarningMessage {
	color: Orange;
}

.ErrorMessage {
	color: Red;
}



.ListOddDetailRow td {
	background-color: #eee;
}

.ListEvenDetailRow td {
	background-color: #fff;
}

a.TextButton,
input.TextButton,
a.Method {
	border-color: #333;
	background-color: #888;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #eee;
	text-decoration: none;
}

.ClearBoth {
	clear: both;
}


.ImageGallery a
{
	display: block;
	float: left;
	padding: 10px;
	width: 185px;
	height: 185px;
	text-align: center;
}



/* Default Horizontal Menu Styles */

.HorizontalMenu .Menu {
	padding: 10px;
	height: 14px;
	background-color: #000;
}

.HorizontalMenu .Line {
	display: none;
}

.HorizontalMenu .Line hr {
	display: none;
}

.HorizontalMenu .Item {
	float: left;
	display: block;
	padding: 0 9px;
	border-left: 1px solid #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #bbb;
}

.HorizontalMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.HorizontalMenu .Item a {
	font-style: normal;
	color: #bbb;
}

.HorizontalMenu .Item a:hover {
	text-decoration: none;
}

.HorizontalMenu .Item .Description {
	display: none;
	position: absolute;
	left: -20px;
	bottom: 20px;
	border: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	color: #fff;
	background-color: #888;
}

.HorizontalMenu .Item:hover .Description {
	display: block;
}

.HorizontalMenu .Item .Image {
	clear: both;
	margin-right: 3px;
	max-height: 60px;
	max-width: 60px;
	border: none;
}

.HorizontalMenu .Menu .Menu {
	top: 14px;
	padding: 0;
	border: solid 1px #333;
	width: 200px;
	height: auto;
	background-color: #000;
}

.HorizontalMenu .Menu .Menu .Line {
	display: block;
	border-top: solid 1px #333;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #333;
}

.HorizontalMenu .Menu .Menu .Item {
	float: none;
	border-left: none;
	border-top: solid 1px #333;
	padding: 7px 10px;
	font-size: 11px;
	line-height: auto;
	z-index: 4;
}

.HorizontalMenu .Item .Item a {
	display: block;
}

.HorizontalMenu .Item .Item:first-child {
	border-top: none;
}

.HorizontalMenu .Item .Item .Description {
	display: none;
	left: 200px;
	top: -1px;
	bottom: auto;
}

.HorizontalMenu .Item .Item:hover .Description {
	display: block;
}

.HorizontalMenu .Item .Item .Item .Description {
	display: none;
}

.HorizontalMenu .Item .Item .Item:hover .Description {
	display: block;
}

.HorizontalMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}


/* Action Menu */
.ActionMenu .Menu {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.ActionMenu .Menu .Menu {
	background-color: #fff;
}

.ActionMenu .Item {
	margin-left: 5px;
	padding: 3px;
	border: 1px solid #d1d2d4;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color: #666;
}

.ActionMenu .Item a {
	color: #666;
}

.ActionMenu .Item:first-child {
	margin-left: 0;
	border-left: 1px solid #d1d2d4;
	padding-left: 3px;
}

.ActionMenu .Item .Description {
	border: solid 1px #d1d2d4;
	padding: 3px;
	width: 112px;
	background-color: #fff;
	color: #666;
}

.ActionMenu .Menu .Menu {
	top: 18px;
	border: solid 1px #d1d2d4;
	width: 120px;
	background-color: #fff;
}

.ActionMenu .Item .Item {
	padding: 3px;
	font-size: 10px;
	border-top: solid 1px #d1d2d4;
}

.ActionMenu .Item .Item .Description {
	left: 120px;
}

.ActionMenu .Item:hover .Description {
	display: none;
}






/* Default Vertical Menu Styles */

.VerticalMenu .Menu {
}

.VerticalMenu .Menu .Line {
	border-top: solid 1px #333;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #333;
}

.VerticalMenu .Line hr {
	display: none;
}

.VerticalMenu .Item {
	padding: 7px 10px;
	font-size: 11px;
}

.VerticalMenu .Item a {
	font-style: normal;
	color: #eee;
}

.VerticalMenu .Item a:hover {
	text-decoration: none;
}

.VerticalMenu .Item .Description {
	display: none;
	position: absolute;
	top: -1px;
	left: 210px;
	border: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	color: #fff;
	background-color: #888;
}

.VerticalMenu .Item:hover .Description {
	display: block;
}

.VerticalMenu .Item .Item .Description {
	display: none;
	left: 200px;
}

.VerticalMenu .Item .Item:hover .Description {
	display: block;
}

.VerticalMenu .Item .Item .Item .Description {
	display: none;
}

.VerticalMenu .Item .Item .Item:hover .Description {
	display: block;
}

.VerticalMenu .Item .Image {
	clear: both;
	margin-right: 3px;
	max-height: 60px;
	max-width: 60px;
	border: none;
}

.VerticalMenu .Menu .Menu {
	left: 220px;
	padding: 0;
	border: solid 1px #333;
	width: 200px;
	height: auto;
	background-color: #000;
}

.VerticalMenu .Menu .Menu .Item {
	float: none;
	border-left: none;
	border-top: solid 1px #333;
	padding: 7px 10px;
	font-size: 11px;
	line-height: auto;
}

.VerticalMenu .Menu .Menu .Item:first-child {
	border-top: none;
}

.VerticalMenu .Menu .Menu .Item a .Description {
	display: none;
}

.VerticalMenu .Menu .Menu .Item a:hover .Description {
	display: block;
	position: absolute;
	left: 200px;
	top: -1px;
	border: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	color: #fff;
	background-color: #888;
}

.VerticalMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}








/*Skin specific styles */

#Container {
	width: 100%;
	min-height: 100%;
	text-align: center;
	background-color: #000;
}

#Page {
	margin: 0 auto;
	padding: 0 40px;
	width: 960px;
	min-height: 100%;
	text-align: left;
	background: #fff url(../Image/Templates/Website/background.jpg) repeat-y;
}

#Header {
	padding: 20px 70px 0 0;
	height: 90px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: text-bottom;
	color: #bbb;
	background: #000 url(../Image/Templates/Website/header-background.jpg) no-repeat;
}

#Header .Phone {
	font-size: 14px;
}

#MainMenu {
}

#LoggedInMenu {
}

#LoggedInMenu .Menu {
	border-top: 3px solid #333;
}

#LoggedInMenu .Menu .Menu {
	border: 1px solid #333;
}

#Body {
	clear: both;
	padding-top: 14px;
	min-height: 300px;
	background: #fff url(../Image/Templates/Website/strip.gif) no-repeat;
}

#FullWidthContent {
	padding: 20px;
}

#BodyLeftPanel {
	float: left;
	margin-right: 10px;
	width: 230px;
}

#Content {
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 460px;
}

#BodyRightPanel {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	width: 230px;
}

#BodyBottomPanel {
	clear: both;
	padding: 10px 0;
}

#Footer {
	clear: both;
	padding-top: 20px;
	font-size: 10px;
}

#FooterMenu {
	background: #000 url(../Image/Templates/Website/footer-background.gif) no-repeat left bottom;
}

#FooterMenu .Menu {
	background-color: transparent;
}

#Copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	background-color: #000;
}



.Box {
	margin-top: 20px;
	padding: 8px 10px;
	color: #bbb;
}

.Box.Red {
	background: #D92227 url(../Image/Templates/box-background-tile-red.gif) repeat-y;
}

.Box.Green {
	background: #00804D url(../Image/Templates/box-background-tile-green.gif) repeat-y;
}

.Box.Blue {
	background: #005CAC url(../Image/Templates/box-background-tile-blue.gif) repeat-y;
}

.Box.Orange {
	background: #FA9D1C url(../Image/Templates/box-background-tile-orange.gif) repeat-y;
}

.Box h2 {
	margin: -8px -10px 0 -10px;
	padding: 8px 10px 16px 10px;
	font-family: inherit;
	font-size: 11px;
	color: #bbb;
	background: #000 url(../Image/Templates/box-header-background-240.gif) no-repeat left bottom;
}

.Box h2 a {
	font-style: normal;
	color: #bbb;
}

.Box.Red .Menu .Item {
	background: url(../Image/Templates/box-line-red.gif) no-repeat;
}

.Box.Green .Menu .Item {
	background: url(../Image/Templates/box-line-green.gif) no-repeat;
}

.Box.Blue .Menu .Item {
	background: url(../Image/Templates/box-line-blue.gif) no-repeat;
}

.Box.Orange .Menu .Item {
	background: url(../Image/Templates/box-line-orange.gif) no-repeat;
}

.Box .Menu .Item:first-child {
	background: none;
}


#Icons a {
	margin-left: 4px;
}

#Icons img {
	border: 0;
}

#Icons a:first-child {
	margin-left: 0;
}


#PortfolioSlideShow a {
	display: block;
	margin-top: 20px;
}

#PortfolioSlideShow a img {
	margin-left: -3px;
	border: none;
	padding: 6px 10px 21px 10px;
	width: 200px;
	height: 135px;
	background: url(../Image/Templates/portfolio-background-240.jpg) no-repeat left top;
}

#PortfolioSlideShow img:hover {
	background: url(../Image/Templates/portfolio-background-240.jpg) no-repeat left -168px;
}



#BodyRightPanel .BlogPost {
	margin-top: 20px;
	padding: 8px 10px;
	font-size: 11px;
	color: #ddd;
	background: #00804D url(../Image/Templates/box-background-tile-green.gif) repeat-y;
}

#BodyRightPanel .BlogPost:first-child {
	margin-left: 0;
}

#BodyRightPanel .BlogPost .Title {
	display: block;
	margin: -8px -10px 0 -10px;
	padding: 8px 10px 16px 10px;
	font-size: 11px;
	color: #bbb;
	background: #000 url(../Image/Templates/box-header-background-240.gif) no-repeat left bottom;
}

#BodyRightPanel .BlogPost .Description,
#BodyRightPanel .BlogPost a {
	display: block;
	padding-top: 5px;
}

#BodyRightPanel .BlogPost a {
	text-align: right;
}

#BodyRightPanel .BlogPost .PublishedOn,
#BodyRightPanel .BlogPost .Name,
#BodyRightPanel .BlogPost .BusinessName,
#BodyRightPanel .BlogPost .EmailAddress,
#BodyRightPanel .BlogPost .WebsiteAddress,
#BodyRightPanel .BlogPost .AuthorPhotograph {
	display: none;
}




/* Testimonials in Bottom Panel of Template */

#BodyBottomPanel .Testimonial {
	float: left;
	margin-top: 10px;
	margin-left: 21px;
	padding: 8px 10px;
	width: 286px;
	height: 200px;
	font-size: 11px;
	color: #ccc;
	background: #005CAC url(../Image/Templates/box-background-tile-blue.gif) repeat-y;
}

#BodyBottomPanel .Testimonial:first-child {
	margin-left: 0;
}

#BodyBottomPanel .Title {
	display: block;
	margin: -8px -10px 0 -10px;
	padding: 8px 10px 16px 10px;
	font-size: 11px;
	color: #bbb;
	background: #000 url(../Image/Templates/box-header-background-320.gif) no-repeat left bottom;
}

#BodyBottomPanel .Description,
#BodyBottomPanel .Name,
#BodyBottomPanel .BusinessName {
	display: block;
}

#BodyBottomPanel a {
	float: right;
}

#BodyBottomPanel .Description,
#BodyBottomPanel a,
#BodyBottomPanel .Name {
	padding-top: 5px;
}

#BodyBottomPanel .Name,
#BodyBottomPanel .BusinessName {
	font-style: italic;
}

#BodyBottomPanel .PublishedOn,
#BodyBottomPanel .EmailAddress,
#BodyBottomPanel .WebsiteAddress,
#BodyBottomPanel .AuthorPhotograph {
	display: none;
}




/* Testimonials Page */

#WebsiteResellerTestimonials .Testimonial {
	margin-top: 10px;
	border-top: solid 3px #005CAC;
}

#WebsiteResellerTestimonials .Testimonial:first-child {
	border-top: none;
}

#WebsiteResellerTestimonials .Title {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#WebsiteResellerTestimonials .PublishedOn {
	float: right;
	display: block;
	padding-top: 13px;
}

#WebsiteResellerTestimonials .Description,
#WebsiteResellerTestimonials .Name,
#WebsiteResellerTestimonials .BusinessName,
#WebsiteResellerTestimonials .WebsiteAddress {
	display: block;
}

#WebsiteResellerTestimonials .Description,
#WebsiteResellerTestimonials .Name {
	padding-top: 5px;
}

#WebsiteResellerTestimonials .Name,
#WebsiteResellerTestimonials .BusinessName,
#WebsiteResellerTestimonials .WebsiteAddress {
	font-style: italic;
}

#WebsiteResellerTestimonials a {
	padding-top: 5px;
	float: right;
}

#WebsiteResellerTestimonials a.WebsiteAddress {
	float: none;
}

#WebsiteResellerTestimonials .EmailAddress,
#WebsiteResellerTestimonials .AuthorPhotograph {
	display: none;
}




/* Testimonial Template */

#TestimonialTemplate .Title,
#TestimonialTemplate .PublishedOn {
	font-weight: bold;
	color: #005CAC;
}

#TestimonialTemplate .Name, 
#TestimonialTemplate .Position, 
#TestimonialTemplate .BusinessName, 
#TestimonialTemplate .WebsiteAddress {
	font-style: italic;
}

#TestimonialTemplate img {
	float: left;
	margin-right: 10px;
	border: 2px solid #005CAC;
	width: 100px;
	max-height: 230px;
}

#TestimonialTemplate .Author {
	margin-top: 20px;
}





/* Website Design Portfolio page styles */

.WebsiteDesignPortfolioPanel {
	clear: both;
	float: left;
	margin-left: 10px;
	width: 430px;
	min-height: 460px;
	padding-bottom: 20px;
}

.WebsiteDesignPortfolioPanel a,
.WebsiteDesignPortfolioPanel img {
	border: none;
}

.WebsiteDesignPortfolioPanel.Right {
	margin-left: 35px;
	display: inherit;
	clear: none;
}

.WebsiteDesignPortfolioPanel h2 {
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	font-size: 14px;
	color: #000;
	display: block;
}

.WebsiteDesignPortfolioPanel img {
	background: url(../Image/Templates/portfolio-background-480.jpg) left top;
	padding: 8px 9px 30px;	
}

.WebsiteDesignPortfolioPanel img:hover {
	background: url(../Image/Templates/portfolio-background-480.jpg) left bottom;	
}

.WebsiteDesignPortfolioPanel img.NoBtn {
	background: url(../Image/Templates/portfolio-background-480-no-button.jpg) no-repeat left top;
	padding: 8px 9px 30px 9px;	
}

.WebsiteDesignPortfolioPanel img.NoBtn:hover {
	background: url(../Image/Templates/portfolio-background-480-no-button.jpg) no-repeat left top;	
}

.WebsiteDesignPortfolioPanel .Icons {
	float: right;
}

.WebsiteDesignPortfolioPanel .Icons img {
	padding: 1px;
	height: 30px;
	background: none;
}

.WebsiteDesignPortfolioPanel ul {
	padding: 0;
	margin: 5px 0 0 15px;
	display: block;
}

.BasicWebsitesh2 {
	clear: both;
	padding-bottom: 10px;
}

.WebsiteDesignPortfolioPanel.Basic {
	clear: both;
	float: left;
	margin-left: 10px;
	width: 430px;
	min-height: 100px;
	padding-bottom: 20px;
}

.WebsiteDesignPortfolioPanel.Basic.Right {
	margin-left: 35px;
	display: inherit;
	clear: none;
}

.WebsiteDesignPortfolioPanel.Basic a {
	font-style: normal;
}







/* Website Design Templates page styles */

.WebsiteDesignTemplatePanel {
	clear: both;
	float: left;
	margin-left: 10px;
	padding-bottom: 30px;
	width: 430px;
}

.WebsiteDesignTemplatePanel.Right {
	clear: none;
	margin-left: 35px;
	display: inherit;
}

.WebsiteDesignTemplatePanel h2 {
	padding: 20px 0 10px 0;
	font-size: 14px;
}

.WebsiteDesignTemplatePanel a {
	display: block;
	padding: 8px 9px 30px 9px;
	height: 278px;	
	background: url(../Image/Templates/portfolio-background-480.jpg) no-repeat left top;
}

.WebsiteDesignTemplatePanel a:hover {
	background: url(../Image/Templates/portfolio-background-480.jpg) no-repeat left bottom;	
}

.WebsiteDesignTemplatePanel img {
	border: none;
}








/* Website Service Suppliers page */

.WebsiteServiceSuppliers h2 {
	padding-top: 20px;
}

.WebsiteServiceSuppliers .Users {
	border-bottom: #005CAC solid 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.WebsiteServiceSuppliers .User {
	clear: both;
	padding-top: 15px;
}

.WebsiteServiceSuppliers .Name {
	float: right;
	display: block;
	font-weight: bold;
}

.WebsiteServiceSuppliers .BusinessName {
	float: left;
	display: block;
	font-weight: bold;
}

.WebsiteServiceSuppliers .WebsiteAddress {
	clear: both;
	display: block;
	padding-top: 3px;
	text-align: right;
}

.WebsiteServiceSuppliers .Photograph,
.WebsiteServiceSuppliers .Logo,
.WebsiteServiceSuppliers .KeyPhrase,
.WebsiteServiceSuppliers .Description,
.WebsiteServiceSuppliers .Industries,
.WebsiteServiceSuppliers .Regions {
	display: none;
}







/* Website Resellers page */

.WebsiteResellers h2 {
	padding-top: 20px;
}

.WebsiteResellers .User {
	clear: both;
	margin-top: 20px;
	border-top: #005CAC solid 3px;
	padding-top: 20px;
}

.WebsiteResellers .User:first-child {
	margin-top: 0;
	border-top: none;
}

.WebsiteResellers .Name {
	float: right;
	display: block;
	font-weight: bold;
}

.WebsiteResellers .BusinessName {
	float: left;
	display: block;
	font-weight: bold;
}

.WebsiteResellers .KeyPhrase {
	clear: both;
	display: block;
	padding-top: 5px;
	font-style: italic;
}

.WebsiteResellers .Description {
	clear: both;
	display: block;
	padding-top: 5px;
}

.WebsiteResellers .WebsiteAddress {
	clear: both;
	display: block;
	padding-top: 5px;
	text-align: right;
}

.WebsiteResellers .Photograph,
.WebsiteResellers .Logo,
.WebsiteResellers .Industries,
.WebsiteResellers .Regions {
	display: none;
}






/* Contact Us page */

.FormRequiredValueCell.TrainingTime input {
	margin-left: 15px;
}



/* Website Package Calculator */

#WebsitePackageOrderForm td > *:first-child {
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}

#WebsitePackageOrderForm .Items,
#WebsitePackageOrderForm .Totals {
	width: 600px;
}

#WebsitePackageOrderForm .Items tr:hover {
	background-color: #eee;
}

#WebsitePackageOrderForm .Items td:first-child {
	width: 20px;
}

#WebsitePackageOrderForm .Items td:first-child+td+td,
#WebsitePackageOrderForm .Totals td:first-child+td {
	text-align: right;
	width: 50px;
	font-weight: bold;
}
#WebsitePackageOrderForm .Totals td:first-child+td {
	font-size: 15px;
}

