/* BlueGray */
body {
	color:#fff;
	background-color:#560000;
	background-image:url('../images/body-bg.png');
	background-position:center 175px;
	background-repeat:repeat-x;
	font-family:tahoma;
	font-size:100%;
	/*
	background-image:url('http://fundamentalsofmovement.com/images/homepage_top.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	*/
}
#MainWrapper {
	background-image:url('../images/clouds.png');
	background-position:center 175px;
	width:100%;
	min-width:920px;
}
#HeaderWrapper {
	background-image:url('../images/flame.png');
	background-position: center top;
	background-color:#121869;
}
#HeaderSubWrap {
	background-image:url('../images/rays.png');
	background-position: center top;
	background-repeat:repeat-x;
	padding-bottom:5px;
}
#HeaderSkirt {
	background-image:url('../images/header-shadow.png');
	height:20px;
	margin-bottom:1px;
}
#SubHeader {
	padding-top:5px;
	padding-bottom:5px;
}
#TopContent {
	width:80%;
	min-width:870px;
	padding-top:5px;
	margin:auto;
}
#TopContent #Logo {
	float:left;
	margin-left:20px;
}
#TopContent #Center {
	text-align:center;
	padding-top:20px;
}
#TopContent #TopRight {
	float:right;
	margin-right:10px;
	width:200px;
	margin-top:10px;
	text-align:center;
}
#TopMenu {
	width:80%;
	min-width:870px;
	margin:auto;
	padding-left:20px;
	text-align:center;
	font-size:90%;
}
#TopMenu .userimage{
	width:25px;
	height:25px;
	float:left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right:10px;
}
#TopMenu a {
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#TopContent #site_search {
	margin-top:10px;
}
#TopContent #site_search input {
	border:1px solid #f57a20;
	height:18px;
	padding-left:10px;
	width:100px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#SubWrapper {
	width:80%;
	min-width:870px;
	margin:auto;
}
a,a:visited {
	color:#fec00f;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#fec00f;
}
a:hover {
	color:#339900;
}
#MainBodyWrap a,#MainBodyWrap a:visited {
	color:#fec00f;
	text-decoration:none;
	font-weight:bold;
}
#MainBodyWrap a:visited {
	color:#fec00f;
}
#MainBodyWrap a:hover {
	color:#6666ff;
}
#HeaderBodyWrap {
	min-width:830px;
	margin-left:20px;
	margin-right:20px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:5px;
	background-image:url('../images/faa61a-50-transparent-pixel.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#HeaderBody {
	margin:5px;
	margin-top:4px;
	margin-bottom:4px;
	background-image:url('../images/003399-50-transparent-pixel.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
}
#BodyHeader {
	text-align:left;
	padding-top:15px;
	padding-left:50px;
}
#MainBodyWrap {
	min-width:830px;
	margin-left:20px;
	margin-right:20px;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:5px;
	background-image:url('../images/faa61a-50-transparent-pixel.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#MainBody {
	min-height:600px;
	margin:5px;
	margin-top:4px;
	margin-bottom:4px;
	padding:15px;
	background-image:url('../images/003399-50-transparent-pixel.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#FooterSkirt {
	background-image:url('../images/footer-shadow.png');
	height:20px;
}
#FooterWrapper {
	width:100%;
	min-width:870px;
	background-image:url('../images/flame.png');
	background-position: center top;
	background-color:#121869;
	border-top:1px solid #5f60e6;
	padding-bottom:10px;
}
#FooterWrapper #MainFooter {
	width:80%;
	min-width:870px;
	margin:auto;
}
#FooterWrapper #MainFooter #WebLogos {
	float:left;
	margin-left:20px;
}
#FooterWrapper #MainFooter #WebLogos img {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	vertical-align:middle;
}
#FooterWrapper #MainFooter #SocialMedia {
	float:right;
	margin-right:20px;
	margin-top:10px;
	height:30px;
}
#FooterWrapper #MainFooter #SocialMedia img {
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
}
#FooterWrapper #FooterInfo {
	text-align:center;
	font-size:80%;
}
#FooterWrapper #FooterInfo .menu {
	padding-top:5px;
	padding-bottom:10px;
}
#FooterWrapper #FooterInfo .menu a {
	margin-left:5px;
	margin-right:5px;
}
#FooterWrapper #FooterInfo #Copyright {
	font-size:70%;
}
#FooterWrapper #FooterInfo a, #FooterWrapper #FooterInfo a:visited {
	color:#FFF;
	font-weight:normal;
}
#FooterWrapper #FooterInfo a:hover {
	color:#fec00f;
}
/* Site Specifics */

