/*	css
	~ by a ninja!
	!haiyah!
*/

/* @group Base Tags */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
	background: url(images/bg-dust.jpg) repeat left top;
}

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.wrap {
	text-align: left;
	margin: 0 auto;
	width: 885px;
}

/* @end */

/* @group Top */

#title {
	display: none;
	}

#promobar {
	display: block;
	font-size: 14px;
	color: white;
	padding: 11px 0 0 0;
	background: url(images/promobarsection.png) repeat-x;
	width: 100%;
	height: 29px;
	margin: 0;
	border-bottom: 2px solid #021e2d;
	}
	
#promobar span {
	text-transform: uppercase;
	color: #fff568;
	font-style: italic;
	font-weight: bold;
	}
	
#promobar a {
	font-weight: bold;
	color: #ffcbcd;
	}

#top-wrap {
	background: url(images/bg-headerrepeat.jpg) repeat-x center top;
}

#top {
	padding-top: 35px;
}

#top h1 {
	font-size: 1px;
	text-indent: -99999px;
	background: url(images/logo.png) no-repeat left top;
	width: 281px;
	height: 41px;
	float: left;
}

#top h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header ul {
	float: right;
	text-align: right;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 13px 23px 0 0;
	}
	
#header li {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	display: inline;
	}
	
#header li a {
	margin: 0 0 0 30px;
	color: #9ad9ff;
	padding-left: 25px;
	}
	
#header li a:hover {
	background-color: #05456c;
	}
	
#header .home-link a {
	background: url(images/home.png) no-repeat left center;
}

#header .contact-link a {
	background: url(images/contact.gif) no-repeat left center;
}

#header .blog-link a {
	background: url(images/blogicon.png) no-repeat left center;
}

#header .portfolio-link a {
	background:url(images/portfolio-img.gif) no-repeat left center;
}

#header .guide-link a {
	background: url(images/bookicon.png) no-repeat left center;
}

#top h2 {
	clear: both;
	font-size: 1px;
	text-indent: -99999px;
	background: url(images/bg-desc.png) no-repeat left bottom;
	height: 74px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#top .faqs {
	color: #d2edfc;
	float: left;
	width: 542px;
	padding-left: 13px;
}

#top .faqs dt {
	color: #e7f5fe;
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}

#top .faqs dt span {
	display: none;
	}

#top .faqs dd {
	line-height: 1.5;
	font-size: 14px;
	padding-bottom: 30px;
}

#top .faqs dd a{
	font-size: 14px;
	padding-bottom: 30px;
	color: #9ad9ff;
}

#top .faqs dd strong {
	background: #01131d;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

#top .faqs p {
	font-size: 14px;
	}
	
#top .faqs p a, a:visited, a:hover {
	color: #9ad9ff;
	}

#top .imp-areas {
	float: right;
	width: 276px;
	display: inline;
	margin-right: 20px;
}

#top .imp-areas .examples {
	margin-bottom: 10px;
}

#top .imp-areas .examples h3 {
	font-size: 1px;
	text-indent: -99999px;
	width: 276px;
	height: 40px;
	background: url(images/head-examples.png) no-repeat left top;
	margin-bottom: 20px;
	display: block;
}

#top .imp-areas .examples ul {
	list-style: none;
}

#top .imp-areas .examples ul li {
	float: left;
	margin-right: 15px;
	position: relative;
}

#top .imp-areas .examples ul li a {
	float: left;
	color: #b7b387;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#top .imp-areas .examples ul li a span.bubble {
	display: none;
	position: absolute;
	width: 150px;
	top: -40px;
	z-index: 100;
	left: 40px;
	background: url(images/bg-bubble-left.png) no-repeat left top;
	
	text-align: center;
}

#top .imp-areas .examples ul li a span.bubble span {
	display: block;
	background: url(images/bg-bubble-right.png) no-repeat right top;
	padding: 10px 10px 30px 20px;
	margin-right: -10px;
}

#top .imp-areas .examples ul li a:hover span.bubble {
	display: block;
}

#top .imp-areas .examples .portfolio-link  a {
	display: block;
	margin: 10px 0 25px 0;
	padding-left: 23px;
	color: #9ad9ff;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: url(images/arrow-right.png) no-repeat left center;
}

