/* CSS Document */

/****------------------ PAGE LAYOUT ----------------------****/

html { font-size:100%; } 

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height:19px;
	background: #fff;
}

#boundingBox{
	position:relative;
	max-width:958px;
	padding: 40px 20px 20px;
	margin:auto;
}

#indexSSLine {
	position:absolute;
	top: 200px;
	height:2px;
	margin:auto;
	width:100%;
	border-bottom: 1px solid #b4af8f;
}

header{
	position:relative;
	max-width:918px;
	margin: auto;
	padding: 0px;
	text-align:center;
}

header img{
	width:100%;
	max-width:918px;
	margin: auto;
	margin-top:10px;
}

article{
	max-width:918px;
	margin:0 auto 20px;
	width:auto;
}

#headLine{
	width:auto;
	max-width:918px;
	border-bottom:#b4af8f solid 1px;
	margin-bottom:5px;
}

section
{
	margin:auto;
}

#mobileMenu
{
	display:none;
}

li
{
	margin-left:20px; 
}

nav
{
	width:100%;
	background:#7A7138;
	font-size:15px;
	font-weight:normal;
	height:40px;
}

nav ul{
	list-style:none;
	margin:auto;
	max-width:775px;
	padding:7px 0px;
	background:#7A7138;
}

nav ul li
{
	display:block;
	float:left;
	padding:3px 1.35%;
	text-align:center;
	background-color:#7A7138;
	margin:0; 
}

nav ul li.first
{
	padding-left:0;
}

nav ul li.last
{
	padding-right:0;
}

nav ul li a
{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
    text-decoration:none;
	color:#fff;
	transition: all .25s ease;
}


nav ul li a:hover
{
	color: #000;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background:#7A7138;
	text-align: center;
	padding: 10px 0;
	display: none;
	border-bottom: 1px solid #fff;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
	transition: all .25s ease;
}

/*Responsive Styles*/

@media screen and (max-width : 775px){
	/*Make dropdown links appear inline*/
	nav ul {
		position: static;
		display: none;
		padding:0;
	}
	/*Create vertical spacing*/
	nav ul li {
	padding: 10px 0;
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	nav ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu, #mobileMenu {
		display:block;
	}
	
	#indexSSLine, #standardMenu {
		display:none;
	}
}

.getStarted{
	float:right;
	width:35.40305%;
	margin:-5px 0 0 40px;
}

.featuredImg
{
	margin:15px 15px 15px 0; 
	float:left;
}

@media screen and (max-width : 645px){
	.getStarted{
		float:none;
		width:325px;
		margin:auto;
		max-width:100%
	}

}

@media screen and (max-width : 610px){
	.featuredImg
	{
		margin:auto; 
		float:none;
	}
}

#quickLinks ul{
	list-style:none;
	margin:auto;
	max-width:918px;
	height:205px;
}

#quickLinks ul li
{
	display:block;
	float:left;
	text-align:center;
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	border: 4px solid #FFFFFF;
	width:180px;
	height:120px;
	margin:20px;
	transition: all .25s ease;
}

#quickLinks ul li:hover
{
	border: 4px solid #7A7138;
}

li .graphiclink{
	border-radius: 15px;
	color: #fff;
	padding: 50px 0;
	font-size: 22px;
	line-height: 20px;
	width: 180px;
	text-align: center;
	background: #7A7138;
	text-decoration:none;
 display: inline-block;
 	white-space:nowrap;
	transition: all .25s ease;
}

li .graphiclink:hover{
	background: #fff;
	color:#7A7138;
	text-shadow: none;
}

#bottomNavDiv{
	position:relative;
	width:20%; 
	height:240px;
	padding:10px;
	color:#b4af8f;
	float:left;
	line-height:2em;
	text-align:right;
	font-size:20px;
	font-family:arial, sans-serif;
}

#bottomNavDivMobile
{
	position:relative;
	width:100%;
	max-width:918px; 
	color:#b4af8f;
	line-height:2em;
	text-align:right;
	font-size:16px;
	font-family:arial, sans-serif;
	display:none;
}

#main{
	position:relative;
	width:100%;
	padding: 0px;
	margin:auto;
	/*background:#7A7138 url(images/backgroundMain.jpg) repeat-x;*/
	text-align:center;
}

#quickLinks
{
	width:100%;
	max-width:918px;
	text-align:center;
	margin:auto;
}

