/*****Basic Elements*****/  

body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313131;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #4258A6;
}

a:hover {
	text-decoration: underline;	
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(../images/themes/nice_n_clean/list-item.gif) no-repeat 0px 8px;
}

ul.cool-li strong {
  color: #083C56;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border:1px solid #E2E2E2;
	padding:3px;	
	color:#4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #267E9D;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

#header {
	background: url(../images/themes/nice_n_clean/header_bg.gif) repeat-x;
	height: 112px;
}

/** Logo **/

#header h1 {
	background: url(../images/themes/nice_n_clean/logo-trans.png) no-repeat;
	width: 202px;
	height: 25px;
	text-indent: -9990px;
	margin: 35px 0px 5px;
}

#header span#slogan {
	font-style: italic;
	color: #81726a;
	font-size: 13px;
}

/*** Main Menu ***/

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 42px;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #76BFD5;
	display: block;
	padding: 5px 13px;
	text-transform: uppercase;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li.active a, #header ul#top_menu li a:hover {
	color: #A7DEEF;
}

#header ul#top_menu li.active {
	background: #3B6982 url(../images/themes/nice_n_clean/active_item.gif) repeat-x;
	margin: 0px 5px;
}

/*** Content ***/

#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(../images/themes/nice_n_clean/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
}

/*** Sidebar ***/

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #4773BF;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(../images/themes/nice_n_clean/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px 30px;
}

/*** Footer ***/

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #aeb3b6;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #767C7F;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #434343;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer  strong {
	color: #263035;
	font-weight: normal;
}

/***** Home Page ****/

/** Featured Area **/

#featured_area {
	background: url(../images/themes/nice_n_clean/featured_area_bg.gif) repeat-x;
	height: 308px;
	overflow: hidden;
	position: relative;
}

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
}

#featured_area .description h2 {
	font-size: 17px;
	color: #423d3a;
	margin-bottom: 15px;
	font-weight: bold;
}

#featured_area .description p {
	font-size: 13px;
}

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

#featured_area .photo {
	background: url(../images/themes/nice_n_clean/featured_image_bg.gif) repeat-x;
	border: 1px solid #f8f9fa;
	padding: 10px;
	margin-top: 1px;
	float: right;
	position: relative;
}

#featured_area .photo img {
	width: 600px;
	height: 210px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: none;
}

.ribbon {
	position: absolute;
	right: -1px;
	top: -2px;
	width: 87px;
	height: 89px;
	z-index: 5;
}

.ribbon.webdesign {
	background: url(../images/themes/nice_n_clean/webdesign-trans.png) right top no-repeat;
}

.ribbon.print {
	background: url(../images/themes/nice_n_clean/print-trans.png) right top no-repeat;
}

.ribbon.flash {
	background: url(../images/themes/nice_n_clean/flash-trans.png) right top no-repeat;
}

a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 123px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

a.jFlowPrev {
	background: url(../images/themes/nice_n_clean/prev-trans.png) no-repeat;
	left: 0px;
}

a.jFlowNext {
	background: url(../images/themes/nice_n_clean/next-trans.png) no-repeat;
	right: 0px;
}

div#myController {
	display: none;
}

/** Page Name **/

#pagename {
	background: #e9edf0 url(../images/themes/nice_n_clean/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 107px;
}

#pagename h2 {
	color: #083C56;
	margin: 22px 0px 0px;
	font-size: 35px;
	font-family: Palatino Linotype, Georgia, serif;
}

/** Home Page Content **/

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#services {
	width: 560px;
	float: left;
}

body#home div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#services ul li {
	float: left;
	width: 195px;
	margin: 0px 70px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
}

body#home div#services ul li#first {
	background: url(../images/icons/aesthetica/png/32x32/notes_edit.png) 0px 11px no-repeat;
}

body#home div#services ul li#second {
	background: url(../images/icons/aesthetica/png/32x32/fast_forward.png) 0px 11px no-repeat;
}

body#home div#services ul li#third {
	background: url(../images/icons/aesthetica/png/32x32/chart.png) 0px 11px no-repeat;
}

body#home div#services ul li#fourth {
	background: url(../images/icons/aesthetica/png/32x32/accept.png) 0px 11px no-repeat;
}

body#home div#services ul li#fifth {
	background: url(../images/icons/aesthetica/png/32x32/lock.png) 0px 11px no-repeat;
}

body#home div#services ul li#sixth {
	background: url(../images/icons/aesthetica/png/32x32/word.png) 0px 11px no-repeat;
}

body#home div#services ul li#seventh {
	background: url(../images/icons/aesthetica/png/32x32/user_comment.png) 0px 11px no-repeat;
}