#top .imp-areas .order-link {
	margin-top: 5px;
	color: #c8d9e3;
	font-size: 12px;
}

#top .imp-areas .order-link h3 {
	display: block;
	font-size: 1px;
	text-indent: -99999px;
	width: 276px;
	height: 40px;
	background: url(images/head-order.png) no-repeat left top;
	margin: 28px 0 15px 0;
}

#top .imp-areas .order-link p {
	padding-bottom: 15px;
}

#top .imp-areas .order-link a.order-btn {
	width: 242px;
	height: 56px;
	display: block;
	font-size: 1px;
	text-indent: -99999px;
	margin: 0 0 20px 10px;
	background: url(images/btn-order2.png) no-repeat left top;
}

/* @end */

.email {
	margin-left: 10px;
}

/* @group Order */

#order {
	background: url(images/bg-order-repeat.jpg) repeat-x center top;
	padding-bottom: 40px;
}

#order .wrap {
	padding-top: 47px;
}

#order h2 {
	font-size: 1px;
	text-indent: -99999px;
	width: 857px;
	height: 43px;
	background: url(images/head-order-form.png) no-repeat left top;
	margin-bottom: 22px;
}

#order .details {
	float: left;
	width: 529px;
}

#order .details h3 {
	background: url(images/head-details.png) no-repeat left top;
	font-size: 1px;
	text-indent: -99999px;
	height: 30px;
	margin-bottom: 20px;
}

#order .details .package-selection {
	
}

#order .details .package-selection h4 {
	float: left;
	width: 37px;
	height: 137px;
	font-size: 1px;
	text-indent: -999999px;
	background: url(images/head-select.png) no-repeat right top;
}

#order .details .package-selection .packages {
	float: left;
	width: 480px;
}

#order .details .package-selection a {
	display: block;
	margin-left: 35px;
	width: 173px;
	font-size: 14px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
	background: url(images/bg-package.png) no-repeat left top;
	padding: 10px;
	height: 60px;
}

#order .details .package-selection a:hover, #order .details .package-selection a.selected {
	background: url(images/bg-package-selected.png) no-repeat left top;
}

#order .details .package-selection a span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4;
}

#order .details .package-selection a.all-formats {
	float: right;
	width: 163px;
	padding: 15px;
	background: url(images/bg-package-big.png) no-repeat left top;
}

#order .details .package-selection a.all-formats:hover, #order .details .package-selection a.all-formats.selected {
	background: url(images/bg-package-big-selected.png) no-repeat left top;
}

#order .other-info {
	float: right;
	display: inline;
	margin-right: 28px;
	margin-top: -1px;
	width: 300px;
}

#order .other-info h3 {
	background: url(images/head-info.png) no-repeat left top;
	font-size: 1px;
	text-indent: -99999px;
	height: 30px;
	margin-bottom: 20px;
}

#order .banner-maker {
	width: 100%;
	border-collapse: collapse;
}

#order .banner-maker tr {
	background: #f3f3f3 url(images/bg-banner.gif) repeat-x left top;
	line-height: 48px;
	border-bottom: 2px dashed #c7c7c7;
}

#order .banner-maker tr td {
	font-size: 12px;
	color: #8b8b8b;
	text-align: center;
}

#order .banner-maker tr td.bname {
	background: url(images/banner-div.gif) no-repeat right center;
}

#order .banner-maker tr td.price {
	font-size: 18px;
	font-weight: bold;
	color: #ff6f44;
}

#order .banner-maker tr td.cancel a {
	background: url(images/btn-cancel.gif) no-repeat left top;
	display: block;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	font-size: 1px;
	text-indent: -9999px;
}

#order .add-banner {
	margin: 15px 0 15px 0;
}

#order .add-banner a {
	background: url(images/btn-add.png) no-repeat left top;
	padding-left: 25px;
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #3b9713;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

#order .other-info p {
	padding-bottom: 15px;
}

#order .other-info p label {
	color: #656565;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 45px;
	padding-right: 5px;
}

#order .other-info p input, #order .other-info p textarea {
	color: #5a5b5b;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	outline: none;
}

