/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@font-face {
      font-family: "MYRIADPRO";
      src: url("fonts/MYRIADPRO-REGULAR.OTF")
    }

a img
{
border: none;
}

img.noblockimg {
	display: block;
}

.compTable {
border: none;
border-collapse:collapse;
}

.compTable .tick {
background-image: url(img/tick.gif);
background-repeat:no-repeat;
background-position:center;
}

.compTable .free_td {
background-color: #f0c243;
width: 2%;
}

.compTable .odd_tr {
background-color: #f4eac1;
height: 25px;
}

.compTable .tr {
height: 25px;
}

.compTable .light_td {
background-color: #599df8;
}

.compTable .pro_td {
background-color: #63df7c;
}

.compTable .ultra_td {
background-color: #df8d63;
}

.compTable .corp_td {
background-color: #67d3d6;
}


body {
	background: #D4C792 url(img/img01.gif);
	font-family: "MYRIADPRO", "myriad-pro-1", "myriad-pro-2", Calibri, Tahoma, Geneva, sans-serif;
	font-size:1.000em;
	color: #222222;
}



.announce {
    background: url("img/announcement.png") no-repeat scroll -5px 5px rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding: 2px 0 2px 35px;
}


#Example_R {
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px black;
-webkit-box-shadow: 5px 5px 5px black;
box-shadow: 5px 5px 5px black;
} 


.imagedropshadow {
	padding: 5px;
	border: dotted 1px #888;
}
a:hover img.imagedropshadow {
	border: dotted 1px #bbb;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}




/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtnRed { 
	padding: 0px 3px 0px 0px; 
	margin-right:15px; 
	font-size:13px; 
	text-align: center; 
	background: transparent url(img/btn_red_sprite.gif) no-repeat right -75px; 
}
	
button.submitBtnRed span {
	padding: 6px 10px 0px 15px; 
	height:21px; 
	background: transparent url(img/btn_red_sprite.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtnRed:hover, button.submitBtnRedHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -113px; 
}
	
button.submitBtnRed:hover span, button.submitBtnRedHover span {
	background-position: 0 -38px;
}



/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtnYellow { 
	padding: 0px 3px 0px 0px; 
	margin-right:15px; 
	font-size:13px; 
	text-align: center; 
	background: transparent url(img/btn_yellow_sprite.gif) no-repeat right -75px; 
}
	
button.submitBtnYellow span {
	padding: 6px 10px 0px 15px; 
	height:21px; 
	background: transparent url(img/btn_yellow_sprite.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtnYellow:hover, button.submitBtnYellowHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -113px; 
}
	
button.submitBtnYellow:hover span, button.submitBtnYellowHover span {
	background-position: 0 -38px;
}



* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #AA2808;
}

h1 { 
}

h2 { 
}

h3 { 
}

h4 { margin-bottom: 7px;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p { 
}

blockquote {
}

ul {
}

ol {
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 920px;
	height: 96px;
	margin: 0 auto;

	background: url(img/img05.gif) no-repeat left bottom;
}

#header1  {
	width: 920px;
	height: 96px;
	margin: 0 auto;
	background: url(img/img05_1.gif) no-repeat left bottom;
}


input.button1 {
   border-style:solid;
   border-width:0px;
   background-color: #D4C792;
   text-decoration:underline;
   color: #0000FF;
   cursor:pointer;
}

#logo_spec {
	float: right;
	padding: 5px 0 0 0px;
	top: 5px;
	left: 620px;
	position: absolute;
}

#translate-this {

	float: right;
	padding: 5px 0 0 62%;
	position: absolute;
	

}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 15px;
}


#logo h1 {
	margin: 0;
	padding: 0;
	font: 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	color: #D4C792;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	padding-right: 10px;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 23px;
	margin: 0;
	padding: 7px 0 0 0;
	background: url(img/img02.gif);
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 16px;
	
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(img/img03.gif);
	color: #AA2808;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: #D4C792 url(img/img04.gif) repeat-y;
}

#page1 {
	width: 920px;
	margin: 0 auto;
	background: #D4C792 url(img/img04_1.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 30px 0 0 35px;
}

#content1 {
	float: left;
	width: 850px;
	padding: 30px 0 0 35px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content1 h1, #content1 h2, #content1 h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content1 h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content1 h2 {
	font-size: 123%;
}

#content h3 {
	font: 92%;
}

#content1 h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content1 ul, #content1 ol {
	list-style-position: inside;
}

#content .boxed {
	float: right;
	width: 46%;
	padding-right: 4%;
}

#content1 .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content1 .boxed h2 {
	padding: 5px 0;
}

#content .boxed h2 {
	padding: 5px 0;
}
/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 0 20px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h2 {
	padding: 5px 20px;
	border-bottom: 1px dotted #373322;
	font-size: 100%;
	color: #373322;
}

input.standart-input {
	border: 1px solid #A25E40;
	height: 20px;
	color: #373322;
}

#sidebar h3 {
	font-size: 80%;
	color: #373322;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

ul.featured-ul{
list-style-type: circle;
font-weight: bold;
font-size: 90%;
}

ul.featured-ul_normal{
list-style-type: circle;
font-weight: normal;
}

/* News */

#news {
}

#news a {
	font-size: 80%;
	color: #373322;
}

/* Footer */

#footer {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(img/img06.gif) no-repeat;
	color: #FFFFFF;
}

#footer1 {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(img/img06_1.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer1 p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer1 a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

#footer1 a:hover {
	text-decoration: none;
}