/*
CSS Design by devicemedia
http://www.deviemedia.ca.
*/

body {
	margin: 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/online_marketing_header2.jpg) repeat-x;
	color: #666666;
}

a {
	color: #313131;
	font-size: .9em;
	text-decoration: underline;
}

a:hover {
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600;
}

hr { width:80%; color:#999999; height:1px; }

/*  Header  */

#header {
	width: 778px;
	height: 101px;
	margin: 0 auto;
	z-index:5;
}

/*  Banner  */

#banner {
	background-color:#000000;
	width: 778px;
	height: 270px;
	text-align:center;
	margin: 0 auto;
}

#displayer {
	font:verdana;
	font-size:9px;
	margin: 0;
	padding: 0;
	position:relative;
	right:20px;
	/*top:-270px;*/
	background-color:#FFFFFF;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 10px;
	height: 10px;
	left: 767px;
	vertical-align: top;
	text-align: center;
	
	
}

/*  Logo  */
#logo { float: left;}
#logo * {	margin: 0; padding: 0; text-transform: lowercase; color: #FFFFFF;}
#logo img { padding: 40px 10px 0 0;}

/*  Menu  */
#menu { float: right; width:455px; text-align:left; vertical-align:text-bottom}
#menu ul { margin: 70px 0px 0px 0px; padding: 0; list-style: none; height: 20px;}
#menu li { display: inline; }

#menu a {
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	border-right: 1px #313131 solid;
	font-size: .8em;
	font-weight: bold;
	color: #656565;
}

#menu a:hover, #menu .active a {
	text-decoration: underline;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: 1px #313131 solid;
	/*background: #FFFFFF url(images/menu_bg.gif) center bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;*/
	/*border-bottom-color: #7A6D6D;*/
	color: #ff6600;
}

#menu a.last {
	border-right:none;
	padding-right: 0px;
}
/*  Content  */

#content {
	background-color:#FFFFFF;
	width: 778px;
	margin: 0 auto;
	padding: 0px;
}

#content img {
float: left;
vertical-align: top;
text-align: left;
padding-right: 20px;
padding-bottom: 10px;
margin: 0;
}

p.readmore {
text-align:right;
font-weight:bold;
}

p.readmore a {
color: #ff6600;
}

p.readmore a:hover, p.readmore  .active a {
color: #656565;
}

#col_container {
float:left;
background: #FFFFFF url(images/banner_shad.gif) repeat-x;
}

/*  Column One  */

#col_one {
	
	float: left;
	width: 517px;
	padding-left: 20px;
	padding-right: 20px;
}

#col_one img.welcome {
	float: none;
	padding-right: 0;
	margin-top: 30px;
	padding-bottom:0;
}

#col_one img.right {
	float: right;
	padding-left: 10px;
	margin: 0;
	padding-bottom:0;
}


#col_one h1.top {
	margin-top: 40px;
	font-size: 1.2em;
}

#col_one h1.tagline {
	margin-top: 0;
	font-size: 1em;
	font-weight:bold;
}

#col_one h1 {
	color: #313131;
	padding-top: 10px;
	letter-spacing:-1px;
	font-size: 1.2em;
	font-weight:300;
}

#col_one h2 {
	margin-top: 10px;
	font-size: 1em;
	color: #313131;
	font-weight:bold;
}


#col_one p, #col_one ul {
	line-height: 130%;
}

#col_one ul { list-style:disc; color:#FF6600; font-size:1em; font-weight:bold; padding-left:20px; }

#col_one .titlebar {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #210100;
	border-left: 2px solid #8A0600;
}

#col_one .titlebar p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#col_two {
	margin-top: 20px;
	margin-right: 20px;
	background: url(images/sidebar_top.gif) repeat-x;
	padding-left: 0px;
	float: right;
	width: 200px;
	color: #313131;
}

#col_two ul { margin: 0; padding: 0; list-style: none;}
#col_two li { margin-top: 0; margin-bottom:0;}

#col_two li li {
	margin-bottom: 2px;
	border-bottom: dashed 1px #999999;
	margin-right: 30px;
}

#col_two li li, #col_two a {
	padding-bottom: 4px;
	text-decoration: none;
}

#col_two li ul {
	padding-left: 40px;
	list-style-image: url(images/device_media_arrow.gif);
	list-style: outside;
}

#col_two h1 {
	letter-spacing:-1px;
	padding-top: 20px;
	font-size: 1em;
	color: #313131;
	padding-left: 20px;
	margin-bottom:0;
	padding-bottom:6px;
}

#col_two h2 {
	padding-top: 10px;
	font-size: 1em;
	color: #313131;
	padding-left: 20px;
}

#col_two h3 {
	padding-top: 10px;
	font-size: 1em;
	color: #313131;
	padding-left: 0;
}

#col_two p.testimonial { font-size:.8em; }

#textfield1 {
	width: 150px;
	margin-left: 20px;
	border: 1px solid #969696;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
}

#submit1 {
	border: 1px solid #626262;
	border-right-color: #006600;
	border-bottom-color: #006600;
	color: #CCCCCC;
}


/* portfolio */

#portfolio img {
	margin: 0px;
	float: none;
	text-align:center;
	padding-right: 5px;
	padding-left: 5px;
}

#portfolio h2 {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#hr {
  height: 15px;
  background: #fff url(images/hr-dotted.gif) repeat-x scroll center;
}
#hr hr {
  display: none;
}




/* Footer */

#footer {
	clear: both;
	width: 778px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
	/*background: url(images/img6.gif) repeat-x;*/
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
}