/* Menu */
#Bread_Crumbs {
	float:left;
	margin-bottom:10px;
}
.horizontal_menu li ul {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	margin-top:18px;
	text-align:left;
	padding:5px;
	background-color:#fff;
	border:2px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#CurrentTime {
	float:right;
}

/* News Section */
.NewsArticle {
	margin:20px;
	padding:10px;
	border:1px dotted #c6c6c6;
}
.NewsArticle .Title {
	font-size:20pt;
	color:#2e5582;
	font-weight:bold;
}
.NewsArticle .Subtitle {
	font-size:14pt;
	color:#6699cc;
	font-weight:bold;
}
.NewsArticle .Entry {
	padding:10px;
	padding-left:0px;
	text-align:left;
}
.NewsArticle .Controls {
	margin-top:10px;
}
/* Blog Section */
.BlogArticle {
	margin:20px;
	padding:10px;
	border:1px dotted #c6c6c6;
}
.BlogArticle .Title {
	font-size:20pt;
	color:#2e5582;
	font-weight:bold;
}
.BlogArticle .Subtitle {
	font-size:14pt;
	color:#6699cc;
	font-weight:bold;
}
.BlogArticle .Entry {
	padding:10px;
	padding-left:0px;
	text-align:left;
}
.BlogArticle .Controls {
	margin-top:10px;
}

/* Homepage */
#homepopout {
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
}
#homepopout #popoutcontent {
	width:50%;
	min-height:400px;
	min-width:690px;
	padding:10px;
	background-color:transparent;
	background-image:url('../images/white-90-transparent-pixel.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #777;
	margin:auto;
	margin-top:30px;
	margin-bottom:10px;
	z-index:10;
}
#homepopout #close {
	float:right;
	margin-top:-15px;
	margin-right:-15px;
}
#homepopout h1{
	font-size:130%;
	text-align:center;
}
.dark_highlight_box {
	background-image:url('../images/black-10-transparent-pixel.png');
	padding:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.highlight_box {
	background-image:url('../images/white-30-transparent-pixel.png');
	padding:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#popout .dark_highlight_box {
	background-image:url('../images/white-20-transparent-pixel.png');
	padding:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#popout .highlight_box {
	background-image:url('../images/black-20-transparent-pixel.png');
	padding:10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.highlight_box select {
	width:150px;
}
.form_wrap {
	color:#fff;
	background-color:#999;
	box-shadow: 5px 5px 5px #000;
}
#popout #popoutcontent, #message #messagecontent {
	background-color:transparent;
	background-image:url('../images/white-90-transparent-pixel.png');
	border:2px solid #777;
	color:#000;
}


/* Website Headers */
#BodyHeader_Content {
	text-align:center;
}
#HeaderRays {
	height:190px;
	background-image:url('/images/headers/home/header-image-rays.png');
	background-repeat:no-repeat;
	background-position:left top;
}
#HeaderCoffe {
	height:190px;
	background-image:url('/images/headers/home/coffe-stain.png');
	background-repeat:no-repeat;
	background-position:left top;
}
#HeaderSwirl {
	height:190px;
	background-image:url('/images/headers/web-design/color-swirl.png');
	background-repeat:no-repeat;
	background-position:right top;
}
.HeaderServer {
	height:190px;
	background-image:url('/images/headers/home/servers.png');
	background-repeat:no-repeat;
	background-position:right top;
}
#HeaderGlobe {
	height:190px;
	background-image:url('/images/headers/web-design/metal-globe.png');
	background-repeat:no-repeat;
	background-position:left top;
}
#HeaderEmail{
	height:190px;
	background-image:url('/images/headers/email/email.png');
	background-repeat:no-repeat;
	background-position:left top;
}
#HeaderGlobe2 {
	height:190px;
	background-image:url('/images/headers/email/metal-globe.png');
	background-repeat:no-repeat;
	background-position:right top;
}
.HeaderCity {
	height:190px;
	background-image:url('/images/headers/hosting/city.png');
	background-repeat:repeat-x;
	background-position:top center;
}
#HeaderServerFarm {
	height:190px;
	background-image:url('/images/headers/hosting/server-farm-left.png');
	background-repeat:no-repeat;
	background-position:left top;
}
#HeaderAtom {
	height:190px;
	background-image:url('/images/headers/hosting/atom.png');
	background-repeat:no-repeat;
	background-position:-40px -16px;
}
#HeaderServers {
	height:190px;
	background-image:url('/images/headers/hosting/servers.png');
	background-repeat:no-repeat;
	background-position:right 5px;
}
#HeaderGraph{
	height:190px;
	background-image:url('/images/headers/seo/sales-graph.png');
	background-repeat:no-repeat;
	background-position:right top;
}
#HeaderEye {
	height:190px;
	background-image:url('/images/headers/seo/eye.png');
	background-repeat:no-repeat;
	background-position:left top;
}

