@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/blog.css");		/* styling blog */

body {
text-align:center;
font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
/* Links -----------------------------------------------------------------------*/
ul {
list-style:none;
margin:0 0 15px 6px;
padding:0;
}
#content ul.innerlink, #blog_content ul {
margin:10px 5px;
font-size: 12px;
}
#content ul.innerlink li, #blog_content ul li {
padding: 1px 5px 1px 20px;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
#content a {
text-decoration:underline;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
.aligncenter {
text-align: center
}
.submitbtn {
padding: 5px;
font-weight: bold;
cursor:pointer;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgleft_b {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgright_b{
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:12px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font:22px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-weight:bold;
padding: 0 0 5px 10px;
}
h2 {
font:22px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-weight:bold;
}
h2 a, h2 a:hover, h3 a, h3 a:hover {
text-decoration:none;
}
h3 {
font:14px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-weight:bold;
padding: 4px 10px;
margin: 10px 0;
}
h4 {
font:14px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-weight:700;
}
h5 {
font:14px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-weight:700;
}
h6 {
font:12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-weight:700;
}
p {
font-size:12px;
line-height:18px;
margin:0 0 12px;
}

ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 30px;
padding:0 0 10px 10px;
}
ol li {
background:none;
list-style-type:decimal;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}

blockquote {
	line-height:20px;
	padding:15px;
	margin:10px;
	font-weight:bold;
}
#content blockquote {
    margin: 5px;
	padding: 20px 15px 10px 30px;
}
#content blockquote.wide {
    margin: 5px 5px 5px 0;
	padding: 30px 10px 10px 10px;
	font-weight:normal;
}
.clientname {
	font-size:11px; font-weight:normal;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
list-style:none;
}

strong {
font-weight:bold;
}
.mini {
font-weight:bold;
font-size: 16px;
}
.mini a{
text-decoration:underline;
font-size: 14px;
}

/* #content ------------------------------------------------------ */

.imgborder {
margin-bottom:8px
}
.testimonials {
	overflow:hidden;
	height:100%;
	padding-top: 15px;
	margin: 10px 0;
}

/* instruction elements -------------------------------------- */

p.alert {
margin:10px 0;
padding:5px 10px 5px 36px;
text-indent: 20px;
}
p.note {
margin:10px 0;
padding:5px 10px 5px 36px;
text-indent: 10px;
}
p.info, p.address, p.tel, p.fax, p.trans {
padding: 2px;
text-indent: 55px;
}
p.adjust55 {
text-indent: 55px;
padding: 2px;
}

/* STRUCTURE ----------------------------------*/
#header {
height:30px;
margin:0 auto;
}
#header h1, #header h1 a {
font-size:16px;
color:#333346;
margin:10px 0 5px 0;
}
#header h2 {
font-size:12px;
color: #003366;
}
#content-wrap {
overflow:hidden;
height:100%;
}
#wrapper {
text-align:left;
width:840px;
margin:0 auto;
padding:0 20px;
overflow:hidden;
height:100%;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
width:640px;
padding: 13px 0 10px 0;
}
#content2 {
width:600px;
}
#content { 
float:right;
}
#content2 { 
float:left;
}
#content .subcolumns, #sidebar .subcolumns {
width:270px;
line-height: 18px;
}
#content .subcol360 {
width:360px;
line-height: 18px;
}
#content .subcol335 {
width:335px;
line-height: 18px;
}
#content .subcol430 {
width:435px;
line-height: 18px;
}
#content .subcol180 {
width:180px;
line-height: 18px;
}
#content .subcol145 {
width:145px;
line-height: 18px;
}
#content .subcol320 {
width:320px;
line-height: 18px;
}
#content .subcol300 {
width:300px;
line-height: 18px;
}
#content .subcol290 {
width:280px;
}
#content .subcol210 {
width:210px;
line-height: 18px;
}
#content .height100 {
height:100%;
padding-bottom: 25px;
}

#content2 .subcolumns{
width:360px;
line-height: 18px;
}
#content2 .subcolumns2{
width:200px;
line-height: 18px;
}
.marite10 {
margin-right:10px;
}
#content .subcolumns h2, #content2 .subcolumns h2, #content2 .subcolumns2 h2 {
font-size:16px;
margin:0 0 3px;
padding:7px 5px 7px 15px;
}
#content .subcolumns h3, #content2 .subcolumns h3,#content2 .subcolumns2 h3 {
font-size: 12px;
margin:0 0 10px 0;
padding: 10px;
font-weight: bold;
}
#content .under_subcol {
clear: both;
line-height: 18px;
}
#content h2{
font-size:16px;
margin:10px 0 20px 0;
padding:4px 0 2px 10px;
clear: both;
}
#content h2.half {
margin-bottom: 0;
}
#mcontainer h2{
margin:0 0 5px 0;
text-indent: 14px;
padding: 7px 0;
clear: both;
}
#content h3, #mcontainer h3 {
font-size:14px;
margin:15px 0 15px;
padding:8px 5px 8px 20px;
clear: both;
}
#content h3.subtitle {
font-size: 12px;
padding: 5px 5px 5px 15px;
clear:none;
line-height:16px;
}

#content .under_subcol h3 {
padding: 5px 5px 2px 10px;
margin-top:0px;
}

#sidebar, #side_news, #sidebar2 {
font-size: 12px;
width:180px;
margin: 0;
}
#r_sidebar #sidebar {
width: 200px;
}
#sidebar {
float: left;
}
#sidebar2 {
float:right;
}
#side_news {
float: right;
}
#side_news h4 {
margin:0 0 10px 0;
padding: 10px;
}
#side_news ul {
margin: 0;
padding:0;
}
#side_news ul li a:hover {
text-decoration:underline;
}
#footer {
overflow:hidden;
text-align:left;
height:100%;
width:840px;
margin:0 auto;
padding:0;
}

#footer-in {
margin: 0;
padding-top: 7px;
}
#sidebar span {
font-size:12px;
}


/* Header Section  ----------------------------------*/
#h_left {
float:left;
width:300px;
}
#h_left img {
margin: 0;
}

/* ------------------------------  footer ---------------------------------------  */

#footer p {
font-size:10px;
line-height:14px;
float:left;
margin:5px 0;
padding:0;
}
#footer span {
margin-top:-8px;
font-size:10px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:underline;
}
#flinks {
list-style:none;
float:right;
}
#flinks li {
display:inline;
line-height:26px;
text-align:right;
padding:0 5px;
}
#flinks li a {
font-size:11px;
padding-left: 12px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
text-decoration: underline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s {
font-size:12px;
width:170px;
float:left;
margin-right:5px;
padding:2px;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:840px;
height:32px;
position:relative;
margin:0 auto 5px;
clear:both;
}
#nav .rss {
font-weight: bold;
padding-left:18px;
position:absolute;
top:7px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
font-size:10px;
text-transform:uppercase;
text-align:left;
clear:both;
line-height:25px;
padding-left:5px;
margin-bottom:5px;
}
a.button {
margin: 0 20px 8px 0;
font-weight:700;
font-size:12px;
padding:3px 15px 3px 10px;
}

.postads {
text-align:center;
overflow:hidden;
height:100%;
margin: 25px 10px;
}
.small { font-size:14px; }
#content .xsmall { font-size:8px; }


/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; } 
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:12px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
