/* Basics  */

html {
	color: #000;
	background: #FFF
}

body,div,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em
}

fieldset,img {
	border: 0
}

ul,ol {
	margin: 0;
	padding-left: 25px
}

li {
	list-style-position: outside
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,q:after {
	content: ''
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

input,textarea,select {
	*font-size: 100%
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Typography */

body {
	font: 13px/24px "Lucida Grande",helvetica,verdana,sans-serif;
	color: #6e6e6e
}



h1 {
	font-weight: bold;
	color: #2c2b2b;
	text-shadow: white 0 0 1px;
	font-size: 3em;
	line-height: 1.5em;
}

.tagline {
	font-size: 1.8em;
	text-shadow: white 0 0 1px;
	color: #6e6e6e;
	line-height: 1.5em;
}

h2 {
	font-size: 1.8em;
	text-shadow: white 0 0 1px;
	color: #6e6e6e;
	line-height: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2c2b2b;
	text-shadow: white 0 0 1px;
	margin: 1em 0 0.3em 0
}

h4,.h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2c2b2b;
	text-shadow: white 0 0 1px
}

h5,.h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #2c2b2b;
	text-shadow: white 0 0 1px
}

a {
	text-decoration: none;
	color: #0983d1
}

a:hover {
	
}

a:active {
	
}

a:visited {
	
}

a img {
	border: none;
	text-decoration: none
}

em {
	color: #333;
	font-style: italic
}

strong {
	font-weight: bold
}

small {
	font-size: 0.8em;
	color: #333;
	color: #979797;
	line-height: 1.5em
}

hr {
	border: 0px;
	border-bottom: 1px solid #ccc
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	color: #7f7f7f;
	padding: 8px;
	font-family: Monaco,"Courier New",Courier,mono;
	display: block;
	margin: 1em 0
}

img {
	border: none
}

h3 img {
	margin: 5px 6px 0 0;
	float: left
}

q {
	font: italic 1.6em Georgia;
	font-weight: normal;
	line-height: 1.5em;
	padding: 1.1em 0px;
	display: block
}

q:before {
	content: "\201C\00A0"
}

q:after {
	content: "\00A0\201D"
}



/* Content */


.product_icon {
 	position: absolute;
	left: 26px;
 	width: 78px;
 	height: 78px;
 	top: 9px;
	background: url(images/product_icon.png) no-repeat;
}

.logo {
	top: 32px;
	color: #fff;
	font: bold 16px/32px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .6em;
}

.identity {
	text-align: center;
	height: 32px;
	background-image: url(images/top_menu_middle.png);
	margin-right: auto;
	margin-left: auto;
}

.product_icon {
 	position: absolute;
	left: 16px;
 	width: 78px;
 	height: 78px;
 	top: 9px;
	background: url(images/product_icon.png) no-repeat;
}

#proposal {
	margin: 0p;
	text-align: center;
	background-color: #a9a9a9;
	padding: 16px;
	box-shadow: ;
}

#proposal .columnleft {
	width: 450px;
	padding: 4px;
	float: left;
	background-color: #98BA40;
}

#proposal .columnright {
	width: 450px;
	padding: 4px;
	float: right;
	background-color: #98BA40;
}

#proposal .title  {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-shadow: #336600 0 1px;
}

#proposal .title a {
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-shadow: #336600 0 1px;
}

#proposal .title a:hover {
	text-decoration: underline;
} 

#proposal .price {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

#proposal .subtext  {
	color: #fff;
	font-size: 12px;
}

#proposal .subtext a:hover {
	text-decoration: underline;
}

.clear {
	clear: both
}

#maincontent {
	margin: 0 auto;
	padding: 0 16px;
	width: 1000px;
}

#content {
	margin: 0 auto;
	padding: 0 16px;
	width: 1000px;
}

#top_nav {
	height: 43px;
	color: #818181;
	text-align: center;
}

#top_nav a {
	height: 43px;
	line-height: 43px;
	color: #343434;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: #fff 0 1px;
	list-style-type: none;
	padding: 8px 16px;
	margin: 0;
}

#top_nav a:hover {
	color: #0983d1}

#top_nav a.selected {
	color: #0983d1
}

#homeheader {
	height: 280px;
	position: relative;
	width: 1000px
}

#homeheader #graphic {

}