.HeaderPrints {
	height:190px;
	background-image:url('/images/headers/prints/prints.png');
	background-repeat:repeat-x;
	background-position:top center;
}
#HeaderFliers {
	height:190px;
	background-image:url('/images/headers/prints/print-collateral.png');
	background-repeat:no-repeat;
	background-position:right top;
}
#HeaderPrinter {
	height:190px;
	background-image:url('/images/headers/prints/printer.png');
	background-repeat:no-repeat;
	background-position:left top;
}

/* PORTFOLIO */

#our-clients {
	width:750px;
	margin:auto;
	-webkit-text-size-adjust: none;
}
#our-clients h3 {
	text-align:center;
	color:#ffcc00;
	text-shadow:0px 0px 10px #000;
	margin-bottom:10px;
	font-size:130%;
}
#our-clients .hidden {
	position:absolute;
	margin-left:100px;
	margin-top:-100px;
	border:3px solid #ffcc00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#our-clients .hidden img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rowof3 {
	width:240px;
	text-align:center;
	float:left;
	margin:2px;
}
.rowof3 img {
	width:240px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.rowof4 {
	width:180px;
	text-align:center;
	float:left;
	margin:2px;
}
.rowof4 img {
	width:180px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#SEO #packages .package {
	
}

.sellingBox {
	z-index:1;
	width:100%;
	height:300px;
	color:#000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
	box-shadow:0px 0px 10px 3px #000;
}
.sellingBox .center {
	position: relative;
	z-index:2;
	float:left;
	margin-top:-50px;
	width:33.3333%;
	height:400px;
	background-color:#121869;
	background-image:url('../images/flame.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 0px 10px 3px #000;
}
.sellingBox .left, .sellingBox .right {
	z-index:1;
	float:left;
	width:33.3333%;
}
.sellingBox h1 {
	z-index:1;
	height:50px;
	color:#FFF;
	margin:0px;
	padding:0px;
	font-variant:small-caps;
	font-weight:normal;
	text-align:center;
	background-image:url('../images/flame.png');
	background-color:#121869;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	box-shadow:0px 3px 3px 0px #000;
	text-shadow:3px 3px 3px #000;
}
.sellingBox .left h1 {
	z-index:1;
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
}
.sellingBox .right h1 {
	z-index:1;
	border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
}
.sellingBox .center h1 {
	height:57px;
	background-color:transparent;
	background-image:url('../images/best-deal.png');
	background-repeat:no-repeat;
}
.sellingBox .body {
	z-index:1;
	margin:0px;
	padding:0px;
	padding-top:10px;
	height:190px;
	background-color:#fff;
	z-index:0;
}
.sellingBox .body ul {
	margin:0px;
	padding:0px;
	list-style-position:inside;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.sellingBox .body ul li {
	border-bottom:1px dotted #c6c6c6;
	padding:4px;
}
.sellingBox .center .body {
	z-index:2;
	height:262px;
	background-color:#fff;
}
.sellingBox .footer {
	z-index:1;
	padding-top:10px;
	font-size:130%;
	height:40px;
	background-color:#121869;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	box-shadow:0px -3px 3px 0px #000;
	background-image:url('../images/flame.png');
	color:#fff;
	text-shadow:3px 3px 3px #000;
}
.sellingBox .center .footer {
	z-index:2;
	height:60px;
	padding-top:10px;
}
.sellingBox .left .footer {
	z-index:1;
	border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
}
.sellingBox .right .footer {
	z-index:1;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
}