#quickLinks article
{
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	border: 4px solid #FFFFFF;
	width:188px;
	height:228px;
	margin:-20px 20px 40px;
	width: 180px;
	height:127px;
	background: #7A7138;
	float:left;
	transition: all .25s ease;
}

#quickLinks article:hover
{
	background: #fff;
	border: 4px solid #7A7138;
	text-align:center;
}

.graphiclinks{
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	padding: 55px 10px;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	text-decoration:none;
 	white-space:nowrap;
	 display: inline-block;
	 vertical-align:middle;
	transition: all .25s ease;
}
.graphiclinks:hover{
	color:#7A7138;
	text-shadow: none;
}

.quicklinksClear
{
	display:none;
}

@media screen and (max-width : 970px){
	#quickLinks article
	{
		float:none;
		width:38%;
	}
	
	.graphiclinks{
		padding:55px 15%;
		font-size:2.75vw;
	}
	
	#quickLinks article.left{
		float:left;
	}

	#quickLinks article.right
	{
		float:right;
	}

	.quicklinksClear
	{
		display:block;
		clear:both;
	}

}

.slide3
{
	margin:auto;
	display:none;
	border:#b4af8f solid 1px;	
}

@media screen and (max-width : 513px){
	#quickLinks article
	{
		float:none;
		width:75%;
		min-width:225px;
		height:75px;
	}
	
	#quickLinks article.left{
		float:none;
		margin:-20px auto 40px;
	}

	#quickLinks article.right
	{
		float:none;
		margin:-20px auto 40px;
	}

	.graphiclinks{
		padding:31px 15%;
		font-size: 22px;
	}
	
	.quicklinksClear, 
	{
		display:none;
	}
	

}

video {
	width:100%;
	max-width:800px;
    -webkit-filter: brightness(108.5%);
}

.rightImage {
	float:right; 
	margin:0px 0px 5px 5px;
	border:none;
}

.leftImage {
	float:left; 
	margin:0px 10px 5px 0px;
	border:none;
}

.testimonialImage {
	width:30.05%;
	min-width:120px;
}

.awardWinner {
	width:17%;
	min-width:90px;
	margin:0;
}

.detailImage {
	width:100%;
	max-width:825px;
	margin:0px auto 20px;
}

.detailImage2 { /*home page*/
	width:98.03921%
}

.manageSiteImage {
	width:37%;
	max-width:340px;
	min-width:150px;
}

.CP-CMWD {
	width:40%;
	max-width:271px;
	background-color:#fff;
	padding:10px;
}

.CP {
	width:54.46623%;
	max-width:500px;
}

.featuresA {
	width:33.76906%;
	max-width:310px;
}

.pricingImage {
	width:37.03703%;
	max-width:340px;
	min-width:150px;
	margin-bottom:0;
}

.bottomImage {
	width:91.78532%;
	margin:auto;
	border:none;
}

@media screen and (max-width : 394px){
.pricingImage {
	width:98%;
	float:none;
	margin:0 0 10px;
}

}

#footerTag{
	position:relative;
	width:918px; 
	height:25px;
	background-color: #4E3F00;
	border-bottom: 1px solid #000000;
}

.footerContainer{
	position:relative;
	margin: auto; 
	width:100%; 
	min-height:300px; 
	background-color: #494215;
	margin-bottom:0;
	border-top: 5px solid #7A7138;
}

.footerBox{
	position:relative;
	margin: auto; 
	width:auto; 
	max-width:900px; 
	min-height:300px; 
	text-align:center;
	padding:9px;
}

.footerBox table{
	border-top:1px solid #b4af8f;
	width:100%;
}

.footerCMWD{
	position:relative;
	width:72%; 
	height:240px;
	padding:20px 20px 0;
	color:#b4af8f;
	float:right;
	text-align:left;
	font-family:arial, sans-serif;
	border-left: solid 1px #b4af8f;
}

@media screen and (max-width : 820px){
	#bottomNavDiv
	{
		display:none;
	}
	
	#bottomNavDivMobile
	{
		display:inline;
	}

	.footerCMWD{
		float:none;
		width:96%;
		height:auto;
		border-left: none;
		border-top: solid 1px #b4af8f;
		padding:10px;
	}
	
	.footerBox{
		padding:10px
	}
	
}

#aboutImage{
	position:absolute;
	top: 0px;
	right: 0px;
	width:467px;
}


/****------------------------ STYLES -----------------------****/

