/*
[Master Stylesheet]

Project:		MedeeaWeb (medeeaweb.com)
Version:		3.0
Last change:	23/07/09 by Ionut Oroian (ionut@medeeaweb.com)
*/

/* Import Website Menu */
@import url("dropdown/default.css");

/* Import Style for Website Addons*/
@import url("addons.css");

* {
	margin: 0;
	padding: 0;
}

body { background: url(../img/bg.gif) #fff repeat-x; }

/* Default Font on the Site */
* { font-family: Arial, Helvetica, sans-serif; }

body, td, th, input, select, textarea { font-size: 11px; }

p { padding-bottom: 18px; }

a {
	color: #f26522;
	outline: none;
	text-decoration: underline;
}

a:hover { 
	color: #000;
}

img { border: 0; }

ul, ol {
	margin: 0 0 0 20px;
}

li {
	padding: 0 0 10px;
}
/* Website Constructors */
#wrap {
	width: 956px;
	margin: 0 auto;
	position: relative;
	padding: 39px 0 20px;
}

/* MedeeaWeb Logo */
#medeeaweb-logo {
	position: absolute;
	top: 22px;
	left: 0;
}

#medeeaweb-logo h1 { width: 109px; }

#medeeaweb-logo h1 a {
	height: 56px;
	display: block;
	background: url(../img/medeeaweb-logo.gif) no-repeat left top;
}

#medeeaweb-logo h1 a span { /* hide text inside logo */
	position: absolute;
	left: -5000px;
}

/* Website Menu */
.website-menu {
	background: url(../img/menu_background.gif) repeat-x;
	height: 44px;
	margin: 0 0 27px 142px;
}

.website-menu .left, .website-menu .right {
	float: left;
	width: 12px;
	height: 44px;
	overflow: hidden;
	background: url(../img/menu_corners.gif) no-repeat left top;
}

.website-menu .right {
	float: right;
	background: url(../img/menu_corners.gif) no-repeat right top;
}

/* Website Header */
.header {
	height: 198px;
	margin-bottom: 20px;
	background: url(../img/header_background.jpg) no-repeat left top;
	position: relative;
}

/* <<.homepage>> is the Home Page Identifier */

/* Banner Holder For HomePage */
.homepage .header-banner {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 224px;
	height: 178px;
}

.header-banner img { border: 0; }

/* Website Columns */
.homepage .leftColumn {
	float: left;
	width: 224px;
	padding: 0 0 0 20px;
}

.homepage .rightColumn {
	float: right;
	width: 692px;
}

