@charset "utf-8";
body  {
	background: #c7f2fe url(../images/page_bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #727089;
}
body {
	font:13px/1.4em arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
	border-collapse:collapse;
}
td {vertical-align:top;	padding:0 2%;}
a{color:#ea200b; text-decoration:none;}
a:hover{color:#000000;text-decoration:none;}
img{border:none;}
*{padding:0; margin:0;}
ul, ol{margin:5px 3%; color:#727089;}
li {padding:2px; color:#727089; font-size:85%;}
#container_man { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bg_man.png) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
 	height:183px;
	background: url(../images/logo.jpg); 	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-10000px;
}
#nav{
	background:url(../images/nav_bg.png) no-repeat;
	height: 40px;
	}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	padding: 25px 10px 15px 20px;
}
.background{background:url(../images/bg_man.png) repeat-y;}
#mainContent { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentServ { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*-------------------------------------------------------------------side menu*/ 
/*-------------------------------------------------------------------rounded box*/
div#nifty{ margin:15px 0 0 0;background: #eA200b; width:230px;}
 
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #eA200b}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/*-------------------------------------------------------------------services rounded box*/
div.services{ margin:15px 0 0 0;background: #f2f0f6; width:540px; }
 
b.dtop, b.dbottom{display:block;background: #FFF}
b.dtop b, b.dbottom b{display:block;height: 1px;
    overflow: hidden; background: #f2f0f6}
b.d1{margin: 0 5px}
b.d2{margin: 0 3px}
b.d3{margin: 0 2px}
b.dtop b.d4, b.dbottom b.d4{margin: 0 1px;height: 2px}


div.services h1, div.services h2, div.services h3, div.services h4, div.services p{margin-left:5%; margin-right:5%;}
div.services p{color:#333333; }
div.services h2{border-bottom:1px dotted #050f70;}

div.services blockquote{margin:0.7em 7%;}
div.services ul, div.services ol{padding:5px 8%}
div.services li{padding:2px; color:#333333; font-size:85%;}

/*-------------------------------------------------------------------nav*/
dl.links { 
	width: 230px; /* width of block according to your background image */
	color:#ea200b;
	padding-bottom: 20px;
}

dl, dt, dd { /* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}
dl.links dt { /* box title definition */
	padding: 10px 10px 10px 20px;
	margin-bottom:10px;
	height: 15px;
	color:#fff;
	font-weight:bold;
	border-bottom:1px dotted #FFFFFF;
	}
}
dl.links dd {	
	text-align: left;
	font-weight:bold;
	line-height:1.2em;
	color:#FFFFFF;
}
dl.links dd a {
	padding: 0 10px 10px 20px;
	text-align: left;
	font-size:85%;
	font-weight:bold;
	line-height:1.2em;
	color:#FFFFFF;
	display:block;
	color:#FFFFFF;
}
dl.links dd a:hover {color:#000;}
#footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer_bg.png) repeat-x; 
	height:80px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */color:#FFFFFF;
	font-size:80%;
}
h1, h2, h3, h4, p{margin:0.7em 0;}
h1, h2, h3, h4 {color:#050f70;}
h1{font-size:157%;}
h2{font-size:136%;}
h3{font-size:107%;}
h4{font-size:93%;}
p{font-size:93%; line-height:1.3em}
blockquote{margin:0.7em 2%;font-size:100%}
.caption{font-size:70%}
.author{font-size:85%; font-style:italic;}
.box{
	background:#FFFFFF;
	padding:3px;
	border:1px dotted #0099FF;
	margin:5px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
hr {
	margin:0;
	border-top: 1px dotted #0099FF;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
.preview{
	background:#f2f1f6;
	width:214px;
	border:1px solid #bbbabe;
	padding:10px 2px 10px 15px;
	margin-top:10px;
	}
.preview a{
	background: url(../images/acrobat_icon.png) 0 3px no-repeat;
	padding: 5px 0px 5px 20px;
	font-size:108%;
	}
#design{
	width: 900px;  
	margin: 0 auto; 
	text-align: left;
} 
#design p {font-size:70%; margin-left:20px; }
#design p a{ color:#0000FF}

#buy td{padding:8px 0 4px 5%;}