/*  
Theme Name: Productum
Version: 1.0.8
Description: Designed by <a href="http://www.markforrester.co.za">Mark Forrester</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* Custom styles */
@import "custom.css";

/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  Form styles
3.b  Individual forms

4.	PLUGINS

5.	PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/



* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0;background:transparent; }
ul, ol { list-style-type: none; padding: 0 0 0 25px; }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle; border:#000 solid 1px; padding:3px; }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color:#666666; }





/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background: #6f6f6f url(images/bg.gif) repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 30px;
}

p, ul, ol, table { margin: 0 0 1.33em }


strong { color: #202325; font-weight: bold }
em { font-style: italic }


/* Headlines */
h1 {
	color: #252525;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
h3 {
	color: #252525;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
h4 {
	color: #252525;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 15px;
}
h5 {
	color: #252525;
	font-size: 1em;
	margin: 0 0 15px;
}
h6 {
	color: #5f82c1;
	font-size: 1em;
	margin: 0px;
	font-weight:bold;
}


#footer h5 {
	margin-bottom:0 !important;
}


/* Anchors */
a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}
a.1{
	text-decoration: none;
}

/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 984px;
	position: relative;
}
	#header, #content, #footer, #contentWrap, #footerWrap {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		background: url(images/bg-header.jpg) no-repeat;
		height: 136px;
		width: 100%;
	}
	#home #header {
		height: 330px;
	}
		#logo { margin: 0; background:transparent; }

			#logo a {
	background:transparent;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 23px;
			}
		#home #header h2.moto{
				position:absolute;
				right:20px;
				top:45px;
				color:#FAA51A;
				font-weight:normal;
				font-size:2em !important;}
				#home #header h2.moto span{color:#5776AE;}
			#tagline {
				background: url(images/bg-tagline.png);
				-moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
				color: #fff;
				font-size: 1.33em;
				font-style: italic;
				margin: 0;
				padding: 10px 12px;
				position: absolute;
				top: 31px; right: 22px;
			}
				#tagline a {
					color: #81c3f8;
					text-decoration: none;
				}

	#content {
		background: url(images/bg-content.png) repeat-y;
		width: 100%;
	}
		#contentWrap {
			background: url(images/bg-rounded-double.gif) no-repeat 0 bottom;
			padding: 10px 12px 25px;
			width: 960px;
		}
		#home #contentWrap { padding-top: 15px }

	#footer {
		background: url(images/bg-footer.gif) repeat-y;
		width: 984px;
	}
		#footerWrap {
			background: url(images/bg-rounded-bottom.gif) no-repeat 0 bottom;
			padding: 0 12px 12px 7px;
			width: 988px;
		}


/*-------------------------------
2.c Navigations
-------------------------------*/

/* Page Nav */

#nav {
	height: 36px;
	position: relative;
	top: 100px; left: 8px;
	z-index: 10001;
}

#nav a {
	display: block;
	line-height: 35px;
	padding: 0 10px;
	z-index: 10001;
	font-size: 11px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color: #ffffff;
}

#nav li {
	float: left;
	position:relative;
	
}

/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em;}
#nav li ul li {	background: url(images/bg-dropdown.png) !important;background-color: #000 !important; }
#nav li ul li a { line-height: 35px; width: 150px; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 30px; text-transform:none;
}
#nav li ul li ul li a { }
#nav li:hover ul, #nav li.sfhover ul { left: 0px; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: -20px !important; }
/* #nav li:hover, #nav li.hover { position: static; z-index: 10001;} /* IE7 Fix */

/* Pagination */

.more_entries .Nav {
	margin-bottom:2.5em;
	text-align:center;
}

.more_entries .Nav strong {
	padding:5px;
	border:1px solid #E4E4E4;
	margin-right:5px;
}

.more_entries .Nav a strong {
	padding:0;
	border:none;
	margin-right:0;
}