/* Featured Templates */
.featured_templates { background: #dbdbdb url(../img/featured_templates_cornerbottom.gif) no-repeat center bottom; }

.featured_templates .top {
	background: url(../img/featured_templates_cornertop.gif) no-repeat center top;
	padding: 0 10px 10px 10px;
}

.featured_templates .top h1 {
	padding: 10px 0;
	margin-bottom: 9px;
}

.featured_templates .top h1 a {
	display: block;
	height: 28px;
	background: url(../img/pre-designed_websites.gif) no-repeat left top;
}

.featured_templates .top h1 span {
	position: absolute;
	left: -5000px;
}

/* Tags for Default Pages 
   Website Columns */
.leftColumn {
	float: left;
	width: 224px;
}

.rightColumn {
	float: right;
	width: 712px;
}

/* Banner Holder For Content Pages */
.header-banner {
	width: 224px;
	height: 178px;
	margin-bottom: 20px;
}

.header-banner img { border: 0; }

/* Custom Programming */
.custom_programming { margin: 0; padding-bottom: 10px; }

.custom_programming h1 {
	display: block;
	background: url(../img/custom_programming.gif) no-repeat left top;
	height: 60px;
	padding: 0 0 10px 0;
}

.custom_programming h1 span {
	position: absolute;
	left: -5000px;
}

.custom_programming h2 {
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 20px;
}

.custom_programming ul { list-style: none; margin: 0; }

.custom_programming li {
	padding: 2px 10px 2px 22px;
	margin: 0 0 10px 0;
	float: left;
	width: 314px;
	background: url(../img/list_arrow.gif) no-repeat left center;
}

.custom_programming li a {
	font-size: 12px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
}

.custom_programming li a:hover { text-decoration: underline; }

/* Website Footer */
.website-footer {
	float: left;
	width: 948px;
	margin: 0 4px;
	background: url(../img/footer_bg.gif) no-repeat center 20px;
	height: 200px;
}

ul.footer_nav {
	list-style: none;
	margin: 20px 0 0 0;
}

ul.footer_nav li { float: left; padding: 0; }

ul.footer_nav li h1 {
	font-size: 13px;
	color: #636363;
	padding-top: 12px;
	height: 37px;
}

ul.footer_nav li.home { width: 109px; }

ul.footer_nav li.home h1 {
	padding-top: 2px;
	padding-left: 11px;
}

ul.footer_nav li.home span {
	position: absolute;
	left: -5000px;
}

ul.footer_nav li.home h1 a {
	display: block;
	width: 61px;
	height: 31px;
	background: url(../img/medeeaweb_footer-logo.gif) no-repeat left top;
}

ul.footer_nav li.home h1 a:hover { background: url(../img/medeeaweb_footer-logoHover.gif) no-repeat left top; }

ul.footer_nav li.our_solutions { width: 209px; }

ul.footer_nav li.our_services { width: 211px; }

ul.footer_nav li.latest_projects { width: 209px; }

ul.footer_nav li.pre_designed { width: 195px; }

ul.footer_nav li ul { list-style: none; margin: 0; }

ul.footer_nav li ul li {
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 12px 0;
}

ul.footer_nav a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

ul.footer_nav a:hover {
	color: #999999;
	text-decoration: underline;
}

li.pre_designed span {
	float: left;
	background: url(../img/footer_predesigned_bg.gif) no-repeat left bottom;
	padding-bottom: 10px;
	display: block;
	margin-right: 10px;
}

li.pre_designed img { border: 3px solid #a1a1a1; }

/* Default Page Holder */
.shadowBox { background: url(../img/shadowBox-bg.gif) repeat-y left top; }

.shadowBox-top {
	padding: 3px;
	background: url(../img/shadowBox-top.gif) no-repeat left top;
	min-height: 860px;
	height: auto !important;
	height: 860px;
}

.shadowBox-bottom {
	overflow: hidden;
	height: 13px;
	background: url(../img/shadowBox-bottom.gif) no-repeat left top;
}

/* Layout Tags and Styles */
.headline1 {
	background: #f6f6f6 url(../img/headeline1_bg.gif) no-repeat left top;
	padding: 17px 20px;
}

.headline2, .headline3 { padding: 17px 20px 0; }

.headline1 h1, .headline2 h1 {
	font-size: 28px;
	color: #252525;
	margin-left: -1px;
	letter-spacing: -1px;
}

.headline2 h1 span { color: #b3b3b3; }

.headline3 h1 {
	font-size: 24px;
	color: #333;
	margin-left: -1px;
	letter-spacing: -1px;
}

.content1 {
	padding: 20px;
	font-size:1.083em;
	line-height:1.462;
	color: #333;
}

.content1 h1 {
	font-size:1.34em;
	letter-spacing: -0.04em;
	padding-bottom: 10px;
	color: #000;
}

.content1 h2 {
	font-size:1.24em;
	letter-spacing: -0.04em;
	padding-bottom: 10px;
}

.content1 h3 {
	font-size:1.24em;
	letter-spacing: -0.04em;
	padding: 20px 0 10px;
	color: #75b71b;
}

.content1 ul li {
	list-style: none;
	background: url(../img/project_view_techlist.gif) no-repeat left 3px;
	padding: 0px 0 16px 20px;
	color: #666666;
}

.content1 a { font-weight: bold; }

/* Project List */
ul.project_list {
	list-style: none;
	padding: 20px 0 0 11px;
	margin: 0;
}

.project_list li {
	float: left;
	width: 218px;
	height: 176px;
	margin: 0 10px 10px 0;
}

.project_list li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #FFF;
	padding: 8px 10px;
	height: 160px;
	border-bottom: 3px solid #efefef;
}

.project_list li a:hover {
	color: #fff;
	background: #f0f0f0;
	border-bottom: 3px solid #d8d8d8;
}

.project_list li img {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 8px;
}

.project_list li a strong {
	display: block;
	font-size: 14px;
	color: #333333;
	padding: 0 0 6px;
	font-weight: normal;
}

.project_list li a:hover strong { color: #595959; }



.project_list li a span {
	font-size: 11px;
	color: #b3b3b3;
	cursor: pointer;
}

.project_list li a:hover span {
	color: #bfbfbf;
}



/* Project List */
ul.templates_list {
	list-style: none;
	padding: 20px 0 0 20px;
	margin: 0;
	font-size:1.083em;
}

.templates_list li {
	float: left;
	width: 150px;
	padding: 0 21px 20px 0;
	text-align: left;
	background: url(../img/project-li_bg.gif) no-repeat left 136px;
}

.templates_list li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

.templates_list li a:hover {
	color: #FFF;
	text-decoration: underline;
}

.templates_list li a.right { float: right; }

.templates_list li img {
	display: block;
	border: 0;
	padding-bottom: 10px;
}

.templates_list li span {
	font-weight: bold;
	display: block;
	padding: 0 10px 10px;
}

.templates_list li strong {
	font-weight: normal;
	font-size: 11px;
	color: #666;
	padding-top: 6px;
	display: block;
	padding: 6px 10px;
}

/* Templates Details */
.goBack_btn {
	margin-top: 6px;
	float: right;
	width: 80px;
	height: 26px;
	background: url(../img/goBack_btn.png) no-repeat left top;
}

.goBack_btn span, .showcaseList_btn span {
	position: absolute;
	left: -50000px;
}

.showcaseList_btn  {
	margin-top: 6px;
	float: right;
	width: 130px;
	height: 26px;
	background: url(../img/goBackShowcase_btn.png) no-repeat left top;
}

/* Project Info */
.project_info {
	background: url(../img/project_info-bg.gif) no-repeat 254px top;
	height: auto !important;
	height: 197px;
	min-height: 197px;
	width: 626px;
	margin: 0 auto;
	padding: 17px 0 0;
}

.project_info .left {
	float: left;
	width: 244px;
}

.project_info .right {
	float: right;
	width: 350px;
	font-size: 11px;
	color: #898989;
	line-height: normal;
}

.project_info .left h1, .project_info .left h2 {
	margin: 0;
	padding: 0 0 11px;
	font-size: 15px;
	font-weight: bold;
	color: #84c035;
}

.project_info .left h2 { color: #c2c2c2; padding: 0 0 4px; }

.project_info .left ul {
	margin: 0;
	padding: 0 0 20px;
}

.project_info .left ul li {
	list-style: none;
	background: url(../img/project_view_techlist.gif) no-repeat left 1px;
	padding: 0 0 6px 21px;
}


.project_info .right a {
	text-decoration: none;
	display: block;
	background: url(../img/visitwebsite_btn.gif) no-repeat left top;
	height: 20px;
	padding: 6px 0 0 98px;
	color: #ccc;
	font-weight: normal;
}

.project_info .right h1 {
	color: #c2c2c2;
	font-size: 18px;
	font-weight: normal;
	padding: 18px 0 10px;
	margin: 0;
}

.project_info .right ul {
	height: 48px;
	padding-bottom: 10px;
	margin: 0;
}

.project_info .right ul li {
	float: left;
	padding: 0 10px 0 0;
	list-style: none;
	width: 165px;
	color: #000;
	font-size: 12px;
	background: none;
}

.project_info .right ul li strong {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #c2c2c2;
	text-transform: uppercase;
}

.project_info .right h1 strong { font-weight: normal; color: #000000; }


/* Project List Navigation */
.page-nav {
	padding: 0 0 20px 20px;
	list-style: none;
}

.page-nav li { float: left; }

.page-nav a {
	background: #fff;
	border: 1px solid #cccccc;
	font-weight: bold;
	margin: 2px;
	padding: 4px 6px;
	text-decoration: none;
	display: block;
	color: #333;
}

.page-nav a:hover {
	background: #252525;
	border: 1px solid #252525;
	color: #fff;
}

.page-nav .current-page, .page-nav .current-page:hover {
	background: #cccccc;
	border: 1px solid #cccccc;
	font-weight: bold;
	color: #fff;
}

/* Order Page */
ul.steps {
	list-style: none;
	height: 62px;
	background: url(../img/ordersteps_bg.gif) no-repeat left top;
	margin: 8px 0 0 20px;
}

ul.steps li {
	width: 254px;
	height: 62px;
	float: left;
	visibility: hidden;
}

ul.steps li span {
	position: absolute;
	left: -50000px;
}

ul.steps li.step1 { background: url(../img/ordersteps_bg.gif) no-repeat 0 -62px; }

ul.steps li.step2 { background: url(../img/ordersteps_bg.gif) no-repeat -254px -62px; }

ul.steps .current { visibility: visible; }

.info { }

.info h2 {
	float: left;
	text-decoration: none;
	height: 210px;
	height: 182px;
	padding: 0 10px 0;
	background: url(../img/template_thumb_over.gif) no-repeat center bottom;
}

.info h1 {
	display: block;
	background: url(../img/your_selection.gif) no-repeat left top;
	text-align: right;
	float: right;
	width: 476px;
	font-size: 13px;
	color: #999999;
	letter-spacing: 0;
	padding-bottom: 6px;
}

.info h1 strong { color: #333333; }

.info h3 {
	color: #898989;
	font-size: 9px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e7e7;
	padding: 0px 2px;
	float: right;
	width: 472px;
}

#features-amount, #ordered {
	list-style: none;
	float: right;
	width: 476px;
	margin: 0;
}

#features-amount li, #ordered li {
	float: left;
	width: 148px;
	color: #333333;
	padding: 8px 10px 0 0;
	background: none;
}

#features-amount li strong, #ordered li strong { color: #61b80d; }

#total-amount {
	list-style: none;
	float: right;
	width: 476px;
	margin: 0;
}

#total-amount li {
	float: left;
	width: 238px;
	color: #333333;
	padding: 8px 0 0;
	background: none;
}

#total-amount li span {
	display: block;
	background: #f3f3f3;
	border-bottom: 1px solid #e7e7e7;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	padding: 2px 10px;
}

#total-amount li strong {
	padding: 4px 10px;
	font-size: 13px;
	color: #333333;
	display: block;
}

