/*
       Based on:
	project: web application template
	author: luka cvrk (www.solucija.com)

        Customized for easypronline.com by Knowmad Technologies
        http://www.knowmad.com/
*/

*{ margin: 0; padding: 0; }*
body { margin: 0; background: #fff url(../images/drop_bg.gif) repeat-y center; font: .9em "Helvetica Neue", "Helvetica", Arial, Sans-Serif; color: #444; min-height: 900px; }

	h1 { font-size: 2.5em; font-weight: normal; margin-bottom: 0.67em }
	h1 a { text-decoration: none; }
	h2 { font-size: 2em; color: #eeecec; font-weight: normal; margin: 0 0 .8em; }
	h3, .body h2, legend { font-size: 1.5em; margin: 0 0 .8em; color: #ff4b24; }
        legend { margin-left: 0 !important; padding-left: 0 !important; }
	p  { margin: 0 0 1em 0; line-height: 1.8em; }
	em { border-bottom: 1px dotted #fff; cursor: pointer; }
	a { color: #ff4b2f; font-weight: bold; }
	a:hover { color: #A0000E; text-decoration: none; }
	img { border: 0; }
	.red { color: #9D2900; }

#wrapper {
    width: 1026px;
    margin: 0 auto;
}

.content img { width: auto !important; }

.wrap { width: 900px; margin: 0 auto; }

#teaser, #bar { margin-left: 0 !important; width: 100%; }

#header { width: 900px; position: relative; padding: 46px 63px 40px; height: 50px; 
background: #eeecec url(../images/header_bg.gif) repeat-x; }

#header #admin_toggle {
    position: absolute;
    top: 0;
    right: 50px;
}

#header #admin_toggle a { color: #fff; }

#header h1 { float: left; }

#header h1 {
    background: url(../images/logo.gif) no-repeat;
    width: 342px;
    height: 65px;

}

#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

#header h1 a span { display: none; }

    	#menu  { position: absolute; bottom: 0; right: 52px; padding: 6px 0 0 0; list-style: none; }
		#menu li { display: inline; }
		#menu a { display: block; float: left; margin-left: 10px; padding: 7px; text-decoration: none; font-size:
        16px; color: #d73e1d; background: #fff; font-weight: normal; }
		#menu a:hover { color: #000; }
		#menu .active a { font-weight: bold; }
 
#teaser { clear: both; height: 226px; background: #192743 url(../images/teaser_bg.gif) repeat-x; position:
relative; }

#starburst {
    width: 120px;
    height: 124px;
    background: url(../images/order_starburst.png) no-repeat;
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 50;
}

#starburst a {
    display: block;
    width: 100%;
    height: 100%;
}

#starburst span { display: none; }

/* Hide transparent PNG from IE 6 */
* html #starburst { display: none; }

	.box { float: left; padding: 15px 0 0; width: 480px; color: #C7E3EE; }
.box h2 {
  margin: 0;
}
	#image { float: right; width: 375px; height: 226px; position: absolute; right: 52px; z-index: 20; background:
    url(../images/newspaper.jpg) no-repeat top right; }
	
#bar { height: 30px; display: block; clear: both; margin: 0 0 30px; padding: 8px 0 10px 0; background: url(../images/bar.gif) repeat-x; }
.step { color: #eeecec; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
	.step a { color: #fff; margin: 0 10px 0 0; text-decoration: none; }
	
.col { float: left; width: 276px; margin: 0 30px 16px 0; }
	.last { float: right; margin: 0; }
	.info { border: 1px solid #828282; background: #eeecec; padding: 7px; color: #828282; }

.one, .two, .three {
    min-height: 200px !important;
    *height: 200px !important;
}

.one { background: url(../images/bg_1.gif) no-repeat center 30px; }
.two { background: url(../images/bg_2.gif) no-repeat center 30px; }
.three { background: url(../images/bg_3.gif) no-repeat center 30px; }

    a.order_button {
        width: 161px;
        margin: 0 auto;
        display: block;
    }

#footer { clear: both; width: 900px; margin: 30px auto; padding: 15px; border-top: 1px solid #e0e0e0; background:
#fff; }	
	#footer .right { float: right; margin: 0 55px 0 0; }
	#footer a { color: #808080; font-weight: bold; }

.post {
  margin: 0 !important;
  padding: 0 !important;
}

.button {
  margin-top: 15px;
}

/* Form Styling */

fieldset { 
    border:  none !important;
    clear: both;
    display: block;
}

label {
    font-weight: bold;
    display: block;
    width: 250px; 
    float: left;
    clear: both;
    margin-bottom: 15px;
}

input { 
    margin-bottom: 15px;
}

p.input_desc {
    float: left;
    clear: both;
    width: 150px;
}

.tab_div { clear: both; }

.errors {
    background: #eeecec;
    padding: 15px;
    margin: 15px 0;
}

.errors ul {
    margin-left: 15px;
}

input.submit_button {
    width: 161px;
    clear: both;
    display: block;
    margin: 30px auto;
}

/* Hack for IE6 */
* html ol { padding-left: 30px; }