.more_entries .Nav a, .more_entries .Nav .on {
	padding:5px;
	border:1px solid #E4E4E4;
	margin-right:5px;
}
.more_entries .Nav .on { font-weight:bold; }

.more_entries .Nav a:hover {
	background-color:#E4E4E4;
	color:#333333;
}


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

div#featuredTxt {
	color: #fff;
	width: 480px;
	position: absolute;
	top: 156px; left: 20px;
	font-size:1.1em;
}
div#featuredTxt strong{
	color:#fff;}
	#home #header h2 {
		color: #fff;
		font-size: 1.5em;
		text-transform: uppercase;
		margin: 0 0 12px;
	}
	#home #header p {
		font-size: 1.17em;
		line-height: 1.43em;
	}

#home #header ul#featuredNav {
	margin: 0;
	position: absolute;
	width:480px;
	top: 258px; left: 20px;
}
	
	#home #header ul#featuredNav li {
		float:left;
		margin-right:20px;

	}
	
	#home #header ul#featuredNav li a {
		color: #fff;
		font-size: 1.08em;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		border-width:1px;
		border-style:solid;
		padding:8px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	.stepcarousel {
		position: relative; /*leave this value alone*/
		left: 34px;
		overflow: scroll; /*leave this value alone*/
		width: 390px;
		height: 200px; /*Height should enough to fit largest content's height*/
	}
	.stepcarousel ul.belt {
		position: absolute;
		top: 50px; left: 0px;
	}
	.stepcarousel .panel {
		float: left;
		font-size: .92em;
		line-height: 1.17em;
		text-align: center;
		overflow: hidden;
		width: 122px;
		margin-right: 12px;
	}
	.stepcarousel .panel a {
		color: #fff;
		text-decoration: none;
	}
	.stepcarousel .panel a img {
		border: 1px solid #fff;
		margin: 0 0 8px;
	}
	
	ul#galleryNav {
		width: 460px;
		position: absolute;
		top: 80px; left: 0;
		z-index: 9999;
	}
		ul#galleryNav li#left a, ul#galleryNav li#right a {
			background: url(images/bt-left-right.gif) no-repeat;
			width: 14px; height: 34px;
			position: absolute;
			top: 0; left: 10px;
		}
		ul#galleryNav li#right a {
			background-position: -14px 0;
			top: 0; left: 435px;
		}

#featuredImg {
	height: 346px; width: 480;
	position: absolute;
	top: 43px; right: 0;
	z-index: 9999;
}
	#featuredImg p {
		top: 0; right: 15px;
		position: absolute;
		z-index: 9999;
	}

div#loader {
	background: url(images/loader.gif) no-repeat center;
	height: 346px;
	width: 480px;
	position: absolute;
	top: 33px;
	right: 0;
	z-index: 10000;
}

ul#showcase {
	float: left;
	display: inline;
	width: 480px;
	margin: 45px 0 20px -20px;
	padding: 0 0 0 10px;
}
	ul#showcase li {
		float: left;
		display: inline;
		margin: 15px 0 0 20px;
	}
		ul#showcase li a {
			float: left;
			border: 1px solid #d2d2d2;
			width: 98px;
		}
	
			ul#showcase li a img { display: block }


h2.archive { border-bottom: 1px solid #E4E4E4; padding-bottom:15px;}

#sidebar h3, #sidebar2 h3 { font-size: 1.5em; padding: 5px; }

#sidebar h4, #sidebar2 h4 { margin: 0 0 3px }

#home #sidebar h4, #home #sidebar2 h4 { margin: 0 0 18px }

#sidebar .thumbnail {
	margin-bottom:15px;
	border: 1px solid #e4e4e4;
}

#footerWrap h4 { margin: 0 0 10px }

#footerWrap h3 { padding: 5px 0 5px 0 }

#footerWrap h2 {font-size:1.33em; line-height:1em; padding: 5px 0 5px 0 }

h3#news { background: url(images/ico-news.gif) no-repeat; height: 32px; padding: 5px 0 0 47px; margin-bottom:20px }