#total-amount li.grand-total { text-align: right; }

#total-amount li.grand-total strong { color: #61b80d; }

h1.select_features, h1.help_features {
	color: #898989;
	font-size: 9px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0;
	background: url(../img/select_features.gif) no-repeat left center;
	padding: 2px 10px;
	margin:15px 0 10px;
}

h1.help_features {
	padding: 2px 16px;
	margin: 0 0 8px;
	background: url(../img/help_features.gif) no-repeat left center;
}

#modules { list-style: none; margin: 0; }

ul#modules li {
	background: url(../img/orderfeat_bg.gif) no-repeat left top;
	width: 158px;
	height: 70px;
	float: left;
	padding: 0 8px 10px 0;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #61b80d;
}

ul#modules li h1 {
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	padding: 0;
}

ul#modules li.hover { background: url(../img/orderfeat_hover.gif) no-repeat left top; }

ul#modules li.selected {
	background: url(../img/orderfeat_selected.gif) no-repeat left top;
	color: #fff200;
}

ul#modules li.selected h1 { color: #FFF; }

ul#modules li div {
	height: 50px;
	padding: 10px 10px 10px 66px;
}

ul#modules .photo-gallery { background: url(../img/photo-gallery.png) no-repeat left 10px; }

ul#modules .newsletter { background: url(../img/newsletter.png) no-repeat left 14px; }

