﻿/*  
Theme Name: Artemisoftnian
Theme URI: http://www.artemisoftnian.com
Description: This is the Default Theme For Artemisoftnian.com
Version: 1.0
Author: hackinc2000
Author URI: http://www.artemisoftnian.com/

*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ABACAE;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
#container {
	width: 960px;
	background: #FFFFFF;
	background-image:url(images/MainContentBackground.gif);
	background-repeat:repeat-x;
	background-position:0 164px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	
}

#header {
	background-image:url(images/Header_Background.gif);
	background-repeat:repeat-x;
	height:129px; 
	color:#FFFFFF;
}

#header a{ 
	color:#FFFFFF; 
	background:red; 
	width:477px; 
	height:129px; 
	display:block;
	background-image:url(images/logo.gif); 
	margin-left:20px;
}

#TopMenu { background-color:#3b3e47; height:30px; padding-top:5px;}
#TopMenu a{ font-size:18px; color:#FFFFFF;  padding-left:10px; padding-right:10px; font-weight:bolder; font-family:Arial, Helvetica, sans-serif;}
#TopMenu li{ display:inline; }

#sidebar1, #sidebar2 { 
	float: left; 
	width: 200px; 
	float: left; 
	margin-top:8px; 
	margin-left:20px; 
	margin-right:20px;
}

#sidebar1 ul, #sidebar2 ul{ padding:0;}
#sidebar1 li, #sidebar2 li{ list-style-type:none; padding-left:5px; padding-right:5px; }
#sidebar1 a, #sidebar2 a{ background:#e0e2e8; display:block; widht:100%; margin-top:3px; padding:5px; color:#000000; text-decoration:none;}

.blockContainer { 
	border:#cfcfcf 1px solid; padding-bottom:10px; background:#FFFFFF;
	background-image:url(images/BlockHeaderBackground.gif);
	background-repeat:repeat-x;	
}

.blockTitle{ 
	width:178px; height:23px;
	color:#f38f37; 
	text-transform:uppercase; 
	font-weight:bold;

	padding-left:20px;
	padding-top:4px;
}

#content{
	width: 478px;
	float: left;
	background-color:#f1f2f6;
	margin-bottom:20px;	
	margin-top:20px;
}

#carusel {
	width: 467px;
	background-color:#FFFFFF;
	border:#cfcfcf 1px solid;
	left: 240px;
	padding:5px;
	height:133px;
	background-image:url(images/AdvertisingBanner.jpg);
	background-repeat:no-repeat;
	background-position:5px 5px;	
}

#PostArea {
	margin-top:5px;
	background-image:url(images/MyProductsTopBackground.gif);
	background-repeat:repeat-x;
	border:#cfcfcf 1px solid;
	padding-top:20px;
}

.post {  margin:10px; border-bottom:1px #000000 solid;}

/* ~~ The footer styles ~~ */
#footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align:center;
	background:#ABACAE;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}