#homeheader #text {
	position: absolute;
	top: 50px
}

#twocolumns {
	
}

#twocolumns .column {
	width: 475px;
	float: left;
}

#twocolumns .columnright {
	width: 475px;
	float: right;
}

#twocolumns .column:last-child {
	margin-right: 0
}

#threecolumns {
	
}

#threecolumns .columnleft {
	width: 380px;
	margin-right: 60px;
	float: left
}

#threecolumns .column {
	width: 260px;
	margin-right: 40px;
	float: left
}

#threecolumns .columnright {
	width: 260px;
	margin-right: 0;
	float: left
}

#promobar {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 170px;
	float: left;
}

#promobar .promo {
	display: block;
	background-color: #f8f8f8;
	width: 218px;
	height: 140px;
	float: left;
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	padding: 15px;
	padding-top: 8px
}

#promobar .promo .p {
	display: block;
	font-size: 0.8em;
	line-height: 2em;
	color: #6e6e6e
}

#promobar .promo .link {
	display: block;
	font-size: 0.8em
}

#promobar .promo:last-child {
	border-right: solid 1px #e5e5e5
}

#exvo {
	background: url(images/exvologo.png) no-repeat 50% 75%;
}

#opencompany {
	background: url(images/openagency_small.png) no-repeat 50% 85%;
}

#footer {
	height: 100px;
	margin: 20px auto;
	text-align: center;
	color: #999;
	font-size: 0.9em;
	line-height: 2em
}

.sosumi {
	font-size: 0.7em;
	line-height: 1.2em
}




#overviewlist {
	float: left;
	width: 450px;
	margin-right: 30px;
	margin-left: 0;
	margin-bottom: 30px;
}

#overviewlist .item {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #f1f1f1
}

#overviewlist h5 {
	color: #0177d0;
	line-height: 3px;
	font-weight: bold;
	display: inline
}

#overviewlist h5 img {
	margin-right: 10px;
	float: left;
	margin-top: 4px
}

#overviewlist p {
	font-size: 12px;
	color: gray;
	margin-bottom: 20px;
	display: inline
}


/* Form */

form {
	margin: 0;
}

fieldset {
	margin: 0 0 24px;
	padding: 24px;
	border: none;
	font-size: 1em;
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
}

fieldset .language-pair {
	margin: 0;
	padding: 0;
	border-style: none;
}

fieldset .language-pairs_list {
	padding: 0;
}

legend {
	font-size: 1.8em;
	text-shadow: white 0 0 1px;
	color: #6e6e6e;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}

input {
	padding: 3px;
	font-size: 14px;
	color: #4F4F4F;
}



/* Post */

.atomentry {
	width: 640px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px 16px;
	margin-bottom: 16px;
	margin-right: 32px;}

.atomentry .content {
	
}

.atomentry .title,
h2.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.atomentry .title a:link, .atomentry .title a:active, .atomentry .title a:visited {
}

.atomentry .title a:hover {
}

.atomentry .entry {
}

.atomentry .meta {
	padding: 16px 0;
}

.atomentry .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.atomentry .meta .author {
	float: left;
}

.atomentry .meta .links {
	float: right;
}

.atomentry .meta .more {
	padding: 0 20px 0 18px;
}

.atomentry .meta .comments {
	padding-left: 22px;
}

.atomentry .meta b {
	display: none;
}

/* Comments */

#comments {
	width: 640px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px 16px;
	margin-bottom: 16px;
	margin-right: 32px;

}

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#comments #submit {
	border: 1px solid #F0F0F0;
}

#comment_body {
	
}

#trackbacks {
	width: 640px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px 16px;
	margin-bottom: 16px;
	margin-right: 32px;
}


/* Respond */

#respond {
	width: 640px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 8px 16px;
	margin-bottom: 16px;
	margin-right: 32px;
	}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Sidebar */


#sidebar {
	margin: 32px 0 0;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 24px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}

#sidebar li li {
	margin: 0;
}

#sidebar .title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}


/* Search */

#search {
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	padding: 3px;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#search #q {
	width: 120px;
	margin-right: 5px;
	border: 1px solid #F0F0F0;
}

#search #label {
	margin-right: 5px;
	border: 1px solid #F0F0F0;
}

.address2 {
	float: right;
	margin-top: -120px;
}