.GGBold {
	font-weight:bold;
	color: #028181;
}

.controlPanel{
	font-weight:bold;
	font-variant:small-caps;
	font-size:16px;
	color:#000000;
}

.P{
	color: #7A7138;
}

.headline{
	font-size:20px;
	color: #7A7138;
	font-style:normal;
}

.bottomline{
	font-size:20px;
	color: #7A7138;
	font-style:normal;
}

@media screen and (max-width : 385px){
	.bottomline{
		font-size:17px;
	}
}
.image{
	border: 1px solid #b4af8f;
}

.imageDK{
	border: 1px solid #7A7138;
}

.galleryThumb{
	border: 2px solid #028181;
}

.headerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	font-style: italic;
	color:#222EA1;	
}

#col2
{
	width:100%; 
}

#col1
{
	display:none;
}

@media screen and (max-width : 573px){
	#col2
	{
		display:none;
	}
	
	#col1
	{
		display:inline;
		width:100%; 
	}
	
	#col1 td
	{
		padding:6px;
	}
}

.price {
	border: 1px solid #7A7138;
	font-size: .9em;
}

.price td{
	padding:6px;
	vertical-align:bottom;
}

.priceRight {
	border-right: 1px solid #7A7138;
}

.priceLeft {
	border-left: 1px solid #7A7138;
}

.priceTH {
	border-bottom: 1px solid #7A7138;
}

.indexImageNav {
	border:0px;
}

#websites {
	height:135px;
	width:25%;
/*	background-image: url(images/websitesOff.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	vertical-align:top;
	border-right:1px solid #8B8143
}

/*#websites:hover {
	background-image: url(images/websitesOn.jpg);
	background-repeat: no-repeat;
}*/

#graphicDesign {
	height:135px;
	width:25%;
	vertical-align:top;
	border-right:1px solid #8B8143
}

#maintenance {
	height:135px;
	width:25%;
	vertical-align:top;
	border-right:1px solid #8B8143
}

#hosting {
	height:135px;
	width:25%;
	vertical-align:top;
}

.mainText{
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;	
	color: #000000;
}

.mainText2{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;	
	color: #000000;	
	line-height:19px;	
}

.mainTextHeadline{
	font-size: 20px;
}

a.subNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
    text-decoration:none;
	color:#6f6839;
}
a.subNav:hover{
	text-decoration:underline;
   color:#ffffff
}

a.bottomNav{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
    text-decoration:none;
	color:#b4af8f;
	transition: all .25s ease;
}

a.bottomNav:hover{
   color:#fff
}

#bottomNavDivMobile a.bottomNav{
	padding:10px 20px;
}

#bottomNavDivMobile a.bottomNav{
	padding:10px 20px;
}

a.links{
	text-decoration:underline;
	color: #7A7138;
	transition: all .25s ease;
}

a.links:hover{
	text-decoration:none;
	color: #000000;
}

#headLine a.links{
	text-decoration:none;
}

a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#b4af8f
}

a.footer:hover{
	color:#fff
}

.textBold {
	font-weight:bold;
}

.textItalic {
	font-style:italic;
}

.footerText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
}

.textSM {
	font-size:12px;
}

.textSSM {
	font-size:10px;
}

INPUT,TEXTAREA { font-family: sans-serif; font-size: 12px; }

.shadow
{
/*	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb; */
	-moz-box-shadow: 0px 0px 7px #bbb;
	-webkit-box-shadow: 0px 0px 7px #bbb;
	box-shadow: 0px 0px 7px #bbb;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333')"; */
	/* For IE 5.5 - 7 */
	
}

/**** slider css *****/
.slider{
	position: relative;
	margin: auto;
	overflow: hidden;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
	background-color:#fff;
	border:#b4af8f solid 1px;	
}
.slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: verdana, Arial, sans-serif;
	text-align: left;
}
.slide .da-link{
	border-radius: 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	border: 4px solid #FFFFFF;
	padding: 1% 2%;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	background: #7A7138;
	text-decoration:none;
}
.slide .da-link:hover{
	background: #fff;
	border: 4px solid #7A7138;
	color:#7A7138;
	text-shadow: none;
}
.slide h2{
	color: #7A7138;
	width: 75%;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Tinos', sans-serif;
	font-weight: normal;
	font-size:2.4em;
	z-index:2;
	margin:0;
	line-height: 132%;
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #7A7138;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.clear {clear:both}

#slider nav
{
	background:none
}