ul#modules .newsletter { background: url(../img/newsletter.png) no-repeat left 14px; }

ul#modules .calendar { background: url(../img/calendar.png) no-repeat left 10px; }

ul#modules .news-articles { background: url(../img/new-and-articles.png) no-repeat left 14px; }

ul#modules .links-directory { background: url(../img/link-directory.png) no-repeat left 10px; }

ul#modules .classifieds { background: url(../img/classifieds.png) no-repeat left 10px; }

ul#modules .refer-friend { background: url(../img/refer-a-friend.png) no-repeat left 10px; }

ul#modules .opinion-pools { background: url(../img/opinion-polls.png) no-repeat left 10px; }

ul#options {
	margin: 0;
	padding: 10px 0 0;
	background: url(../img/options-bg.gif) no-repeat left top;
}

ul#options li {
	list-style: none;
	float: left;
	font-size: 11px;
	color: #898989;
	line-height: normal;
	width: 326px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	margin-bottom: 10px;
	padding: 0;
}

ul#options li h1 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 7px 0 0;
	color: #000;
}

ul#options li.pages { 
	background: url(../img/options-pages-bg.jpg) no-repeat right 10px;
	margin-right: 10px;
}

ul#options li.pages input {
	background: #fff;
	border: 0;
	display: block;
	width: 70px;
	height: 16px;
	margin: 17px 0 28px 130px;
}