h3#photos { background: url(images/ico-photos.gif) no-repeat; height: 32px; padding: 5px 0 0 44px }

h3#twitter { background: url(images/ico-twitter.gif) no-repeat; height: 32px; padding: 5px 0 0 39px }

h3#subscribe { background: url(images/ico-subscribe.gif) no-repeat; height: 32px; padding: 5px 0 0 44px }

h3#popular { background: url(images/ico-press.gif) no-repeat; height: 32px; padding: 5px 0 0 44px }

blockquote p {
	color: #666;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}

ul.news li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 15px;
}
	ul.news li h4 {	margin: 0 }
	
#sidebar2 ul.photos {
	width: 240px;
	margin: 0 0 1.5em -20px;
}
	.flickr .flickr_badge_image {
		float: left;
		border: 1px solid #d2d2d2;
		display: inline;
		margin: 0 20px 20px 0;
	}
		.flickr .flickr_badge_image a img { display: block }

 #twitter_update_list {
	background: #e5edf0;
	border: 1px solid #b6ccd4;
	color: #434343;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.17em;
	font-style: italic;
	line-height: 1.43em;
	text-align: center;
	padding: 12px 15px;
}

 #twitter_update_list li {
	margin-bottom:15px;
}

span.website {
	color:#e5edf0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.1em;
	font-style:italic;
	line-height:1.43em;
	padding:3px;
	text-align:center;
	background-attachment: scroll;
	background-color: #A3B7BD;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

span.website a {
	color:#e5edf0;
}

#searchform #s {
	padding:5px;
	border: 1px solid #cccccc;
	margin-right:5px;
}

#searchform #searchsubmit {
	padding:5px;
	border: 1px solid #cccccc;
	background-color:#000000;
	color:#FFFFFF;
}

#wp-calendar {
	width: 99%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	font-size: 11px;
	text-align:center;
	padding:5px;
	text-transform: uppercase;
}

#wp-calendar thead tr th {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

#wp-calendar tfoot tr th {
	padding-top: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 3px;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}

#footerWrap ul { margin: 0 0 8px }

	#footerWrap h4 {
		color: #2f3032;
		font-size: 1.17em;
		font-weight: bold;
		line-height: 1.43em;
	}
		
		#footerWrap ul li p {
			color:#333333;
			margin:0;
		}
	
	
	#footerWrap ul li {
		margin: 0 0 5px;

	}
	
	#footerWrap ul li ul {
		margin: 0;
	}
	
	#footerWrap ul li.recentcomments {
		padding:5px;
	}

	#footerWrap a {
		display: block;
		padding:5px;
		text-decoration: none;
	}
	
	#footerWrap ul li ul li {
		margin: 5px;
		background-color: #f7f7f7;
		padding:0px;
	}
	
	#footerWrap ul li ul li a {
	font-weight:normal;
	font-size:12px;
	color: #333333;
	padding-left:10px;
	}
	
	#footerWrap ul li ul li ul li a {
	font-weight:normal;
	font-size:11px;
	background-color: #f7f7f7;
	padding-left:10px;
	}
		
	#footerWrap ul li img {
		text-align: center;
	}
		
	#footerWrap ul li.clickready {
		cursor: pointer;
	}
	
	.footer_widget {
		margin-bottom:20px;
	}
	
	#footerWrap .widget_tag_cloud a {
		display:inline !important;
	}


