/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FBFCFC;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666667;
	font-size: 13px;
	line-height: 21px;
}

#content ul {
	padding: 15px 0px;
}

#content ul li {
	list-style: none;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

p + ul {
	margin-top: -10px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #DC6125;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h1.menu_title {
	padding-left: 10px;
	background-color: #DC6125;
	color: #fff;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #DC6125;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #DC6125;
}

a:hover {
	color: #2E7291;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #DC6125;
	margin-bottom: 10px;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input, textarea {
	margin: 2px 0px 2px 6px;
}

.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;    
}

.alert, .red {
	color: #FF0000;
}

#admin .button {
	margin: 3px 6px 3px 0px;
	padding: 1px 2px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

/* LAYOUT CSS */

#container {
	width: 775px;
	margin: 20px auto;
}

#nav {              
	width: 775px;
	height: 27px;
	background-image: url('../images/nav_bg.jpg');
	background-position: 7px 0px;
	background-repeat: no-repeat;
}

#nav ul {
	padding: 0px;
	margin: 0px 0px 0px 18px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 12px;
}

#nav li a {                 
	display: block;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;   
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -27px !important;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 45px;
}

#nav a.about {
	background-image: url('../images/nav_about.gif');
	width: 54px;
}

#nav a.demo {
	background-image: url('../images/nav_demo.gif');
	width: 46px;
}

#nav a.pricing {
	background-image: url('../images/nav_pricing.gif');
	width: 57px;
}

#nav a.clients {
	background-image: url('../images/nav_clients.gif');
	width: 58px;
}

#nav a.contact-us {
	background-image: url('../images/nav_contact_us.gif');
	width: 86px;
}

#nav a.members {
	background-image: url('../images/nav_members.gif');
	width: 67px;
	margin-left: 167px;
}

#nav a.sign-up {
	background-image: url('../images/nav_sign_up.gif');
	width: 58px;
}

#content_left {
	background-image: url('../images/content_left.png');
	background-repeat: repeat-y;
	background-position: 5px 0px;
	position: relative;
}

#content_right {
	background-image: url('../images/content_right.png');
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0px 12px;
}

#content_bottom {
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
}

#content {
	background-image: url('../images/content_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 20px 30px 0px 30px;
	min-height: 350px;
}

/* MENU CSS */

ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

ul.menu li {

}

ul.menu .title {
	margin-bottom: -3px;
}

ul.menu .name {
	color: #3986A8;
}

ul.menu img {
	margin-right: 5px;
}

#gallery td {
	width: 220px;
	padding-bottom: 15px;
	text-align: center;
}

#gallery img {
	border:1px solid #6C1527;
	padding: 2px;
}

#screenshots {
	text-align: center;
}

#screenshots img {
	margin: 0px 20px;
	border: 1px solid #DF6226;
}
