/*
Because of possible UTF-8 issues, please comment in English.

Padding/margin syntax:
margin: x1 y1 x2 y2;

x1 - top, y1 - right, x2 - bottom, y2 - right.
*/

/* Base */

body {
	margin: 0 0 0 0;
	background-color: edf0f1;
	background-image: url(http://www.yourdesignnet.com/images/background_home.gif);
	background-repeat: repeat-x;
	padding: 0;
}


/* Content */

#title {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 58px;
	width: 800px;
	height: 51px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	background-color: #d3d3d3;
	background-image: url(http://www.yourdesignnet.com/images/background-grey.gif);
	background-repeat: repeat;padding: 0px;
	text align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	overflow: visible;	
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

#header {
	width: 800px;
	height: 100px;
	background-image: url(http://www.yourdesignnet.com/images/swish.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-color: #D4D4D4;
}


#nav {
	width: 776px;
	height: 120%;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #400606;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	}
	
#nav a:link {
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
	font-size: 12px;
}

#nav a:visited {
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

#nav a:hover {
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	color: #0000CC;
}

#nav a:active {
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	color: #0000CC;
}

#secNav {
	width: 786px;
	height: 120%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	text-align: right;
	font-size: 12px;
	color: #000000;
}

#secNav a:link {
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#secNav a:visited {
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	color: #0000CC;
}

#secNav a:hover {
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	color: #0000CC;
}

#secNav a:active {
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#content {
	postion: relative;
	width: 796px;
	height: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	overflow: visible;
}

#rightbox {
	margin-top: 15px;
	float: right;
	width: 280px;
	background-color: #FFFFFF;
	border-left-style: dotted;
	border-left-color: #333333;
	text-align: left;
	color: #333333;
}

#rightbox1 {
	margin-top: 15px;
	float: right;
	width: 250px;
	padding: 15px;
	text-align: left;
}


#rightbox1 .header1 {
	text-align: left;
	font-size: 16px;
	color: #333333;
}

#rightbox1 .header2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

#leftbox {
	margin-top: 30px;
	margin-left: 15px;
	float: left;
	width: 385px;
	padding: 15px;
	text-align: left;
	overflow: visible;	
}

#leftbox .header1 {
	text-align: left;
	font-size: 16px;
	color: #333333;
}

#leftbox .header2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

#leftbox .header3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


#rightbox1, #rightbox2, #rightbox3 {
	margin-bottom: 40px;
}


#services-list {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	clear: both;
	overflow: visible;	
}

#services-list p {
	display: inline;
}

#services-list ul, #services-list li {
	display: inline;	
	padding: 10px;
	color: #666666;
	}


#footer {
	width: 100%;
	background-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: visible;
	
}

#copyright {
	width: 100%;
	background: #d3d3d3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	overflow: visible;
	
}



/* Headings */



/* Menu */



/* Promo */


/* Index special */