body#home div#services ul li#eighth {
	background: url(../images/icons/aesthetica/png/32x32/computers.png) 0px 11px no-repeat;
}


body#home div#services ul li.last {
	margin-right: 0px;
}

body#home div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

body#home div#contact-info p strong {
	color: #454444;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}

/** Services Page **/

ul#latest_blog {
	list-style-type: none;
}

/** Portfolio Page **/

#search {
	background: url(../images/themes/nice_n_clean/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color:#4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
}


/** Post **/

.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

.note {
  font-size: 11px;
	color: #9f9f9f;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

.product_name {
  float:  left;
  font-size: 24px;
}

.product_details img {
  border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

.important {
  font-size: 24px;
  color:      #083C56;
}

.payment_button_homepage,
.payment_button {
  display: block;
  padding: 3px;
  margin: 3px;
  text-align: center;
  line-height: 93%;
}

.payment_button_homepage {
  width: 400px;
  margin-left: auto;
  margin-right:auto;
  padding-left: 0px;
  
}

.homepage_buy {
  text-align: center;
}

a.buy_button {
  font-size: 24px;
  text-decoration: none;
  display: block;
  color:     #fbfbfb;
  background-color: #3B6982;
  /*background: url(../images/themes/nice_n_clean/active_item.gif) repeat-x;*/
  text-decoration: none;
  border: 1px solid #072B3E;
  line-height: 130%;
  margin-left: 15px;
  margin-right: 15px;
}

a.buy_button:hover,
a.buy_button:focus {
  background-color:  #423D3A; /*#122E3C;*/
  color:    #ffffff;
  line-height: 130%;
}

a.buy_button_semi {
  font-size: 22px;
  text-decoration: none;
  display: block;
  color:     #444;
  background-color: #8094D9;
  text-decoration: none;
  border: none;
  line-height: 130%;
  margin-left: 15px;
  margin-right: 15px;
}

a.buy_button_semi:hover,
a.buy_button_semi:focus {
  background-color:  #423D3A; /*#122E3C;*/
  color:    #ffffff;
  line-height: 130%;
}


.small {
  font-size: 12px;
  text-align: center;
  line-height: 93%;
}

.order_summary {
  font-size: 16px;
}
.paypal_button {
  text-align: center;
  display: block;
  width: 172px;
  height: 47px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #CCCCCC;
  background: #EEEEEE;
  text-decoration: none;
}
.paypal_img {
  margin-left: -15px;
  text-align: center;
  margin-bottom: 10px;
}

.order_amount {
  font-weight: bold;
  color: #D10808;
}

.error_list,
.red {
  color: #D10808;
}

.message {
  padding: 5px;
  margin: 2px;
  font-size: 13px;
  background-color: #DAF6F7;
  border: 1px solid #287477;
}

table.pretty {
  border-top: 1px solid #5BB0B3;
  border-left: 1px solid #5BB0B3;
  border-right: 1px solid #5BB0B3;
  border-bottom: 1px solid #5BB0B3;
}


table.pretty th {
  padding: 2px;
  color: #083C56;
  background-color: #DAF6F7;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #5BB0B3;
}

table.pretty td {
  padding: 2px;
  text-align: center;
  border-bottom: 1px solid #5BB0B3;
}

table.pretty tr.light {
  background-color: #EEFBFC;
}

table.pretty tr.dark {
  background-color: #E6F9FA;
}

.message, 
label {
  font-weight: bold;
  color: #083C56;
}

.error_list {
  margin-left: 20px;
}

.paypal_button:hover,
.paypal_button:focus {
  background: #9DC4D9;
  border: 1px solid #333333;
}

.hide {
  display: none;
}


div.price {
  float:  right;
  display:     inline;
  font-size:  24px;
  color:      #083C56;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #567091;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination  {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}

.details-menu {
  top: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 30px;
  font-size: 16px;
  background: #B3C2CB;
  border-top: 1px solid #1B5376;
  position: fixed;
}

.details-menu ul {
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.details-menu ul li {
  display: inline;
}

.footer_partners {
  display: block;
  margin-top: 200px;
  width: 960px;
  text-align: center;
}

.footer_partners a {
  color: #B3CFE2;
}

/** Blog **/

p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a{
	color: #8dadc7;
}

#screens {
		background-color: #FFF;
		padding: 10px;
		width: 100%;
}
#screens ul { list-style: none; }
#screens ul li { display: inline; }
#screens ul img {
	border: 5px solid #C8DEE9;
	background: #C8DEE9;
}
#screens ul a:hover img {
  border: 5px solid #083C56;
	color: #fff;
}
#screens ul a:hover { color: #fff; }


/** Contact Page **/

p#tip {
	font-weight: bold;
	font-size: 13px;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}
