@charset "utf-8";
/* CSS Document */

a:link {color:#3a5f89; text-decoration:underline;}     /* unvisited link */
a:visited {color: #3a5f89; text-decoration:none; }  /* visited link */
a:hover {color: #823f41; text-decoration:underline;}   /* mouse over link */
a:active {color: #3a5f89; text-decoration:none;}   /* selected link */


body{
	margin: 0px auto 0px auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;

}

h1{
	color:#823f41;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	
}

h2{
	color:#823f41;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:8px;
	
}



#wrapper{
	width:1200px;
	height:1300px;
	margin: 0 auto;
	text-align:center;
}


/* Header */


#header{
	width:1100px;
	height:143px;
	color:#FFF;
	text-align:left;
	padding-left:100px;
	float:left;
}

#logo{
	width:313px;
	height:94px;
	color:#FFF;
	text-align:left;
	float:left;
}


#phone{
	width:690px;
	height:64px;
	color:#ebebeb;
	text-align:right;
	font-weight:bold;
	font-size:18px;
	padding-top:30px;
	padding-right:96px;
	float:left;

}

#nav{
	width:1100px;
	height:49px;
	color:#ebebeb;
	text-align:left;
	float:left;

}


/* End Header */


/* JQuery */

#side{
	width:101px;
	height:178px;
	padding-top:77px;
	float:left;
}

#side2{
	display:block;
	width:101px;
	height:178px;
	padding-top:77px;
	float:left;

}

#slidenav {
    position:relative;
    height:320px;
	width:998px;
	float:left;
}


#slideshow {
    position:relative;
	_z-index:-300;
    height:258px;
	width:998px;
	float:left;
	z-index:7;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#slideshow2 {
    position:absolute;
	_z-index:999;
	*left:0px;
	*display:inline;
    height:109px;
	width:460px;
	top:115px;
	float:left;
	z-index:30;
	*z-index:80;
	background-image:url(../images/slide-background.png);
	background-repeat:no-repeat;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:31;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:32;
}

#bottom-nav{
	width:998px;
	height:59px;
	text-align:left;
	float:left;
	position:relative;
	background-color:#000;
}


/* End JQuery */


/* Content */

#content-header{
	display:inline;
	width:1014px;
	height:77px;
	color:#611e20;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	float:left;
	text-align:left;
	margin-left:95px;
	padding-left:25px;
	background-image:url(../images/minnesota-internet-marketing.jpg);
	background-repeat:no-repeat;
}

#content-float{
	width:830px;
	float:left;
	padding-top:28px;
}

#getstarted{
	width:130px;
	float:left;
	padding-top:23px;
	
}

#left-content{
	display:inline;
	width:378px;
	height:409px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	text-align:left;
	margin-left:95px;
	padding-left:25px;
	padding-right:30px;
	padding-top:8px;
	background-image:url(../images/mn-social-media.jpg);
	background-repeat:no-repeat;
}

#left-content p{
	padding: 5px 0px 15px 0px ;
	margin: 0px 0px 0px 0px;
}

#center-content{
	width:234px;
	height:407px;
	color:#611e20;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:9px;
	padding-top:7px;
	float:left;
	background-image:url(../images/web-marketing-partner.jpg);
	background-repeat:no-repeat;

}

#center-content ul{
		padding:0px 0px 0px 0px;
		margin: 7px 0px 30px 0px;
		
}

#center-content li{
	list-style:none;
	line-height:10px;
		
}

#socialwords{
	width:234px;
	font-size:10px;
}

#socialwords ul{
		padding:3px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
}

#socialwords li{
	display:inline;
	list-style:none;
	line-height:10px;
	padding-right:30px;
		
}

#socialwords a:link {color:#823f41; text-decoration:none;}     /* unvisited link */
#socialwords a:visited {color: #823f41; text-decoration:none; }  /* visited link */
#socialwords a:hover {color: #8f8f8f; text-decoration:underline;}   /* mouse over link */
#socialwords a:active {color: #823f41; text-decoration:none;}   /* selected link */

#socialwords2{
	width:234px;
	font-size:10px;
}

#socialwords2 ul{
		padding:3px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		
}

#socialwords2 li{
	display:inline;
	list-style:none;
	line-height:10px;
	padding-right:30px;
		
}

#socialwords2 a:link {color:#823f41; text-decoration:none;}     /* unvisited link */
#socialwords2 a:visited {color: #823f41; text-decoration:none; }  /* visited link */
#socialwords2 a:hover {color: #8f8f8f; text-decoration:underline;}   /* mouse over link */
#socialwords2 a:active {color: #823f41; text-decoration:none;}   /* selected link */


#social{
	width:234px;
}

#social ul{
		padding:0px 0px 0px 5px;
		margin: 7px 0px 0px 0px;
		
}

