/* Start of CMSMS style sheet 'vaizdosrautai' */
/* accessibility */
/* menu links accesskeys */
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff repeat-x;
/*	background: #ffffff url(/images/templatemo_main_bg.jpg) repeat-x; */
}

a:link, a:visited { color: #4895c8; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #000000; text-decoration: underline; } 

p { margin: 0px; padding: 0px; text-align: justify; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_25 { margin-right: 25px; }
.margin_right_60 { margin-right: 60px; }

.border_bottom {
	border-bottom: 1px solid #999;
}

.rc_btn_01 {
	clear: both;
	float: left;
	padding-left: 30px;
	display: block;
	width: 500px;
	font-size: 12px;
	background: url(/images/templatemo_icon_01.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a {
	clear: both;
	display: block;
	float: right;
	text-align: center;
	width: 106px;
	height: 36px;
	padding-top: 8px;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	background: url(/images/templatemo_button_01.png) no-repeat;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* header */
#templatemo_header_wrapper {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url(/images/template_header_bg.jpg) repeat-x;
}
#templatemo_header {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(/images/template_header_bg_01.jpg)  no-repeat;
}
#templatemo_header #site_title_section {
	float: left;
	width: 300px;	
	margin-left: 30px;
	text-align: center;
}
#site_title_section #site_title {
	margin-top: 12px;
	margin-left: 70px;
	padding: 30px 0;
	background: url(/images/vaizdosrautai.gif) no-repeat;
}
#site_title_section #salogon {
	font-size: 14px;
	margin-left: 20px;
	color: #000;
}
#templatemo_header #search_section {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
#search_section form {
	margin: 0px;
	padding: 0px;
}
.searchfield {
	height: 20px;
/*	width: 250px; */
	padding: 2px;
                float: right;
                padding: 6px;
}
/* end of header */

/* banner */
#templatemo_banner_wrapper {
	clear: both;
	width: 100%;
	height: 260px;
	margin: 0 auto;
	background: url(/images/templatemo_banner_bg_repeat.jpg) repeat-x;
}

#templatemo_banner {
	width: 920px;
	height: 260px;
	margin: 0 auto;
	padding: 0 30px;
	background: url(/images/templatemo_banner_bg.jpg) no-repeat;
}

#banner_header_01 {
	padding: 35px 0 15px 0;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}

#banner_header_02 {
	margin-left:10px;
	margin-bottom: 20px;	
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#banner_text {
	color: #999;
	width: 500px;
	margin-left: 10px;
	font-size: 14px;
}

#banner_text p {
	margin-bottom: 20px;
}
/* end of banner */

/* menu */
#templatemo_menu_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: url(/images/templatemo_menu_bg.jpg) repeat-x;
}

#templatemo_menu {
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#templatemo_menu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_menu ul li {
	display: inline;
}

#templatemo_menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 30px;
	width: 110px;
	padding-top: 20px;
	margin-right:10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/templatemo_menu_button.jpg) bottom right no-repeat;
	outline: none;
}

#templatemo_menu ul li a span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(/images/templatemo_menu_button_left.jpg) left bottom no-repeat;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #ffffff;
	height: 35px;
	padding-top: 15px;
	background: url(/images/templatemo_menu_button_hover.jpg) bottom right no-repeat;
}

#templatemo_menu li a:hover span, #templatemo_menu li .current span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(/images/templatemo_menu_button_hover_left.jpg) bottom right no-repeat;	
}
/* end of menu*/

/* submenu */
#templatemo_submenu_wrapper {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#templatemo_submenu {
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
}

#templatemo_submenu ul {
	float: left;
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#templatemo_submenu ul li {
	display: inline;
}

#templatemo_submenu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 30px;
	width: 110px;
	padding-top: 10px;
	margin-right:10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#templatemo_submenu ul li a span {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
}

#templatemo_submenu li a:hover, #templatemo_submenu li .current {
	color: #000;
	height: 35px;
	padding-top: 15px;
}

#templatemo_submenu li a:hover span, #templatemo_submenu li .current span	{
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 50px;
	bottom: 0px;
	left: 0px;
}
/* end of submenu*/

/* content */
#templatemo_content_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

#templatemo_content {
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px;
}

#templatemo_content #content_left {
	float: left;
	width: 260px;
	margin: 0 40px 0 0;
	padding:  0 39px 0 0;
	border-right: 1px solid #999;
}

#templatemo_content #content_right {
	float: right;
	width: 620px;
	margin: 0px;
/*	background: url(/images/templatemo_content_top.jpg) top repeat-x; */
}

.content_header_01 {
	font-size: 22px;
	color: #fbb239;
	padding-bottom: 0px;
	margin-bottom: 30px;
/*	background: url(/images/templatemo_horizontal_divider_01.jpg) bottom repeat-x; */
}

.content_header_02 {
	font-size: 22px;
	color: #fbb239;
	padding-bottom: 20px;
/*	background: url(/images/templatemo_horizontal_divider_01.jpg) bottom repeat-x; */	
}