#order .other-info p input {
	background: url(images/bg-input.gif) no-repeat left top;
	width: 221px;
	padding: 14px 10px;
	font-size: 12px;
}


#order .other-info p textarea {
	height: 109px;
	width: 281px;
	padding: 14px 10px;
	background: url(images/bg-textarea.gif) no-repeat left top;
	font-size: 12px;
	line-height: 1.7;
}

#order .other-info p .more-info {
	float: right;
	text-decoration: none;
	color: #000;
	background: url(images/info.gif) no-repeat left top;
	width: 16px;
	display: inline;
	height: 16px;
	margin-top: 13px;
	margin-right: 20px;
	position: relative;
}

#order .other-info p .more-info span.bubble {
	display: none;
	position: absolute;
	width: 150px;
	top: -80px;
	z-index: 100;
	height: 200px;
	left: 10px;
	background: url(images/bg-descbubble-left.png) no-repeat left top;
	text-align: center;
	font-size: 10px !important;
}

.select {
    float:left;
    border:1px solid #aaa;
    background:#fff url(images/bg-select.gif) repeat-y 0 0;
    margin:0 15px 0 0;
    position:relative;
    }
.select input {
    float:left;
    padding:1px 0 0 4px;
    width:27px;
    border:0;
    min-height:18px;
    margin:0;
    color:#3e3c3d;
}
.select input:focus {
    outline:none;
    }
.select span {
    float:left;
    width:13px;
    min-height:19px;
    background:#ecedf2 url(images/x.gif) no-repeat 50% 50%;
    border:solid #e3e3ed;
    border-width:0 1px;
    }
.select a {
    float:left;
    width:20px;
    height:19px;
    background:url(images/select-button.gif);
    cursor: pointer;    
    }
    

#order .other-info p .more-info span.bubble span {
	display: block;
	background: url(images/bg-descbubble-right.png) no-repeat right top;
	padding: 10px 10px 30px 20px;
	color: #000;
	font-size: 10px !important;
	margin-right: -10px;
	height: 200px;
}

#order .other-info p .more-info:hover span.bubble {
	display: block;
}

#order .other-info p.note {
	color: #656565;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.7;
	float: left;
}

#order .other-info p.note strong {
	display: block;
}

#portfolio h3 {
	color: #5f5f5f;
	font-size: 28px;
	padding-bottom: 5px;
	border-bottom: 3px solid #cecece;
	}
	
#portfolio h4 {
	margin: 20px 0 10px 0;
	color: #5f5f5f;
	font-size: 26px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cecece;
	}
	
#portfolio p {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cecece;
	}

#portfolio .seventwoeight {
	border: 5px solid #FFFFFF;
	margin: 0 0 10px 0;
	}
	
#privacypolicy {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
	}
	
#privacypolicy a {
	color: #686868;
	}
	
#privacypolicy h3 {
	color: #5f5f5f;
	font-size: 28px;
	padding-bottom: 5px;
	border-bottom: 3px solid #cecece;
	}
	
#privacypolicy h4 {
	margin: 20px 0 10px 0;
	color: #5f5f5f;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cecece;
	}
	
#privacypolicy p {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cecece;
	}
	
#privacypolicy .privacypolicy {
	margin: 10px 0 0 0;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecece;
	}

#carbonads {
	width: 800px;
	}

#portfolio .carbonads {
	border: 3px solid #FFFFFF;
	margin: 10px ;
	}
	
#seventwoeight {
	width: 800px;
	}
	
#portfolio .seventwoeight {
	border: 5px solid #FFFFFF;
	margin: 0 0 10px 0;
	}
	
#fourtwoeight {
	display: inline;
	float: left;
	width: 500px;
	}
	
#portfolio .fourtwoeight {
	border: 5px solid #FFFFFF;
	margin: 20px 0 0px 0;
	}
	
#portfolio #threehundred {
	float: right;
	width: 350px;
	margin: 0 0 20px 0;
	}

#portfolio .threehundred {
	border: 5px solid #FFFFFF;
	margin: 20px 0 0px 0;
	}

#portfolio #onesixty {	
	float: left;
	width: 500px;
	}
	
