@import url('blueprint.css');
@import url('lightbox.css');

/**
 * Global Tags
 */
body {
	background:#343F76;
}

h1 {
	color:#CC092F;
	font:normal 1.6em/1 "Myriad Pro", Helvetica, Arial, sans-serif;
}

h2,
h3 {
	color:#CC092F;
	font-size:1.25em;
	font-weight:bold;
	font-style:italic;
}

h3 {
	font-size:1.10em;
}

strong {
	color:#CC092F;
}

a {
	color:#34348c;
}

.hr {
	border-color:#999;
}


/**
 * Layout styles
 */
#main {
	background:url(../images/design/bg.png) repeat-y top center;
	margin:0 auto;
	padding:0 10px;
	width:960px;
}

#header {
	height:350px;
	/*overflow:hidden;*/
}

#branding {
	background:url(../images/design/branding.jpg) no-repeat center top;
	height:137px;
	position:relative;
	top: -1px;
	border-top: 1px solid #343F76;
}

#branding h1 {
	height:110px;
	left:15px;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	width:290px;
}

#branding h1 a {
	display:block;
	height:100%;
}

#branding h1 a span {
	display:none;
}

#head-description {
	left:-9000px;
	position:absolute;
	top:-9000px;
}

#head-contact * {
	display:none;
}

#head-contact a {
	display:block;
	position:absolute;
	top:85px;
	right:25px;
	height:30px;
	width:210px;
}

#head-img {
	background:#896F54;
	border-bottom:3px solid #999;
	border-top:5px solid #999;
	color:#FFF;
	height:177px;
	line-height:177px;
	text-align:center;
}

#container {
	background:#FFF url(../images/design/side.png) repeat-y;
	padding:10px 33px 35px 18px;
}


/**
 * Navigation styles
 */
#nav {
	background:#D5D6D8;
	position:relative;
	height:28px;
	z-index:500;
}

#nav ul {
	float:left;
	list-style:none;
	margin:0;
	padding-left:20px;
}

#nav ul li {
	float:left;
	font-weight:bold;
	height:28px;
	line-height:28px;
	margin:0 5px;
	padding:0;
	position:relative;
	zoom:1;
}

#nav ul li:hover a,
#nav ul li.hover a {
	background:#C6C6C6;
}

#nav ul li:hover li a:hover,
#nav ul li.hover li a:hover {
	background:#B6B6B6;
}

#nav ul li:hover ul,
#nav ul li.hover ul {
	display:block;
}

#nav ul ul {
	background:#A4815F;
	display:none;
	font-size:0.9em;
	left:0;
	padding:0;
	position:absolute;
	text-transform:none;
	top:28px;
	width:200px;
	z-index:1;
}

#nav ul ul li {
	border-bottom:1px solid #AAA;
	height:auto !important;
	line-height:1.5;
	margin:0;
	padding:0;
	width:200px;
}

#nav a {
	color:#33338B;
	display:block;
	float:left;
	padding:0 12px;
	position:relative;
	text-decoration:none;
	zoom:1;
	z-index:2;
}

#nav ul ul a {
	cursor:pointer !important;
	padding:3px 8px;
	width:184px;
}

#nav li.active a,
#home #nav-home a, 

#nav li.active a,
#about #nav-about a,

#nav li.active a,
#products #nav-products a, 

#nav li.active a,
#services #nav-services a, 

#nav li.active a,
#free #nav-free a, 

#nav li.active a,
#faq #nav-faq a, 

#nav li.active a,
#specials #nav-specials a, 

#nav li.active a,
#articles #nav-articles a, 

#nav li.active a,
#testimonials #nav-testimonials a, 


#nav li.active a,
#contact #nav-contact a {

	background:#B32B2D;
	color:#FFF;
}


/**
 * Content styles
 */
#rightcol {
	float:right;
	min-height:450px;
	width:570px;
}

#ie6 #rightcol {
	height:450px;
}


/**
 * Side styles
 */
#leftcol {
	float:left;
	width:300px;
}

#leftcol h2 {
	color:#33338B;
	margin:0 0 0.25em;
	font-style:normal;
}

#leftcol .callout,
#leftcol .callout * {
	zoom:1;
}

#leftcol .callout {
	border:1px solid #FFF;
	background:url(../images/design/callout.png) repeat-x;
	margin-bottom:10px;
}

#leftcol .callout .top {
	background:url(../images/design/callout.png) no-repeat 0 0;
}

#leftcol .callout .bottom {
	background:url(../images/design/callout.png) no-repeat -464px 100%;
}

#leftcol .callout .inner {
	padding:10px 10px 5px 38px;
}

#leftcol .callout a {
	color:#0A3361;
}

#callout-duct .inner {
	background:url(../images/design/callout1.png) no-repeat 7px 5px;
}

#callout-knowledge .inner {
	background:url(../images/design/callout2.png) no-repeat 7px 5px;
}

#callout-talk .inner {
	background:url(../images/design/callout3.png) no-repeat 5px 5px;
}

#callout-blog .inner {
	background:url(../images/design/callout4.png) no-repeat 8px 8px;
}

#side-request a {
	background:url(../images/design/request.png) no-repeat;
	display:block;
	height:39px;
	margin:0 auto;
	width:184px;
}

#side-request span {
	display:none;
}

#side-logos {
	margin:0;
	padding:20px 25px 0;
	text-align:center;
	line-height:70px;
}

#side-logos a {
	margin:0 10px;
}


/**
 * Footer styles
 */
#footer {
	background:#FFF url(../images/design/footer.png) repeat-x left top;
	color:#4B6296;
	font-size:0.9em;
	padding:20px 4px 15px;
	text-align:center;
}

#footer p {
	margin:0;
}

#footer a {
	color:#4B6296;
}


/**
 * Images styles
 */
.img {
	border:0;
	margin:0.5em;
	padding:0;
	overflow:hidden;
	text-align:center;
}

.img img {
	border:0;
	margin:0 auto;
}


/**
 * 2 column unordered lists
 */
ul.column-list {
	line-height:1.1;
	list-style:none;
	margin:1.5em auto;
	width:500px;
}

ul.column-list li {
	float:left;
	width:250px;
}


/**
 * 2 column definition lists
 */
dl.column-list {
	margin:0 auto;
}

dl.column-list dt {
	clear:left;
	float:left;
	padding-right:15px;
	text-align:right;
	width:165px;
}

dl.column-list dt em {
	color:#666;
	display:block;
	font-weight:normal;
}

dl.column-list dd {
	float:left;
	margin-left:0;
	width:330px;
}

.column-list dd input,
.column-list dd textarea {
	margin-left:0;
}

.column-list dd textarea {
	height:150px;
	width:315px;
}


/* * * =form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 10px;
}
form p{
font-size: 100%;
padding: 2px;
margin-bottom: 0;
}


/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #5f574a;
}
/* legend styling */
legend {
color: #33338B;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
padding:0;
} 
/* submit */
form div input {
width: 100px;
margin-left: 168px;
padding: 0 .25em;
background-color: #33338B;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}


blockquote {
	margin: 10px 10px;
	margin-left:0;
	padding: 5px;
	background: #f2f2f2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	color:#222;
}
blockquote p {
	padding-left: 10px;
}

.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