#content_left .content_left_section {
	clear: both;
}
/* ------------ News Module ------------ */
#news {
	padding: 0px;
}
.NewsSummary {
}
.NewsSummaryPostdate,
.NewsSummaryCategory,
.NewsSummaryAuthor {
	font-weight: bold;
/*	font-style: italic; */
	font-size: 0.8em;
}
.NewsSummaryLink {
	margin: 2px 0;
}
.NewsSummaryContent {
	text-align: justify;
	margin: 10px 0;
}
.NewsSummarySummary{
	text-align: justify;
}
.NewsSummaryMorelink {
	font-weight: bold;
	color: #4895c8;
	margin: 0px 0 20px;
}
/* ------------ End News Module ------------ */

.content_left_section #search_field {
	padding: 5px 0 0 0;
	height: 20px;
	width: 300px;
	margin-bottom: 10px;
}

#content_right .content_right_section {
	clear: both
}

.content_right_section p {
	text-align: justify;
	padding-bottom: 10px;
}

#content_right .content_right_280_section {
	float: left;
	width: 280px;
}

.content_right_280_section .image_wrapper {
	background: #333;
	padding: 9px;
	margin-bottom: 10px;
}

.content_right_280_section .image_wrapper img {
	border: 1px solid #ffffff;
}

.content_right_280_section ul {
	margin: 10px 0 0 0;
	padding: 0px;
}

.content_right_280_section ul li {
	border-left: 5px solid #999;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	list-style:none;
}

.content_right_w620_wrapper {
	border: 1px solid #fff;
}

.content_right_w620_inner {
	padding: 30px 28px;
	color: #fff;
	background: #999;
	border: 1px solid #666;
}

.content_right_w620_inner .image_wrapper {
	border: 1px solid #ffffff;
	background: #cccccc;
	padding: 4px;
	margin-bottom: 5px;
}

.image_wrapper img {
	border: none;
}

.box_w170 {
	float: left;
	width: 170px;
}
/* end of content right */

/* footer */
#templatemo_footer_wrapper {
	clear: both;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: url(/images/templatemo_footer.jpg) repeat-x;
}

#templatemo_footer {
	width: 980px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	color: #CCC;
}

#templatemo_footer a {
	color: #FFF;
	font-weight: bold;
}
/* end of footer *//* end clearing */

/* NMS */
.contactform p { 
	clear : left; 
	margin : 0 0 0 20px; 
	padding : 10px 0 5px 15px; 
}
.contactform label.lblinp { 
	font-weight : normal; 
	float : left; 
	margin-left : -30px; 
	width : 70px; 
} 
.contactform input[type="text"] { 
	border : 1.5px solid #999; 
	width : 180px; 
} 
.inputtext input { 
	border : 1.5px solid #999; 
	width : 180px; 
} 
.contactform textarea { 
	width : 250px; 
	height : 185px; 
	border : 1px solid #999; 
} 
.buttons input {
	clear: both;
	display: block;
	float: right;
	width: 106px;
	height: 36px;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	background: url(/images/templatemo_button_01.png) no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* end of NMS */
div.breadcrumbs {
                float: right;
	font-size: 90%;
	margin: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.content {
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	background: #e6e3e3;
	white-space: nowrap;
	border: 1px solid #efefef;
	height: 22px;
	padding: 2px;
}
td.content2 {
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
	background: #e2dfdf;
	white-space: nowrap;
	border: 1px solid #eff0f7;
	height: 22px;
	padding: 2px;
}
td.content3 {
	font-size: 12px;
	color: #FFFFFF;
	white-space: nowrap;
	background-image:	url(../images/content/tableheader.jpg);
	background-repeat:	repeat-x;
	white-space: nowrap;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	height: 26px;
}
.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 22px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #326BC0;
}
.buttonss input {
	clear: both;
	display: block;
	float: left;
	width: 106px;
	height: 36px;
	margin: 0;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
	background: url(/images/templatemo_button_01.png) no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/* Hosting plans */
.plan-box{
	float:left;
	width:232px;
	height:359px;
	margin:0px 0px 0px 5px;
	background:#fff url(/uploads/images/box-plan.jpg) 0px 0px no-repeat;
}
.plan-price{
	clear:left;
	margin:10px 0px 0px 10px;
	width:193px;
	height:104px;
	text-align:center;
	background:url(/uploads/images/box-price.png) 0px 0px no-repeat;
}
.plan-box .plan-price p{
	padding-left:20px;
	padding-top:5px;
	font:58px georgia;
	color:#555;
	font-style:italic;
}
.plan-box .plan-price p sup{	
	font-size:30px;  
}
.plan-box .plan-price p.term {
	text-align:left;
	padding-top:0px;
	padding-left:28px;
	font:14px georgia;
	line-height:14px;
	color:#24324D;
	font-style:italic;
}
.plan-text{
	padding-left:10px;
	font-weight:bold;
	text-transform:lowercase;
}
.plan-box h2{
	clear:left;
	padding-left:30px;
	font:30px georgia;
	line-height:20px;
	font-weight:bold; 
	color:#E15406;
	padding-bottom:1px;
}
.plan-box p{
	padding-left:15px;
	font-size:14px;
	color:#21314E;
	line-height:18px;
}
/* end Hosting plans */
/* End of 'vaizdosrautai' */

