@charset "utf-8";
/*  

Theme Name: LogoPro 2011

Theme URI: http://www.logopro.co.uk/

Description: LogoPro | Professional Logo Design

Version: 1.0

Author: LogoPro

Author URI: http://www.logopro.co.uk/


*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../logo-design-images/logo-design-background.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4A4A4A;
	position: relative;
	height: 100%;
	behavior: url("../csshover3.htc");
}

.logodesign20 #container {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	
}
.logodesign20 #container #header {
	padding-top: 4px;
	margin: 0px;
	position: relative;
	top: 0px;
	right: 0px;
}
.logodesign20 #container #header a {
	text-decoration: none;
}

.logodesign20 #container #header img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.logodesign20 #container #header h2 a {
	color: #000031;
	text-decoration: none;
	
}
.logodesign20 #container #header h2 a img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
}

.logodesign20 #container #header h2 {
	font-size: 80%;
	text-transform: none;
	text-align: right;
	color: #003;
	display: inline-block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 400px;
	top: 0px;
	position: relative;
}

.logodesign20 #container #header h2 img {
	margin-right: 4px;
	margin-left: 4px;	
}

.logodesign20 #container #header .logopro{
	text-align: left;
	float: left;

}

.logodesign20 #container #header .telimage {
	margin-left: 40px;
}
#scrollogos {
	width:1020px;
	height:138px;
	overflow:hidden;
	padding: 4px 0px;
	background-image: url(../logo-design-images/scrolback.jpg);
	background-repeat: repeat-x;
	background-position: 10px;
	}
	


	
#scrollogos .imglogo {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Vertical Navigation */
#vertical-navigation {
	list-style: none;
	margin: 8px 0px 0;
	padding: 0;
	font-size: 90%;
	float: left;
	position: relative;
	
}


/* CSS for each Parent Item */
#vertical-navigation li {
	float: left;
	position: relative;
	}

#vertical-navigation li a
{
	float: left;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #003;
	text-transform: lowercase;
	margin-right: 12px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: #639BCC;
	color: #FFF;
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {
	
	display: block;
	width: 300px;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 2em;
	left: 0;
	
    
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	width: 300px;
	color: #003;
	background-color: #FFF;
	border:1px solid #639ACE;
	/* for IE */
  filter:alpha(opacity=80);
	margin-top: -2px;
	
	/* CSS3 standard */
  opacity:0.6;
	display: inline-block;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}


#vertical-navigation li ul .twin {
	display: inline-block;
	float: left;
	width: 140px;	
	left: 0;
	
}

/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #003;
	background: none;
	margin: 0;
}


#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: none;
	color: #6499CA;

	
}





.logodesign20 #container #topnav {
	margin: 0px auto 0;
	width: 1020px;
	color: #003;
	font-size: 80%;
	position: relative;
	padding-top: 30px;
	
}

.logodesign20 #mainContent {
	padding: 0 0px;
	background-color: #E7E7E7;
	display: block;
	width: 100%;
	text-align: center;
}

.outer{
	width: 1020px;
	margin: 0 auto;
	text-align: center;
	padding: 1em 1em 1em 0px;
	
}

/* grey base content */

#base {
	margin-bottom:10px;
	padding-left: 80px;
}
.logodesign20 #containerbase {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	
}
.logodesign p {
	font-size: 80%;
	color: #CCC;
}

.logodesign ul {
	width:220px;
	float: left;
	margin-left:0px;
	margin-right:20px;
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8D8D8;

}

.logodesign .whitert {
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;

}
.logodesign li {
	font-size: 80%;
	list-style-type: none;
}

.logodesign li a:link {
	font-size: 90%;
	text-decoration: none;
	color: #999;
	
} 
.logodesign li a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #666;
	
} 
.logodesign li a:hover {
	font-size: 90%;
	text-decoration: none;
	color: #000;
	
} 
.logodesign li a:active {
	font-size: 90%;
	text-decoration: none;
	color: #06C;
	
} 


/* footer */

.logodesign20 #footer {
	padding: 0 0px;
	text-transform: lowercase;
}
.logodesign20 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #003;
}
#footer p a {
	font-size: 80%;
	color: #003;
	text-decoration: none;
}

.logodesign20 #footer .addthis_toolbox.addthis_default_style {
	float: right;
	width: 120px;
	display: inline;
	margin-right: 126px;
	color: #003;
}

.logodesign20 #frontfooter {
	padding: 0;
	text-transform: lowercase;
	margin-top: 50px;
	text-align: left;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.logodesign20 #frontfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #003;
}
#frontfooter p a {
	font-size: 80%;
	color: #003;
	text-decoration: none;
}

.logodesign20 #frontfooter .addthis_toolbox.addthis_default_style {
	float: right;
	width: 120px;
	display: block;
	margin-right: 126px;
	color: #003;
	margin-top: -30px;
}

.smalltext {
	font-size: 50%;
	
}

.banded h1 {
	background-color: #6B9ACE;
	font-size: 80%;
	display: block;
	margin: 0px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-align: left;
}


#innerbandedwhite {
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 320px;
	background-color: #FFF;
}
#innerbandedwhitecontact {
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 320px;
	background-color: #FFF;
	background-image: url(contact-bg.jpg);
}
#innerbandedwhite p {
	padding: 6px;
	
}



