﻿/*------------------------------------------------------------------
	markupworld.com 
	layout.css
	
	[Table of contents]
	1. Body
	2. Typography
	3. Frame
	4. Navigation
	5. Buttons
	6. Page elements
	
-------------------------------------------------------------------*/


/* [1. Body
----------------------------------------------- */

body {
	font:normal 13px/normal  Arial, Helvetica, sans-serif;
	/* font: font-weight font-size/line-height font-family */	
	color:#000;
	text-align:left;
	background:#f4f4f4 url('../images/bg.jpg') center top repeat-x; 
}
body,html  { padding:0 0 10px 0; }


/* [2. Typography
----------------------------------------------- */

/* Headlines */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #000; }

h1 { font-size: 18px; line-height: 28px; margin-bottom: 20px; }
h2 { font-size: 18px; line-height: 28px; margin-bottom: 20px; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }


/* Text elements */

p       { line-height:140%; margin:0 0 10px 0; font-weight:normal; }

a       { text-decoration: none; color:#198bb8; }
a:focus,
a:hover { text-decoration: underline; color:#198bb8; }


/* Lists */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* [3. Frame]
----------------------------------------------- */

#container {
	width:960px;
	margin:0 auto;
	position:relative;
}

#mainareaTop {
	background:url('../images/mainareaTop.png') no-repeat;	
	width:960px;
	height:30px;
}

#mainarea {
	width:860px;
	padding:0 50px 30px 50px;
	margin:0 auto;
	clear:both;
	position:relative;
	background:url('../images/mainareaBg.png') bottom no-repeat;		
}
#content {
	width:641px;
	float:left;
}
#sidebar {
	width:203px;
	float:right;
}
#header {
	position:relative;
	height:252px;
	margin:5px 0 0 0;
}
#header #logo {
	background:url('../images/scissors.png') 0 10px no-repeat;	
	height:72px;
	padding:0 0 0 45px;
	position:absolute;
	top:0;
	left:10px;
	font:normal 36px/normal  Trebuchet MS, Arial, Helvetica;
	color:#68c2e5;
	z-index:1;
}
#header #logo span { color:#fff; }
#header #logo:hover { text-decoration:none; }
#header #logo:hover span { /*color:#68c2e5;*/ }

/* footer */

#footer {
	width:960px;
	margin:0 auto;
	padding:10px 0 0 0;
	background:url('../images/footer.gif') no-repeat 175px top;
	height:127px;
}

#footer p {
	float:right;
	font-size:11px;
	color:#7b7474;
	margin:0;
	text-align:right;
	padding:10px 50px 0 0;
}
#footer p a { color:#7b7474; }

/* [4. Navigation]
----------------------------------------------- */

/* Topmenu */

#topmenu {
	background:url('../images/topmenu.png') no-repeat;	
	width:957px;
	height:49px;
}
#topmenu ul {
	list-style-type:none;
	margin:0;
	float:right;
}
#topmenu ul li {
	float:left;
	display:inline;
	margin:0 5px 0 5px;
	padding:0;
}
#topmenu ul li a {
	color:#fff;
	text-transform:uppercase;
	font:normal 16px/normal Trebuchet MS, Arial, Helvetica;	
	text-decoration:none;
	text-align:center;	
	margin:11px 0 0 0;
}
#topmenu ul li a:hover { text-decoration:none; color: #fff; }
#topmenu ul li#orderElement { width:131px; margin:0 0 0 30px; }
#topmenu ul li#orderElement a { font-weight:bold; }
#topmenu ul li a {
	display:block;
    float: left;
    height: 26px;
	padding-right: 6px; /* width for button-right */
	/* font styles */
	text-decoration: none;
}
#topmenu ul li a span {
    display: block;
	float:left;	
    line-height: 26px;
    padding: 0 7px 0 13px;
}
#topmenu ul li a:hover,
#topmenu ul li.current a {
    background: transparent url('../images/topmenuHoverRight.png') no-repeat top right;
    cursor: pointer;
}
#topmenu ul li a:hover span,
#topmenu ul li.current span {
    background: transparent url('../images/topmenuHoverContent.png') top left no-repeat;		
}

/* [5. Buttons]
----------------------------------------------- */