#social li{
	display:inline;
	list-style:none;
	line-height:10px;
	padding-right:45px;
		
}



#social2{
	width:234px;
}

#social2 ul{
		padding:0px 0px 0px 5px;
		margin: 7px 0px 0px 0px;
		
}

#social2 li{
	display:inline;
	list-style:none;
	line-height:10px;
	padding-right:45px;
		
}
#right-content{
	width:230px;
	height:355px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	text-align:left;
	background-image:url(../images/web-marketing-solutions.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-right:70px;
	padding-left:10px;

}

#burglink{
	width:248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#601e20;
	float:left;
	text-align:center;
	padding-left:5px;

}

#burglink a:link {color:#601e20; text-decoration:underline;}     /* unvisited link */
#burglink a:visited {color: #601e20; text-decoration:underline; }  /* visited link */
#burglink a:hover {color: #0000000; text-decoration:underline;}   /* mouse over link */
#burglink a:active {color: #601e20; text-decoration:underline;}   /* selected link */

#learnmore{
	width:248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#601e20;
	float:left;
	text-align:right;
	padding-left:5px;
	padding-top:15px;

}

#learnmore2{
	width:248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#601e20;
	float:left;
	text-align:right;
	padding-left:5px;
	padding-top:15px;

}


#learnmore3{
	width:248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#601e20;
	float:left;
	text-align:right;
	padding-left:5px;
	padding-top:15px;

}


#learnmore4{
	width:248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#601e20;
	float:left;
	text-align:right;
	padding-left:5px;
	padding-top:15px;

}

#learnmore5{
	width:248px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#601e20;
	float:left;
	text-align:right;
	padding-left:5px;
	padding-top:15px;

}

/* End Content */

/* Portfolio Bar */

#bar{
	display:inline;
	width:1013px;
	height:73px;
	background-image:url(../images/logo-portfolio.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:95px;
	padding-top:3px;
	text-align:center;

	
}

#bar ul{
	
	list-style:none;
	margin:0;
	float:left;
	_*margin-left:10px;
	

}

#bar li{
	display:inline;
	list-style:none;
	margin:0;
	float:left;
	_*padding-left:15px;

}

#share2{
	display:inline;
	width:1013px;
	height:28px;
	float:left;
	text-align:right;
	padding-top:3px;
	margin-left:95px;

	
}



/* End Porfolio Bar */

/* Footer */

#footer{
	display:inline;
	width:1013px;
	height:230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e8e8e8;
	float:left;
	margin-left:95px;
	padding-top:8px;
}

#footer a:link {color:#ffffff; text-decoration:none;}     /* unvisited link */
#footer a:visited {color: #ffffff; text-decoration:none; }  /* visited link */
#footer a:hover {color: #e8e8e8; text-decoration:none;}   /* mouse over link */
#footer a:active {color: #ffffff; text-decoration:none;}   /* selected link */

#footer p {
	color:#ffffff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 30px 3px 0;
	margin: 0 0 0 0;
}


#links-1 ul{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
				
}


#links-2 ul{
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;				
}

#links-1 li{
	line-height:25px;
	list-style:none;
}

#links-2 li{
	line-height:25px;
	list-style:none;
}

#links-1{
	width:200px;
	float:left;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:30px;
	padding-left:45px;
}

#links-2{
	width:200px;
	float:left;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:30px;

}

#bottom-logo{
	width:540px;
	text-align:right;
	padding-top:20px;
	float:left;
}

#copy{
	color:#fff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-right:30px;
	font-weight:bold;
}

#bbb{
	color:#000;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-right:30px;
	font-weight:bold;
}


/* End Footer */

/* Tabbing */
.tabbed_content {
	background-color: #000000;
	width: 200px;
	height: 300px;
}

.tabs {
	height: 62px;
	width:233px;
	position: relative;
	float:left;
}

.tabs .moving_bg {
	padding: 15px;
	background-image:url(../images/slide2.png);
	position: absolute;
	width: 197px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 125px;
	color: #ffffff;
	text-align: left;
	z-index: 200;
	position: relative;
	cursor: pointer;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #000000;
	position: relative;
	width: 200px;
	float:left;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}

/*End Tabbing*/


/* Classes */
.icons{
	padding-left:0px;
}
.burg-headers{
		color:#601e20;
		font-size:15px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
}
.IMG_left{
	border:none;
	text-align:left;
	float:left;
	
}



.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
background:url(../images/who-on.gif) no-repeat;
display: block;
width: 230px;
height: 35px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
font-size: 11px;
width: 230px;
height: 35px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 230px;
height: 35px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


#roll1{

height: 20px;
width: 158px;
text-indent: 10000px;
overflow: hidden;
background:) top left no-repeat;
display: block;

}
 
#roll1:hover{

background-position: bottom left;

}