.credits {
	text-align:center;
	padding-top:15px;
	color:#FFFFFF;
}
	
	 .credits a {
		display:inline;
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	 .credits img {
		vertical-align:middle;
	}


/* Blog */
.recent{
	display:block;
	margin:0px;
	padding:8px !important;
	color:#FFF;
	background-color:#000;
	width:546px;}
.entry {
	padding-bottom:5px;
	font-size:1.3em;
	text-align:justify;
}

.entry ul li {
	
	line-height:140%;
	padding:0 0 1em;
	list-style:none;
}

.entry ol li {
	line-height:140%;
	padding:0 0 1em 0;
	list-style-position: inside;
	list-style-type:decimal;
}

/*three specials */

.entry ul.offer, .maintext ul.offer{padding:0px;
margin:0px;
list-style:none;}
.entry ul.offer li, .maintext ul.offer li{margin:10px 0px;
padding:0px;
line-height:inherit;}
.entry ul.offer a, .maintext ul.offer a{display:block;
width:360px;
height:45px;
background-image:url(/images/offerback.jpg);
background-repeat:no-repeat;
line-height:45px;
vertical-align:middle;
text-align:center;
color:#FFF;
font-weight:bold;
font-size:1.2em;
text-decoration:none;}
.entry ul.offer a:hover, .maintext ul.offer a:hover{
	background-position:bottom;}

/* Big News */
#bignews{
	margin-top:5px;
	padding-top:10px;
		border-top:1px solid #E4E4E4;
		background-image:url(/images/bignewsback.jpg);
		background-repeat:repeat-x;
}
#bignews h3{
	padding:0px 15px;
	margin-bottom:0px;
	font-size:2em;
	}
	