/* btnError */
.btnError {
	background: transparent url('../images/buttonErrorRight.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 28px;
	padding-right: 6px; /* width for button-right */	
	margin:0 0 20px 0;
	/* font styles */
    color: #fff;
    font-size: 12px;
	text-align:center;	
	text-transform:uppercase;
	font-weight:bold;
}
.btnError span {
	background: transparent url('../images/buttonErrorLeft.png') no-repeat;
    display: block;
	float:left;	
    line-height: 28px;
    padding: 0 10px 0 15px;
}


/* btnGrey */

a.btnGrey {
	background: transparent url('../images/buttonGreyRight.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 45px;
	/* font styles */
    color: #fff;
    font-size: 15px;
    font-weight: bold;
	text-decoration: none;
	text-align:center;	
}
a.btnGrey span {
	background: transparent url('../images/buttonGreyLeft.png') no-repeat;
    display: block;
	float:left;	
    line-height: 45px;
    padding: 0 15px 0 35px;
}
a.btnGrey:hover {
    background-position: center right;
    outline: none;
	text-decoration:none;
    cursor: pointer;	
}
a.btnGrey:hover span {
    background-position: center left;		
    color: #fff;	
	text-decoration:none;	
}
a.btnGrey:active      { background-position: bottom right; }
a.btnGrey:active span { background-position: bottom left;  }
a.btnGrey,
a.btnGrey:hover,
a.btnGrey:active {
	padding-right: 23px; /* width for button-right */
}

/* btnGreen */

a.btnGreen {
	background: transparent url('../images/buttonGreenRight.png') no-repeat scroll top right;
    display: block;
    float: right;
    height: 32px;
	/* font styles */
    color: #fff;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
	text-align:center;	
	text-transform:uppercase;
}
a.btnGreen span {
	background: transparent url('../images/buttonGreenLeft.png') no-repeat;
    display: block;
	float:left;	
    line-height: 32px;
    padding: 0 15px 0 20px;
}
a.btnGreen:hover {
    background-position: center right;
    outline: none;
	text-decoration:none;
    cursor: pointer;	
}
a.btnGreen:hover span {
    background-position: center left;		
    color: #fff;	
	text-decoration:none;	
}
a.btnGreen:active      { background-position: bottom right; }
a.btnGreen:active span { background-position: bottom left;  }
a.btnGreen,
a.btnGreen:hover,
a.btnGreen:active {
	padding-right: 7px; /* width for button-right */	
}

/* btnOrder */

.btnOrder {
	background:url('../images/btnOrder.gif') top left no-repeat;
	width:183px;	
	height:50px;
	display:block;	
	padding:7px 0 0 20px;
	margin:0 0 20px 0;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size:20px;
	line-height:24px;
	color:#fff;	
	text-transform:uppercase;	
}
.btnOrder span {
	display:block;	
	font-size:16px;
	line-height:20px;
	color:#68c2e5;	
	text-transform:lowercase;
}
.btnOrder:hover {
	background-position:center left;
	text-decoration:none;
	color:#fff;
}
.btnOrder:hover span { color:#000; }
.btnOrder:active { background-position: bottom left; }
.btnRightSide {
	float:right !important;
	margin:0 0 0 20px;
}
.btnOrder:visited {
	text-decoration:none;
	color:#fff;
}


/* [6. Page elements]
----------------------------------------------- */

#cloud {
	background:url('../images/cloud.png') no-repeat;
	width:263px;
	height:151px;
	position:absolute;
	top:77px;
	right:0;	
	font-family: Trebuchet MS, Arial, Helvetica;
}
#cloud h1 {
	font-size:36px;
	line-height:normal;  
	margin:2px 0 0 27px;;	
}
#cloud h1 strong {
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-top:-7px;
}
#cloud p {
	background:url('../images/browsers.png') no-repeat;
	padding:30px 0 0 0;
	font-size:11px;
	line-height:15px;
	text-align:center;	
	width:155px;
	margin:4px 0 0 63px;
}

/* list offer */

.listOffer {
	list-style-type:none;
	margin:0;
}
.listOffer li {
	background:url('../images/checkmark.png') left center no-repeat;
	padding:0 0 0 35px;
	font-size:14px;
	line-height:28px;
}


/* box */

.box {
	width:203px;
	margin:0 0 20px 0;
}

.box .title {
	/*background:url('../images/boxHeader.png') no-repeat;*/
	background:url('../images/boxHeader2.png') no-repeat;	
	width:183px;
	height:27px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size:14px;
	padding:38px 0 0 20px;	
	margin:0;
	color:#fff;	
	text-transform:uppercase;
}
.boxHover {
	background-position:0 -65px !important;
}
.box .content {
	background:url('../images/boxContent.png') bottom no-repeat;	
	width:163px;
	padding:20px 20px;
}
.box .content p {
	line-height:155%;
}
.box .content h3 {
	font: normal 13px/normal  Arial, Helvetica, sans-serif; 
	line-height:155%; 
	margin:0 0 10px 0;
}
.box ol li {
	line-height:140%;
}

/* howitworks */

#howitworks {
	width:876px;
	position:relative;
	margin-left:-16px;
	background:url('../images/arrows.png') left 82px no-repeat;	
}
#howitworks .box {
	float:left;
	display:inline;
	margin:0 0 16px 16px;
}


/* topinfo */

.topinfo {}
.topinfo h1 { float:left; width:641px; }
.topinfo .btnOrder { float:right; }


/* boxWide */