ul#options li.flash { 
	background: url(../img/options-flash-bg.jpg) no-repeat right bottom;
}

ul#options li.flash a, ul#options li.flash a:hover {
	display: block;
	height: 14px;
	background-image: url(../img/custom-flash_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 16px;
}

ul#options li.flash .selected, ul#options li.flash .selected:hover {
	background-position: left bottom;
}

ul#options li.flash p {
	margin: 0;
	padding: 16px 100px 0 0;
}

.next_btn {
	display: block;
	background: url(../img/next_btn.gif) no-repeat left top;
	width: 73px;
	height: 28px;
	border: 0;
	cursor: pointer;
	margin: 10px auto 20px;
	clear: both;
}

.order_now {
	display: block;
	background: url(../img/send_btn.gif) no-repeat left top;
	width: 73px;
	height: 28px;
	border: 0;
	cursor: pointer;
	margin: 10px auto 20px;
	clear: both;
}
/* Hide Elements */
.hide {
	display: none;
	visibility: hidden;
}

.contact-box input, .contact-box select, .contact-box textarea {
	display: block;
	border: 1px solid #dbdbdb;
	width: 260px;
	font-size: 12px;
	margin: 2px 0 8px;
}

.contact-box input, .contact-box textarea {
	padding: 4px;
	width: 252px;
}

/* Hide Elements */
.contact-box input.hide {
	display: none;
	visibility: hidden;
	overflow: hidden;
	padding: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.error {
	border: 1px solid #ebb6b6;
	background: #ffe6e6;
	padding: 8px 10px;
	margin-bottom: 10px;
}

/* Clearing a float container without source markup */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }


/* Plug-ins List*/
.plugin-list { margin: 0; }

.content1 .plugin-list li {
	background: none;
	border-bottom: 1px solid #efefef;
	padding: 0;
	margin-bottom: 10px;
}

.content1 .plugin-list li h1 {
	padding: 0;
	margin: 0;
}