/* Page css */
.maintext{
	float:left;
	width:680px;
	margin-right:15px;
	font-size:1.2em;}
	.maintext p{
		margin-bottom:0.5em;
		text-align:justify;}
		.maintext h5{
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
	line-height:1em;
	vertical-align:middle;
	margin:0px;
	display:block;
	padding:5px 10px;
	background-color:#FC3;
	color:#5F82C1;
	border-bottom:#5F82C1 solid 3px;
		}
		
				.maintext h4{
	font-weight:bold;
	font-size:1em;
	color:#F90;
	margin:0px;
	margin-bottom:5px;
		}
		.maintext h3 {
			margin:0px;
			font-size:1.4em;
			color:#5F82C1;}
	.rtenews{
		float:left;
		width:250px;}
		.rtenews h3{
			margin-bottom:0px;
			display:block;
			padding:3px 8px;
			background-color:#333;
			color:#FFF;}
.rtenews ul{
	padding:0px;}
	.rtenews li{
	display:block;
	padding:3px 5px;
	background-color:#EEE;
	margin:2px 0px;
	list-style:none;
}
h2.single { font-size: 2em; margin-bottom:0px; margin-left:10px;  color:#5F82C1; }



/* End Page CSS */
	
	
	.newsblock{
		margin:10px;
		background-image:url(/images/newsback.jpg);
		background-repeat:no-repeat;
		float:left;
		width:450px;
		height:150px;}
		
		.newsblock h4{
			margin:15px;
			}
			.newsblock h4 a{
				color:#FFF;}
			.newsblock p{
				margin:0px 15px;
				padding-top:10px}
				.newsblock img{
					margin-right:10px;
					border:#666 solid 2px;}
					
					.forimages{
						margin-bottom:15px;}
						.forimages img{margin-right:20px;}
						.forimages img.last{margin-right:0px;}
	

#line_break {
	margin-top:2.5em;
	padding-top:3em;
	border-top:1px solid #E4E4E4;
}

#prevPosts {
	background: #232528;
	width: 460px;
	height: 200px;
	position: relative;
}
	#prevPosts h3 {
		color: #fff;
		height: 32px;
		padding: 5px 0 0 0;
		position: absolute;
		top: 10px; left: 10px;
	}
	
p.post_meta { font-size:11px; color:#333333; }

p.post_meta span { background: url(images/post_meta_bg.jpg) no-repeat; padding: 3px 0 3px 21px; }

div#comments {}

	ol.commentlist { margin-bottom: 3em; border-top:1px solid #E4E4E4; }
	
		ol.commentlist li.odd {background-color:#f4f4f4;}
		
		ol.commentlist li h4 { margin-bottom: 0; }
		
		ol.commentlist li { padding:1.5em; border-bottom:1px solid #E4E4E4; position: relative; }

			ol.commentlist .avatar { float: right; display: inline; margin: 0 0 1.5em 1.5em; padding:4px; background-color:#ffffff; border: solid 1px #E4E4E4; }

			ol.commentlist li cite { font-size: 1.3em; font-weight:bold }
			
			ol.commentlist li .comment-meta { font-size: .92e; margin-bottom:1em }
			
		ol.commentlist ul.children li { position:relative; margin:1.5em 1.5em 0 1.5em; }
		
		ol.commentlist .odd ul.children li { background-color:#ffffff; }
		
		ol.commentlist .odd ul li ul.children li { background-color:#F4F4F4; }
		
	#respond #author, #respond #email, #respond #url, #respond #comment {
		border: 1px solid #cccccc;
		padding:5px;
	}
	
	#respond label {
		padding:5px;
		margin-left:5px;
	}
	
	
	

/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #B6CCD4;
	color: #000;
	padding: 6px;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 446px }

select.select.free {	width: auto }

button.button {
	color: #000;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 0;
}


/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 1em;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				font-weight: bold;
				display: block;
			}
			
	form.form p.submit { /* nothing here */ }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form#newsletter {
	margin-bottom: 1.5em;
	position: relative;
}
	form#newsletter p.fields input.text {
		border: 1px solid #b6ccd4;
		padding: 9px 30px 9px 7px;
		width: 180px;
	}
		form#newsletter p.fields button {
			background: url(images/ico-newsletter.gif) no-repeat;
			width: 17px; height: 22px;
			border: none;
			position: absolute;
			top: 6px; right: 10px;
			z-index: 9999;
		}


/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.l { text-align: left }
.c { text-align: center }
.r { text-align: right }

.wrap, .col { float: left;	display: inline; position: relative; }
.wrap { clear: both }

.clear { clear: both }
.fl { float: left }
.fr { float: right }
.hide, .hidden, .skip { display: none }
.nomargin { margin-bottom: 0 !important }
.noborder { border: 0 !important }
.top { margin-top: 0 !important }

.hr { background: #ccc; height: 1px; margin: 1.5em 0; }
.hr hr { display: none }

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
.opacity { -moz-opacity: 0.95; opacity: 0.95; filter: alpha(opacity = 95); }
.rounded { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }

.fix {
	clear:both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 4px 15px 0px 0;
	float: left;
	

}

.alignright {
	margin: 4px 0px 0px 15px;
	float: right;
	
}
/* d13 Featured Post Carousel */



div.d13fader {
background-color:#202020;
font-family:Arial,Helvetica,sans-serif;
filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;
height:100px;
width: 480px;
margin:0px 0px 0px 0px;
padding:0;
z-index:1;
}
div.d13fader h3 {
font-size:12px;
font-weight:bold;
margin:0px;
padding:4px;
}
div.d13fader h3 a {
color:##FF7800;
}
div.d13fader h3 a:hover {
color:#FFFFFF;
}
div.d13fader p {
color:#FFFFFF;
font-size:12px;
font-weight:normal;
margin:0;
padding:2px 4px 4px;
}
div.d13fader p a {
color:#FF3300;
}
div.d13fader p a:hover {
color:#FFFFFF;
}


/*-------------------------------
"Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li {display: inline; margin-left: -4px;}
ul.bars li.first {border: 0 !important;}
ul.bars li:before {content: "|"; padding: 0 4px;}
ul.bars li:first-child:before {content: ""; padding: 0 4px 0 0;}
pre{padding:0px;
margin:0px;}

.option1 {
	position:relative;
	width:680px;}
	
	.option1 h2{ width:660px;
	height:30px;
	padding:10px;
	margin:0px;
	line-height:30px;
	vertical-align:middle;
	color:#FFF;
	background-image:url(/images/option1top.png);
	background-repeat:no-repeat;}
	
	.option1 p{font-size:1.2em;
		margin-top:10px;}

	.option1 ul{padding:3px;
	margin:0px;}
	
	.option1 li{
		margin:5px 0px;
		line-height:15px;
		vertical-align:middle;
		padding-left:18px;
		background-image:url(/images/option1bullet.png);
		background-position:left;
		background-repeat:no-repeat;
		}
	
	
	
	
	.option2 {
		margin-top:20px;
	position:relative;
	width:680px;}
	
	.option2 h2{ width:660px;
	height:30px;
	padding:10px;
	margin:0px;
	line-height:30px;
	vertical-align:middle;
	color:#FFF;
	background-image:url(/images/option2top.png);
	background-repeat:no-repeat;}
	
	.option2 p{font-size:1.2em;
		margin-top:10px;}

	
	.option2 ul{padding:3px;
	margin:0px;}
	
	.option2 li{
		margin:5px 0px;
		line-height:15px;
		vertical-align:middle;
		padding-left:18px;
		background-image:url(/images/option2bullet.png);
		background-position:left top;
		background-repeat:no-repeat;
		}
	
	
	
	.option3 {
		margin-top:20px;
	position:relative;
	width:680px;
	margin-bottom:20px;}
	
	.option3 h2{ width:660px;
	height:30px;
	padding:10px;
	margin:0px;
	line-height:30px;
	vertical-align:middle;
	color:#FFF;
	background-image:url(/images/option3top.png);
	background-repeat:no-repeat;}
	
	.option3 p{font-size:1.2em;
	margin-top:10px;}

	
	.option3 ul{padding:3px;
	margin:0px;}
	
	.option3 li{
		margin:5px 0px;
		line-height:15px;
		vertical-align:middle;
		padding-left:18px;
		background-image:url(/images/option3bullet.png);
		background-position:left top;
		background-repeat:no-repeat;
		}
	
	
	.price{
		position:absolute;
		bottom:0px;
		right:15px;
		width:100px;
	height:90px;
	padding:10px;
	padding-top:20px;
	float:right;
	background-color:#C00;
	color:#FFF;
	font-size:2em !important;
	text-align:center !important;
	font-weight:bold;
	margin-left:20px;}
	
	.price span{display:block;
	margin-top:10px;
	font-size:0.5em;
	line-height:1em;
	font-weight:normal;}
	
	.flashservices{
		position:relative;
		height:0px;
		padding:0px !important;
		margin:0px !important;
		z-index: 2;
		}
		
		.imgtfe{float:left;}

} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }

#box 
            {
            	margin: 0px auto;
            	width:960px;
            	background-color:#ffffff;
            	text-align:left;
                position: relative;
            }

 


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

/* end @media */
/********************** portfolio *******************/


.portfolio_area1{
	padding-bottom:15px;
}


.portfolio_area_pic{
	width:340px;
	float:left;
}

.portfolio_text1{
	width:200px;
	float:right;
	font:12px Arial, Helvetica, sans-serif;
	color:#7c7a7a;
}

.portfolio_text1 .title{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#1f84dc;
	padding-bottom:10px;
}

.portfolio_text1 .btm_links{
	padding-top:20px;
}


.portfolio_sub_title{
	font:bold 13px  Arial, Helvetica, sans-serif;
	padding:20px 0 10px;
}
.cntct_lft{
	width:345px;
	float:left;
	border:solid 4px #a5cff4;
	color:#444;
	padding:10px;
	line-height:18px;
	height: 100px;
}

.cntct_lft A{
	text-decoration:underline;
}

.cntct_lft A:hover{
	text-decoration:none;
}

.cntct_rgt{
	width:345px;
	float:right;
	border:solid 4px #a5cff4;
	padding:10px;
	height: 100px;
	color:#444;
}

.cntct_rgt .title{
	font-weight:bold;
	padding-bottom:10px;
}
.inside_txtarea{
	line-height:16px;
}

.inside_txtarea_img{
	margin-left:15px;
	float:right;
}