#innerbandedwhite a {
	color: #6B9ACE;
	text-decoration: none;
}
#innerbandedwhite h1 {
	font-size: 100%;
	display: block;
	margin: 0px;
	background-color: #6B9ACE;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#innerbandedwhite h2 {
	font-size: 110%;
	padding-left: 6px;
	font-weight: lighter;
}

#innerbandedwhite h3 {
	font-size: 100%;
	padding-left: 6px;
	font-weight: lighter;
}


#innerbandedwhite ul li {
	list-style-image: url(../logo-design-images/blue-square.jpg);	
}

#innerbanded {
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 440px;
	background-image: url(../images/grey-band-back.jpg);
	background-repeat: repeat-y;
}

#innerbanded p {
	padding: 6px;
	
}

#innerbanded a {
	color: #6B9ACE;
	text-decoration: none;
}
#innerbanded h1 {
	font-size: 100%;
	display: block;
	margin: 0px;
	background-color: #6B9ACE;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}
#innerbanded h2 {
	font-size: 110%;
	padding-left: 6px;
	font-weight: lighter;
}

#innerbanded h3 {
	font-size: 100%;
	padding-left: 6px;
	font-weight: lighter;
}


#innerbanded ul li {
	list-style-image: url(../logo-design-images/blue-square.jpg);	
}

.inner {
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;


}

.inner2 {
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;

	width: 800px;
}
.buylogo {
	color: #FFF;
	background-image: url(../images/buylogo.jpg);
	text-align: center;
	display: block;
	height: 15px;
	width: 300px;
	font-size: 100%;
	padding: 3px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border: 1px solid #003;
}

.buylogo2 {
	color: #4a4a4a;
	text-align: center;
	display: block;
	height: 12px;
	width: 130px;
	font-size: 80%;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #003;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/* random classes */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.fltctr { /* this class can be used to float an element left in your page */
	text-align: center;
	margin-left: 30px;

}
.flttextrt {
	float: right;
	text-align: right;
}

.blue {
	background-color: #EAF4FF;
}
.palegrey {
	background-color: #F2F2F2;
}
h4 {
	font-size: 130%;
	font-weight: lighter;
	margin: 0px;
}
.businesscardimage {
	display: inline;
	position: relative;
	left: 130px;
	margin: 0px;
	top: -20px;
	float: left;
}


#logodetails {
	float: left;
	width: 400px;
	margin-left: 2px;
	background-color: #FFF;
}
#logodetails p a {
	font-size: 50%;
	color: #679BCD;	
}
.mainlogoimagert {
	float: left;
	margin-left: 10px;
	width: 400px;
	
}
.logodesign20 #mainContent .outer #innerbanded #letters #letterbox {
	display: block;
	font-size: 14px;
	list-style: none;
	padding: 10px;
	float: left;
	background-color: #F2F2F2;
	width: 140px;
	margin: 0px;
	min-height: 260px;
	color: #999;	
}



#letters {
	float: left;

}




#currentpage {
	font-weight: bold;
}


.logodesign20 #mainContent .outer #innerbanded #letters #letterbox li 
{
	display: inline;
	list-style-type: none;
	float: left;
	text-align: center;
	padding: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.logodesign20 #mainContent .outer #innerbanded #letters #letterbox li a:link
{
	border: 1px solid #F2F2F2;
	color: #999;
}
.logodesign20 #mainContent .outer #innerbanded #letters #letterbox li a:visited
{
	border: 1px solid #F2F2F2;
	color: #999;
}
.logodesign20 #mainContent .outer #innerbanded #letters #letterbox li a:hover
{
	border: 1px solid #F2F2F2;
	background-color: #FFF;
	color: #999;
}
.logodesign20 #mainContent .outer #innerbanded #letters #letterbox li a:active
{
	border: 1px solid #F2F2F2;
	color: #999;
}
.logodesign20 #mainContent .outer .innergallerynopad #letters #letterbox {
	display: block;
	font-size: 14px;
	list-style: none;
	padding: 10px;
	float: left;
	background-color: #F2F2F2;
	width: 140px;
	margin: 0px;
	min-height: 250px;
	color: #999;	
}



#letters {
	float: left;

}



#currentpage {
	font-weight: bold;
}


.logodesign20 #mainContent .outer .innergallerynopad #letters #letterbox li 
{
	display: inline;
	list-style-type: none;
	float: left;
	text-align: center;
	padding: 3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.logodesign20 #mainContent .outer .innergallerynopad #letters #letterbox li a:link
{
	border: 1px solid #F2F2F2;
	color: #999;
}
.logodesign20 #mainContent .outer .innergallerynopad #letters #letterbox li a:visited
{
	border: 1px solid #F2F2F2;
	color: #999;
}
.logodesign20 #mainContent .outer .innergallerynopad #letters #letterbox li a:hover
{
	border: 1px solid #F2F2F2;
	background-color: #FFF;
	color: #999;
}
.logodesign20 #mainContent .outer .innergallerynopad #letters #letterbox li a:active
{
	border: 1px solid #F2F2F2;
	color: #999;
}

.logodesign20 #mainContent .outer #innerbanded #logodetails p a {
	font-size: 100%;
	color: #6B9ACE;
}

.printtext {
	display: none
}