.boxWide {
	width:203px;
	margin:0 0 20px 0;
}
.nextStepMark {
	background:url('../images/arrowVertical.png') no-repeat;	
	width:24px;
	height:24px;
	display:block;
	margin:0 0 -9px 305px;
}
.boxWide .title {
	background:url('../images/boxWideHeader.png') no-repeat;	
	width:621px;
	height:27px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size:14px;
	padding:38px 0 0 20px;	
	margin:0;
	color:#fff;	
	text-transform:uppercase;
}
.boxWide .title strong {
	text-transform:none;
	font-size:12px;
	margin:0 0 0 20px;
}
.boxWideHover {
	background-position:0 -65px !important;
}
.boxWide .content {
	background:url('../images/boxWideContent.png') bottom no-repeat;	
	width:601px;
	padding:20px 20px;
}
.boxWide .content p {
	line-height:155%;
}

/* price */

#price {
	background:url('../images/price.gif') no-repeat;
	width:203px;
	height:57px;
	margin:29px 0 20px 0;
}
#price p {
	margin:0 0 0 20px;
	text-transform:uppercase;
	font:normal 20px/57px  Trebuchet MS, Arial, Helvetica;	
	color:#fff;
}
#price p span {
	color:#68c2e5;	
}
#price p em {
	font-style:normal;
	color:#68c2e5;
}

/* orderForm */

.orderForm {}
.orderForm .columnOne {
	width:220px;
	float:left;
	margin:0 20px 0 0;
}
.orderForm .columnTwo {
	float:left;
}
.orderForm .row {
	clear:both;
	margin:0 0 15px 0;
}
.orderForm label {
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}
.orderForm label em {
	color:red;
	font-style:normal;
}
.orderForm label span {
	background:red;
	font-size:11px;
	color:#fff;
	padding:1px 5px;
	margin:0 0 0 10px;
	display:none;
}
.orderForm label strong {
	font-weight:normal;
	font-size:11px;
	color:#3b3b3b;
	margin:0 0 0 10px;
}
input.text,
textarea, select {
	border:1px solid #bbb;
}
input.text:focus,
textarea:focus, select:focus {
	border:1px solid #666;
}
.orderForm .text {
	padding:6px;
	width:205px;
}
.orderForm .select {
	padding:5px;
	width:219px;
}
.orderForm .pagesTurnaround {
	width:239px;
}
.orderForm .colPages {
	width:90px;
	float:left;
}
.orderForm input.pages {
	width:50px;
	text-align:center;
	font-weight:bold;
}
.orderForm .colTurnaround {
}
.orderForm .colTurnaround {
	text-align:right;
	margin:0 20px 0 0;
}
.orderForm .turnaround {
	padding:5px;
	margin:0;
}
.orderForm input.upload {
	margin-right:20px;
}
.orderForm .textarea {
	width:457px !important;
	height:110px;    
}
.orderForm .requiredFields {
	font-size:11px;
	color:#3b3b3b;
	margin:0;
}
.orderForm .requiredFields span {
	color:red;
}
.orderForm .uploadMail {
	font-size:11px;
	color:#3b3b3b;
	margin:0 0 25px 0;
}
.orderForm .invalid { 
	border:1px red solid;
}
.submitButton {
	background: url('../images/btnSubmitOrder.gif') no-repeat;
	width: 139px;
	height: 32px;
	border:none;
	padding:0;
	margin:0;	
	float:right;
	outline:none;
}
.submitButton:hover {
	background-position:center left;
}
.submitButton:active { 
	background-position: bottom left; 
}
.success{
	background:#a7e540;
	border:1px solid #56a015;
	margin:29px 0 20px 0;
	padding:0.666em;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.error{
	background:#fee;
	border:1px solid red;
	margin:29px 0 20px 0;
	padding:0.666em;
	text-align:center;
}

/* summarySection */

.summarySection {
	float:right;
	margin: 10px 20px 10px 0;
	display:inline;
}
.summarySection .price {
	text-transform:uppercase;
	font:bold 20px/32px  Trebuchet MS, Arial, Helvetica;	
	color:#3b3b3b;	
	float:right;
	margin:0 15px 0 0;
}
.summarySection .price span { color:#68c2e5 ;}
.summarySection .price em { font-style:normal; color:#68c2e5; }	
.summarySection .info {
	font-size:12px;
	color:#000;
	width:260px;
    text-align:right;
	float:right;
	margin:10px 0 20px 0;
}


/* addons */

.addonsContainer {
	border:1px #d9d9d9 solid;
	padding:10px;
	background-color:#e0dfdf;
	width:437px;
}
.addonsContainer label {
	margin:0;
}
.addons { 
	font-size:12px;
	/*background-color:#d9d9d9;*/

}
.addons .row label,
.addons .row .select {
	font-weight:normal;
	display:inline;
}
.addons .row .select {
	padding:5px;
}
.addons .row {
	margin:10px 0 0 0;
}