#portfolio .onesixty {
	display: inline;
	border: 5px solid #FFFFFF;
	margin: 20px 0 0 10px;
}
	

	
#navigation {
	display: inline;
	float: right;
	}
	
#navigation ul {
	float: right;
	text-align: right;
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin: 13px 0 0 0;
	}
	
#navigation li {
	display: inline;
	}
	
#navigation li a {
	color: #5f5f5f;
	margin: 0 0 0 30px;
	padding-left: 25px;
	}
	
#navigation li a:active a:visited {
	color: #5f5f5f;
	}
	
#navigation li a:hover {
	background-color: #f5f5f5;
	}
	
#navigation .home-link a {
	background: url(images/home.png) no-repeat left center;
}

#navigation .contact-link a {
	background: url(images/contact.gif) no-repeat left center;
}

#navigation .blog-link a {
	background: url(images/blogicon.png) no-repeat left center;
}



.final-area {
	clear: both;
	border-top: 2px solid #cacaca;
	padding: 20px;
	padding-top: 15px;
	margin-top: 10px;
	width: 817px;
	background: url(images/bg-final.gif) repeat-x left bottom;
}

.final-area .total {
	float: left;
	font-size: 48px;
	color: #4e7325;
	font-weight: bold;
	width: 330px;
	margin-top: 3px;
}

.final-area .total span {
	color: #383838;
	font-weight: normal;
}

.final-area .acceptance {
	width: 270px;
	float: left;
	color: #383838;
	padding-top: 20px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.final-area .acceptance span {
	color: #898888;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

.final-area .buttons {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 10px;
}

.final-area .clearing {
	border: none;
	background: url(images/btn-reset.gif) no-repeat left top;
	font-size: 1px;
	text-indent: -9999px;
	width: 64px;
	height: 31px;
	float: left;
	margin: 13px 7px 0px 7px;
}

.final-area .submitter {
	border: none;
	background: url(images/btn-submit.gif) no-repeat left top;
	font-size: 1px;
	text-indent: -9999px;
	width: 121px;
	height: 44px;
}

.final-area .prompt {
	width: 200px;
	float: right;
	text-align: right;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

#floatdiv {
	position:absolute;  
    width:100px;height:100px;bottom:50px;left:50px;  
    padding:8px;
    z-index:50;
	font-size: 11px;
	color: #686868;
}

#floatdiv p {
	margin-bottom: 10px;
	}


.footer {
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	color: #939292;
}

.footer a, a:visited, a:active {
	color: #686868;
}

.footer p.copy-note {
	clear: both;
	float: left;
	text-align: left;
	width: 400px;
}

.footer p.design-note {
	display: inline;
	float: right;
	width: 300px;
	text-align: right;
	margin: 0 30px 0 0;
}

.footer ul {
	font-size: 11px;
	display: inline;
	float: left;
	margin-bottom: 15px;
	}
	
.footer li {
	display: inline;
	padding: 0 5px 0 5px;
	}
	
.footer a:hover {
	background-color: #f5f5f5;
	}

/* @end */








/* @group Clearer */

.clearer {clear: both;}

#top:after, .examples ul:after, .wrap:after, .package-selection:after, .final-area:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#top, .examples ul, .wrap, .package-selection, .final-area {
	min-height: 1px;
}

* html #top, * html .examples ul, * html .wrap, * html .package-selection, * html .final-area {
	height: 1%;
}

div.fileinputs {
	position: relative;
}
 
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
 
input.file {
	position: relative;
	text-align: right;
	height:28px;
	z-index: 2;
}

.SI-FILES-STYLIZED label.cabinet
{
    width: 60px;
    height: 43px;
    background: url(images/file_select.jpg) 0 0 no-repeat;
	float: right;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.file
{
    position: relative;
    width: 230px;
    margin-top: -37px !important;
    margin-left: 5px !important;
    float: left;
    background: #c7c7c7;
    border: 2px solid;
}

.fakefile {
	padding: 15px;
	padding-left: 10px;
	background: none;
	width: 140px;
	border: 0;
	color: #5a5b5b;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	outline: none;
}

.upload {
	background: url(images/bg-input.gif) no-repeat left top;
	width: 242px;
	font-size: 12px;
	float: right;
	margin-top: -13px;
	height: 43px;
}

/* @end */
