body {
	background: #dbe9f6 url(/img/bg.png) repeat-x left top;
	font-family: Arial, Tahoma, Helvetica, serif;
	font-size: 1em;
	color: #333;
}

.pipe {
	color: #365a82;
}

p {
	font-size: 0.75em;
	padding-bottom: 10px;
	line-height: 1.3;
}

a:link { color: #0088cc; text-decoration: none;}
a:visited { color: #0088cc; text-decoration: none;}
a:active { color: #0088cc; text-decoration: underline;}
a:hover { color: #0088cc; text-decoration: underline;}

h1 {
	font-size: 1em;
	color: #0055aa;
	font-weight: bold;
	text-transform: normal;
	padding: 0 0 10px 0;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0 17px 0;
	font-size: 0.75em;
	line-height: 1.3;
}

#container {
	background: url(/img/whitebg.png) repeat-y left top;
	width: 770px;
	margin: 0 auto;
	padding: 10px 20px 5px 20px;
	position: relative;
	text-align: center;
}

#container-top {
	background: url(/img/whitebg-top.png) no-repeat left top;
	width: 810px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
}

#container-bottom {
	background: url(/img/whitebg-bottom.png) no-repeat left top;
	width: 810px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}

#lang-links {
	width: 770px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.75em;
	margin-top: 40px;
	margin-bottom: 5px;
}

#lang-links a:link, #lang-links a:hover, #lang-links a:active, #lang-links a:visited {
	color: #204062 !important;
}


#title {
	margin: 3px auto 6px auto;
	position: relative;
	width: 742px;
	height: 88px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	color: #365a82;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited  {
	color: #365a82;
	text-decoration: underline !important;
}

#ad_footer {
	color: #365a82;
	margin: 0 auto;
	width: 770px;
}

#ad_footer h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#ad_footer a:link, #ad_footer a:hover, #ad_footer a:active, #ad_footer a:visited  {
	color: #365a82;
	text-decoration: underline !important;
}


#content-table {
	margin: 8px auto 0 auto;
	width: 735px;
	text-align: left;
	margin-bottom: 0px;
}

#col1 {
	border-right: 1px dotted #ddd;
	vertical-align: top;
	padding: 10px 15px 0px 10px;
	width: 50%;
}

#col2 {
	vertical-align: top;
	padding: 10px 10px 0px 20px;
	width: 50%;
}

#screenshots {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#screenshots td {
	font-size: 0.75em;
	text-align: center;
	color: #777;
}

.screenshot-image {
	border: 2px solid #fff;
}

.screenshot-image:hover {
	outline: 2px solid #bbb;
}

.button {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.85em;
	text-align: center;
	padding: 9px;
	width: 211px;
	height: 18px;
	margin: 10px auto;

	border-radius: 8px;
	background-image: -ms-linear-gradient(top, #9F9DA1 30%, #5D585E 100%);
	background-image: -moz-linear-gradient(top, #9F9DA1 30%, #5D585E 100%);
	background-image: -o-linear-gradient(top, #9F9DA1 30%, #5D585E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #9F9DA1), color-stop(100, #5D585E));
	background-image: -webkit-linear-gradient(top, #9F9DA1 30%, #5D585E 100%);
	background-image: linear-gradient(to bottom, #9F9DA1 30%, #5D585E 100%);
}

.nounderline {
	text-decoration: none !important;
}


/*
-----------------------------------
	Homepage Search
-----------------------------------
 */
.search {
	position: relative;
	width: 70%;
	margin: 15px auto;
	padding: 10px 0;
}

.search:after {
	content: '';
	display: table;
	clear: both;
}

.search input {
	float: left;
	width: 300px;
	padding: 0 7px;
	height: 30px;
	font-size: 18px;
	line-height: 1;
	font-family: "myriad-pro-1","myriad-pro-2", Arial;
}

.search .button {
	float: right;
	height: auto;
	font-family: "myriad-pro-1","myriad-pro-2", Arial;

	background-image: none;
	border-radius: 8px;
	margin: auto;

	background-image: -ms-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -moz-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -o-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #F51A19), color-stop(100, #C21514));
	background-image: -webkit-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: linear-gradient(to bottom, #F51A19 30%, #C21514 100%);
}



/*
-----------------------------------
	Red Button
-----------------------------------
 */

.button-red {
	height: auto;
	border-radius: 8px;
	font-family: "myriad-pro-1","myriad-pro-2", Arial;

	background-image: none;
	background-image: -ms-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -moz-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -o-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #F51A19), color-stop(100, #C21514));
	background-image: -webkit-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: linear-gradient(to bottom, #F51A19 30%, #C21514 100%);
}


/*
-----------------------------------
	Contact Form
-----------------------------------
 */

.sld-contact {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.sld-contact h2 {
	font-weight: 600;
	font-size: 1.5em;
	margin: 2em 0 1em 0;
	color: #0055aa;
}

.sld-contact h3 {
	font-weight: 600;
	margin: 2em 0 1em 0;
}

.sld-contact .form-group {
	margin-bottom: 18px;
}

.sld-contact label {
	display: block;
	font-weight: 600;
}

.sld-contact input,
.sld-contact textarea {
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #777;
	font-size: 1em;
}

.sld-contact textarea {
	height: 10em;
}

.sld-contact .submit {
	text-align: center;
}

.sld-contact button {
	font-family: inherit;
}
